I am using Codesys SP20 patch 5 and in a visualization element, the "Color variables" section does not have a section to set up dynamic color values linked to variables. In a previous version (SP18), I get the option to add variables for Normal & Alarm state colors. Does anyone know how to get the dynamic color variables to work?
Hi, Is there a way to reset an SFC in Codesys 2.3, similar to using the "SFCReset" flag in Codesys 3.5? Thanks
Hi, Does anyone know where I can download the SysLibMem.lib library for Codesys 2.3?
Hi, I am using the SysProcessExecuteCommand2 function from the SysProcess library to run the candump command in the PLC's Linux environment. However, the candump command stays running indefinitely. If I was running the candump command from a terminal (via PuTTy, etc), that command usually requires Ctrl+C to terminate. Is there a way to terminate a command that is executed with SysProcessExecuteCommand2?
I have the same question as well, anyone have any ideas? Thanks
Hi, How do I add the PLC Open Motion libraries to my Codesys project? Thanks, Jefferson
I looked through some old Forge talks and figured out that you can use pointers to point between the string and the array of bytes. This is SOLVED.
Hi, In Codesys 3.5, STRINGs are treated as an array of byte so I can simply use the array operator to get the ASCII value for a byte location in the string. However, I get an error when I try this in Codesys 2.3. I attached a screenshot. Does anyone know if this is possible in Codesys 2.3? Thanks, Jefferson