CODESYS Talk
Hi All, I wonder which way is correct or better? I would like to register my own component in order to use it in CMPLog. I can use CMAddComponent() or CMAddComponent2() to do it. The main difference is whether I provide udiCmpId myself or it will be generated by runtime. But I don't know which way is correct. Please look at those two examples below. I don't know if CMAddComponent2() is newer and then should be used? CMAddComponent() + providing my own udiCmpId //16#FFFF0000 for unknown myVendorId...
Hi All, I wonder which way is correct or better? I would like registerm my own component in order to use it in CMPLog. I can use CMAddComponent() or CMAddComponent2() to do it. The main differenc is whether I provide udiCmpId myself or it will be generated by runtime. But I don't know which way is correct. Please look at those two examplkes below. I don't know if CMAddComponent2() is newer and then should be used? CMAddComponent() + providing my own udiCmpId //16#FFFF0000 for unknown myVendorId :=...
Thank you very much! After reinstalling NPCap, everything is working perfectly. flash games
Wow, what an interesting conversation about runtime dynamic Modbus devices! I really appreciate how you've broken down the intricacies into manageable chunks. Your suggestions for using these in a variety of engineering applications are extremely helpful and motivating. It is contributions like yours that make working on CODESYS so enjoyable! Keep up the great work—we can't wait to see more from this community! Scratch Games
Hello everyone, I am currently working on a PLC device based on the STM32H series MCU, running CODESYS. At the moment, I can: Change the Ethernet IP address Update/download the PLC application via Ethernet without any issues. However, I would like to implement the same functionality over USB (or Serial via USB) instead of Ethernet. My goals are: Change the device’s Ethernet IP address via USB Download/update the PLC application via USB communication Possibly use USB as a service/programming interface...