Personal Data

Username:
alessandro
Joined:
2025-10-24 05:05:40.901000

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    We used this with shared memory codesys. and work. OpENer is an EtherNet/IPâ„¢ stack for I/O adapter devices; supports multiple I/O and explicit connections. And we adapt this also for Implicit message. But for arrive to the end we spend a lot of time. :-(((

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    VAR Data1:ARRAY[1..10] OF SINT ; Data2:ARRAY[1..10] OF SINT ; Data3:ARRAY[1..10] OF SINT ; Data4:ARRAY[1..10] OF SINT ; ex_1 : BOOL ; ex_2 : BOOL ; enable : BOOL :=0 ; END_VAR // PROGRAM // The scope of this example is compare and copy the values of two ARRAY only if some value is different using SysMemCmp and SysMemCpy. // In this 2 example we don't use a FOR cicle for do this, and pBuffer1 and pBuffer2 is just a pointer to ARRAY. See details in Library util.SysMem of Codesys // The compare funcion...

View All