Yokogawa PC-Based MX100 User Manual

Page 245

Advertising
background image

3-10

IM MX190-01E

Talker
talkFIFODataMX(comm, 0, startNo, endNo)
Specifies the data range and declares the retrieval of the FIFO data (measured data

retrieval declaration).

Retrieval of the FIFO Data Time Information
getTimeDataMX(comm, &dataNo, &datetime, &usertime, &flag)
Gets the time information in the specified range in units of data numbers.

The end is determined by the flag status of “end data.”

Note

usertime is the user-defined sequence information (user count). The value specified
in advance using the setUserTimeMX function is returned.

Retrieval of FIFO Data
getChDataMX(comm, &dataNo, &chinfo, &datainfo, &flag)
Gets the measured data in the specified range in units of channels.
The end is determined by the flag status of “end data.”

FIFO Stop
stopFIFOMX(comm)
Stops the FIFO.

Comm. cut
closeMX(comm)
Drops the connection.

3.2 Program - MX100/Visual C -

Advertising