CODESYS Talk
for me this post and blog very usful looks interesting good luck Android games rating
I would like to suggest adding support for persistent read-only references or pointers in CODESYS, similar to a C++ pointer-to-const (const T*). For example, something conceptually similar to: POINTER TO CONSTANT ST_MyData or REFERENCE TO CONSTANT ST_MyData The important distinction is that the reference itself may still be passed around or reassigned, but the referenced object cannot be modified through that reference. CODESYS currently supports VAR_IN_OUT CONSTANT, which provides read-only reference...
actualy I've solved the problem by creating a new project and copying the file.
Hallo, ich versuche seit einiger Zeit eine virtuelle Codesys Control für Linux in Verbindung mit einer Virtual Safe Control ans Laufen zu bringen. Seit zwei Tagen, ohne dass eine Änderung gemacht wurde (auch keine Betriebssystem Updates), startet die Safe Control gar nicht mehr und ich erhalte die Fehlermeldung "Eine Ausnahme vom Typ "CODESYS.VirtualPlcCommunicator.VirtualApiException" wurde ausgelöst". Wenn man in den Operationen die VPLC manuell startet, wird sie als laufend angezeigt, bis man...
Hi, I was trying to figure out how to correctly handle system exceptions in a CODESYS project, but either the documentation falls short, or I'm unable to find the proper docs. I know I can register a function as an exception handler via Task Configuration > System Events > Add Event Handler, which will create a function with the correct interface; I am, however, unable to figure out what the returned DWORD is supposed to be, if anything. Is the interface for the exception handler documented and,...