All Neighborhoods

CODESYS Talk

    CODESYS Forge

  • danwoodlock posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Just adding some info: Today I found this post: https://forge.codesys.com/forge/talk/Runtime/thread/264bd530d4/ followed the steps suggested started with a fresh install of raspbian lite, installed 4.11, and then attempted to import my license update file. I get this when I do: Any help is appreciated.

  • rmaas posted a comment on discussion Motion πŸ‡¬πŸ‡§

    Thanks for the suggestions! It seems that increasing the value DCInSyncWindow helped, running without error for 1/2 day now.

  • TimvH TimvH posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Most likely related to the Device Diagnostics functionality. Double click on your device (PLC), go to the tab "PLC settings". Enable the advanced option "Enable diagnosis for devices". Build your application again.

  • salvadegianluca posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi everyone; I'm building a project in which the drag of the mouse over some controls (or the click event) changes the background color of the control items; this change of color is made with an FB that assignes a color code to the background with MUX command based on the value of an enumerator, this part is perfectly working but, when I'm using a touchpanel instead of a web visu (controlled by a mouse) I get into some issues as it seems that the touch operations are not triggering the MouseEnter...

  • salvadegianluca posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi everyone; I'm building a project in which the drag of the mouse over some controls (or the click event) changes the background color of the control items; this change of color is made with an FB that assignes a color code to the background with MUX command based on the value of an enumerator, this part is perfectly working but, when I'm using a touchpanel instead of a web visu (controlled by a mouse) I get into some issues as it seems that the touch operations are not triggering the MouseEnter...