FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Read from multiple channels

Dear Sir
I am acquiring data using FP-RTD-122 using OPC Client software. I ahve made one socket for that and i am using command
CWDataSocket1.AccessMode = cwdsReadAutoUpdate
CWDataSocket1.URL = "opc://localhost/National Instruments.OPCFieldPoint/FP Res\FP-RTD-122 @1\Channel 0"
CWDataSocket1.Connect
v = CWDataSocket1.Data.Value
where v is a variant type.But this is 8-channel RTD so how can i read values from all channels using single socket connection Because at presnt i have to use 8 sockets for all eight channels.
0 Kudos
Message 1 of 2
(3,143 Views)
At least as of FieldPoint 4.0 and earlier (I do not know about 4.0.1 or later), the OPC Server did not support multiple channel analog items. Thus to read all eight channels of a FP-RTD-122 module, you would need 8 separate socket connections. For discrete modules (boolean), the "All" tag, is treated as a single 8 or 16 bit number.

Regards,
Aaron
LabVIEW Champion, CLA, CPI
0 Kudos
Message 2 of 2
(3,143 Views)