Hi!
I have an array of 200 positions, with a structure inside each position containing integer, strings and booleans.
I'm using a schneider PLC with an OPC server on it.
I want to map this array on my C# application, and until now I haven't found an easy way to map the whole array. For other arrays of integers,strings, I used the function UAIndexRangeList.OneDimension, but here I'm not able to list my structure on the same process.
I'm looking into Live mapping at this point, is this the case?
Thanks in advance for the help!
I have an array of 200 positions, with a structure inside each position containing integer, strings and booleans.
I'm using a schneider PLC with an OPC server on it.
I want to map this array on my C# application, and until now I haven't found an easy way to map the whole array. For other arrays of integers,strings, I used the function UAIndexRangeList.OneDimension, but here I'm not able to list my structure on the same process.
I'm looking into Live mapping at this point, is this the case?
Thanks in advance for the help!