Activity for paulorb

  • paulorb paulorb modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi I am trying to use STRUCT to parse commands from Modbus/TCP, Modbus client will fill the bytes related to a specific command (type, parameters), then PLC (Codesys) will access the command parameters. A STRUCT will simplify a lot the process of parsing the data, so I don't need to parse byte per byte, address will be mapped to a struct and I can use it for parsing the data. From what I understood, the compiler does not allow me to specify the location of the struct for a %MW register. VAR_COMMAND...

  • paulorb paulorb posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi I am trying to use STRUCT to parse commands from Modbus/TCP, Modbus client will fill the bytes related to a specific command (type, parameters), then PLC (Codesys) will access the command parameters. A STRUCT will simplify a lot the process of parsing the data, so I don't need to parse byte per byte, address will be mapped to a struct and I can use it for parsing the data. From what I understood, the compiler does not allow me to specify the location of the struct for a %MW register. VAR_COMMAND...

  • paulorb paulorb posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I am trying to use FB Factory (to dynamically create FB), I am looking for documentation the only thing I found is this page: https://content.helpme-codesys.com/en/libs/CAA%20FB%20Factory/3.5.17.0/Factory/fld-Factory.html I am trying to find the examples, I search on the installed folder, I have the impression that it is no longer installed as part of the CODESYS installation. Where can I find it?

1