Doesnt matter. I have installed sp20 with latest RP 4.13. Same problem. Anyway My large project in RP 4.10 and SP 19 and I need these versions and use same installation programm for Codesys IDE and RP4 package. I did install again, because my SSD broke and now cant update raspberry... I dont know how to translate correctly project to newest version - there are 52769 errors and incompatabilities: after updates libraries anyway some errors still because of devices... I found solution with .deb file...
Doesnt matter. I have installed sp20 with latest RP 4.13. Same problem. Anyway My large project in RP 4.10 and SP 19 and I need these versions and use same installation programm for Codesys IDE and RP4 package. I did install again, because my SSD broke and now cant update raspberry... I dont know how to translate correctly project to newest version - there are 52769 errors and incompatabilities: after updates libraries anyway some errors still because of devices...
Doesnt matter. I have installed sp20 with latest RP 4.13. Same problem. Anyway My large project in RP 4.10 and SP 19 and I need these versions and use same installation programm for Codesys IDE and RP4 package. I did install again, because my SSD broke and now cant update raspberry... I dont know how to translate correctly project to newest version - there are 52769 errors and incompatabilities: after updates libraries anyway some errors still vecause of devices...
I also tried install Linux SL and ARM/Linux SL. Same problem: not available in tools...
Hi all. Codesys 3.5.19, patch 3. After installing raspberry 4.10 package I can see raspberry device, but can't see update raspberry pi tool. In custimsation->tools I found: Unknown command (8ec1a...) [plugin unavailable] Unknown command (7216f...) [plugin unavailable] Codesys installed in default directory. I reinstalled Codesys, thats not help.
Hello everyone. Raspberry Pi CM4 after some 1 week of work was hard reset mannualy several times and after these hard resets User Management file was missed (when click login button, enter login/password, error: User Management File missed). Also programm can not open file via SysFile library, but this file exists and size of him is 0 bytes, but must be more any way (I keep some kind of archive via this lib). What happens, how files corrupted? Where do I need try to find this error of the codesys...
Hello everyone. Raspberry Pi CM4 after some 1 week of work was hard reset mannualy several times and after these hard resets User Management file was missed (when click login button, enter login/password, error: User Management File missed). Also programm can not open file via SysFile library, but this file exists and size of him is 0 bytes, but must be more any way (I keep some kind of archive via this lib). What happens, how files corrupted? Where do I need try to find this error of the codesys...
Hello. Try run /opt/codesys/bin/codesyscontrol_armv6l_raspberry.bin, not 7l Becouse when I see link codesyscontrol.bin on my CM4, it shows next: codesyscontrol.bin -> /opt/codesys/bin/codesyscontrol_armv6l_raspberry.bin
Hello. I try run /opt/codesys/bin/codesyscontrol_armv6l_raspberry.bin, not 7l Becouse when I see link codesyscontrol.bin on my CM4, it shows next: codesyscontrol.bin -> /opt/codesys/bin/codesyscontrol_armv6l_raspberry.bin
Hello everyone. Raspberry Pi CM4 after some 1 week of work was hard reset mannualy several times and after these hard resets User Management file was missed (when click login button, enter login/password, error: User Management File missed). Also programm can not open file via SysFile library, but this file exists and size of him is 0 bytes, but must be more any way (I keep some kind of archive via this lib). What happens, how files corrupted? Where do I need try to find this error of the codesys...
Hi everyone. I use Raspberry Pi 4, one core codesys SL. I have a question about global variable access via programm when I glued the same variable to MODBUS SERIAL/TCP DEVICE holding register. So, the question: what behavior of this modifying? When I set "Always update variables (in bus cycle)" and set some task as bus for the Device, then in another task I cant change this varible (can, but immediatly the old value setted again). But the same things works with MODBUS SLAVE: again "Always update..."...
Hi all :) I have an plc. This plc has option to be as slave device. There are TCP -> Serial Slave Device and COM -> Serial Slave Device. There are 4096 ModBus holding registers with mark "internal modify" for the both devices above. So, COM Slave has 4096 registers and TCP Slave has 4096 registers. And, finally, I have an ARRAY[0..4095] OF WORD. This array glued with COM Slave and TCP slave. Yes, I need plc's opportunity to be communication both TCP and COM ways for the same registers. For example,...
Hi all :) I have an plc. This plc has option to be as slave device. There are TCP -> Slave Device and COM -> Slave Device. There are 4096 ModBus holding registers with mark "internal modify" for the both devices above. So, COM Slave has 4096 registers and TCP Slave has 4096 registers. And, finally, I have an ARRAY[0..4095] OF WORD. This array glued with COM Slave and TCP slave. Yes, I need plc's opportunity to be communication both TCP and COM ways for the same registers. For example, the next task...
Thanks for reply. I did all understand, thanks you :)
Hello everyone! I have an PLC device that uses modem ppp connection to the internet with white IP. Device PPP connection with modem operator established, so I can connect to this device via SSH also within Codesys IDE (check version, info, etc...) BUT, I cant establish connection to this device in the device gateway options for application upload and debugging. How can I do this? Im trying set my device remote IP and port 11740, but, as I understand, it is wrong decision, because the next logic in...
Hi there. I have an issue to read and set time for the controller. In the issue many registers described as writable by 6/16 functions, and, in this time, also(!) readable! For example: I have time registers: min, hour, day, mon, year. By specifications it is possible check time (so I need always update these varibles in loop) and set time by writing these same registers, BUT how to set, if they will immediatle updated by current time after writing? So, I need to separate one address at two variables....
Hi everyone. My question about: where I can learn (read or watch) an info about codesys workflow through the system IO libs? I want to know how to implement I/O drivers by my self. In the system libs I see many interfaces, methods etc... But there is no explanation about them, just names of methods and fields of the FBs. I know about this page: https://forge.codesys.com/drv/io-drivers/doc/Generic/ There is so BIG the device description file and not so clear explaining of the attributes and elements,...
Hi, Ingo! Im very glad to see this page and your work. But I cant understand many of things. For example: in the IoDrvFb: cDriverName In the device description I see only libname, and Device name, what the drivername ?:) and many other fields I dont know what to set and how to start tesing them and what for my attention the first time. And other fields in the iodrv system libs. Where I can learn this? I need to understand every step, every field in the xml and in the Fbs. Thanks you! And what are...