Yokogawa PC-Based MX100 User Manual

Page 581

Advertising
background image

12-17

IM MX190-01E

MX100 for Extended API

12

Retrieval of Measured Values
value = ((daqmx100.getClassMXDataBuffer(1))->
currentDataInfo())->getValue();
Retrieves the measured value of the current status of channel 1 from the field where

the measured data by channels are stored through the measured data of the current
status.

FIFO Stop
rc = daqmx100.measStop();
Stops the FIFO.

Comm. cut
rc = daqmx100.close();
Drops the connection.

Reference

The sample program is completed by executing measDaraCh only once.
Each time the measDataCh is executed, the measurement point advances by one,

and the next data is set as the current status. When the last stored measurement
point is reached, the next retrievable amount of data is retrieved again.

12.3 Programming - MX100/Visual C++ -

Advertising