Yokogawa PC-Based MX100 User Manual

Page 1086

Advertising
background image

23-8

IM MX190-01E

23.2 Programming - DARWIN/C# -

Reading Measured Values
int val = DAQDA100.dataValueDA100(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
DAQDA100.closeDA100(comm);
Drops the connection.

Advertising