Quantcast
Channel: OPC Labs - OPC Labs - Recent Topics - OPC Labs Online Forums
Viewing all articles
Browse latest Browse all 1794

Unable to read Array with KEPServer EX 6 and AB Logix - by: glwalsh

$
0
0
Hello,

I'm unable to read an array of bool using ReadItemValue. I can read one value of the array at the time but can't read the full array.

According to the documentation it is supposed to work... Is this feature not supported with KEPServer?


My code

var client = new EasyDAClient();
bool[] value = (bool[])client.ReadItemValue("", "KEPware.KEPServerEx.V6", "Channel2.MyPLC.Global.MyBoolArray_x");


from KEPServer log :
Channel2.MyPLC | Unable to read tag. | Tag address = 'GLOBAL.MYBOOLARRAY_X', CIP error = 0X4, Extended error = 0000.





Thanks !

Viewing all articles
Browse latest Browse all 1794

Trending Articles