LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write Tag Arrays but OPC server doesn't support binary strings

I'm using flattened strings to write an array of tags to the tag engine. This data is then passed on to a Kepware OPC server which communicates with a GE PLC. The Kepware OPC server doesn't support binary strings. Kepware ignores any data after a null string. How can I send an array of data to a OPC server if that server only supports null terminated ascii strings? Is there any work around? Why doesn't Labview DSC v7.0 support write tag arrays?
0 Kudos
Message 1 of 3
(3,015 Views)
One question, on the general tab for the tag configuration, have you un-checked the "Text Only" box? If not, the engine is only publishing the data to the first NULL.
0 Kudos
Message 2 of 3
(3,015 Views)
Yes, "Text Data Only" is un-checked.
0 Kudos
Message 3 of 3
(3,016 Views)