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?
Hello Singh, Can you post some image of the configuration or, attach a sample project?
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?