Discussion

FORUM LATEST POST # TOPICS
General Discussion

Forum about anything you want to talk about.

No posts yet 0

Recent Activities

    CODESYS Forge

  • eschwellinger eschwellinger modified a comment on discussion Deutsch 🇩🇪

    ..kannst du mal ins log auf dem Zielsystem schauen? VirtualControlAPI.log Danach könnte man den Start mal auf der Kommandozeile ausprobieren: python3 VirtualControlAPI.py -r <name></name> am besten noch mit verbose: "--verbose"

  • eschwellinger eschwellinger posted a comment on discussion Deutsch 🇩🇪

    ..kannst du mal ins log auf dem Zielsystem schauen? VirtualControlAPI.log

  • yueqiqi posted a comment on discussion Engineering 🇬🇧

    I have been wondering of how to get the instance of a Canopen Master in the device tree, please see the picture in the attachment . Could anyone help me?

  • dclements posted a comment on discussion Engineering 🇬🇧

    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...

  • oscardelmagno posted a comment on discussion Engineering 🇬🇧

    actualy I've solved the problem by creating a new project and copying the file.

  • hluecke posted a comment on discussion Deutsch 🇩🇪

    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...

  • nixola posted a comment on discussion Engineering 🇬🇧

    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,...

  • aleksahin6824 posted a comment on discussion Engineering 🇬🇧

    Good afternoon Please help with localizing the error. Periodically, but on the same time grid, the error SysEthernet: packet could not be sent occurs. PLC and motors from XINJE. PLC — XSA-330L, rev. 1.2, drivers — DC5C2 (rev.5) In the task configurator, all tasks are set to simple numbers (11, 13, 41 ms) for convenience. The jitter for EtherCat and SoftMotion tasks is less than the task cycle (2 ms jitter for a 6 ms task). The power supply is sufficient for both the PLC and the motors. The cables...

  • aleksahin6824 posted a comment on discussion Engineering 🇬🇧

    Good afternoon Please help with localizing the error. Periodically, but on the same time grid, the error SysEthernet: packet could not be sent occurs. PLC and motors from XINJE. PLC — XSA-330L, rev. 1.2, drivers — DC5C2 (rev.5) In the task configurator, all tasks are set to simple numbers (11, 13, 41 ms) for convenience. The jitter for EtherCat and SoftMotion tasks is less than the task cycle (2 ms jitter for a 6 ms task). The power supply is sufficient for both the PLC and the motors. The cables...