Yokogawa PC-Based MX100 User Manual

Page 1091

Advertising
background image

23-13

IM MX190-01E

DARWIN for Extended API - C# -

23

23.4 Program for Loading Instantaneous Value Data -DARWIN/C#-

Reading Measured Values
int val = DAQDA100Reader.dataValueDA100Reader(comm, 0, 1);
Reads the measured value of channel 1 of subunit number 0 from the field where

the measured data is stored.

Comm. cut
DAQDA100Reader.closeDA100Reader(comm);
Drops the connection.

Advertising