I am using DataSocket interface. The data bits represents valve on/off. So bit 1 turns valve 1 ON/OFF, bit 2 valve 2 and so on.
The OPC tag is set up with 1byte for valve 1-8 and single bits for the each valve individually.
I can operate the valves using the OPC server's read write function by sending a 1 or 0.
In Labview I can send a binary 8bit data (I8 data type), but I have to address valves as a group.
I don't see any data type that hold 1 bit.
I have tried using a boolean control but that does not work.
Perhaps I could just send a 0 or 1 decimal using an integer data type?
Thanks,
Dingin