Personal Data

Username:
ashwinhockey
Joined:
2021-03-16 14:44:04

Projects

  • No projects to display.

User Activity

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

    Hi, I am trying to read a value from the register 700005, Since this address is more that 65535, I am not able to set the address, Iam using the function block ModbusRequest from IoDrvModbusTCP library to read values Can someone tell me how to access these extended registers in codesys3.5 SP16?

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

    Hello Singh, Can you post some image of the configuration or, attach a sample project?

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

    Hello Everyone, I am using combo box array to display elements, The elements are chosen based on configuguration, Now I want to add textlist support to it, For example, i have a array testArray: UINT[2] testArray[0] := 1; testArray[1] := 2; I have a text list with the following index 1= One 2= two My requirement is if the index in array is 1 the text 'one' should be displayed when the value in array index is 2 then 'two' should be displayed in the array[index] Is it possible?

View All