Chapter 16 mx100 for extended api - c, 1 functions and their functionalities - mx100/c, Functions and their functionalities - mx100/c# -1 – Yokogawa PC-Based MX100 User Manual
Page 719: Status transition functions

16-1
IM MX190-01E
MX100 for Extended API - C# -
16
Chapter 16 MX100 for Extended API - C# -
16.1 Functions and Their Functionalities - MX100/C# -
This section indicates the correspondence between the functionalities that the
extension API supports and the Visual C functions.
There are two types, status transition functions and retrieval functions.
Status retrieval functions control the MX100. When measured data is retrieved with
the data transition function, the measured data advances by only one interval’s
worth of data (the status of the extension API changes).
The retrieval function returns the parameter value. When data is retrieved, the data
value of the current status is returned (the status of the extension API does not
change).
Status Transition Functions
The FIFO column in the table indicates the FIFO operation when the function is
executed while FIFO is running.
Stop: Stops the FIFO when the function is executed.
Continue: Continues the FIFO even when the function is executed.
Communication Functions
Function
FIFO
Function
Connect to the MX100
Continue
DAQMX100:: open
Disconnect from the MX100
Continue
DAQMX100:: close
Starting/Stopping the FIFO
Function
FIFO
Function
Start FIFO
Continue
DAQMX100. measStartMX100
Stop FIFO
Stop
DAQMX100. measStopMX100