Kepserver OPC UA Driver - what data type support Boolean Array [1000] & string array ( 255)
Hi Experts
I getting Bad quality while i am fetching data from OPC UA Server for the below tags, please suggest what type of data need to assign for these.
10262148_P0019_MV_abActiveFaults | ARRAY OF BOOL |
10262148_P0019_MV_MaxStringLength | STRING[255] |
ns=4;s=G_MES.stOpcData.stAlarmingSystem.abActiveFaults[0]
ns=4;s=G_MES.stOpcData.stAlarmingSystem.abActiveFaults[1]
ns=4;s=G_MES.stOpcData.stAlarmingSystem.abActiveFaults[2]
ns=4;s=G_MES.stOpcData.stAlarmingSystem.abActiveFaults[3]
ns=4;s=G_MES.stOpcData.stAlarmingSystem.abActiveFaults[4]
ns=4;s=G_MES.stOpcData.stAlarmingSystem.abActiveFaults[5]
.
.
.
.
.
.
ns=4;s=G_MES.stOpcData.stAlarmingSystem.abActiveFaults[1000]

