Personal Data

Username:
dengsberg
Joined:
2021-03-31 14:55:36

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi Blewl, Did you end up with a workable solution? I am using the Modbus_TCP_Slave by adding it to the device tree under the Modbus_TCP_Master. I need to allow the user to change the slave device Offset setting through the HMI. It seems that value is not accessible in runtime. I'm not really sure I understand the response from dFx in using a ModbusTCP Slave FB. I'm still a beginner, and also mostly just familiar structured text. Any more info on that would be very helpful. Thanks.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    I was hoping to keep the enum contained within the function block, not the entire project. So if I have other projects that uses the function block, I don't have to create the enum again and again. Is it different with libraries? It seems like I can download a library and the library contains enums within itself. That is what I was shooting for.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    I have created a function block with a Method. I would like to pass this method a Constant or an Enumeration value, from the outside the function block. I would like the constants and enumerations contained within the function block itself, but have access to them from the outside. So if the function block is called myFunctionBlock, and the method is call SendChar, and the Constant is CHR_STX, it looks like this : myBlock : myFunctionBlock; myBlock.SendChar(CHR_STX); I have something working, but...

View All