4 details of the mx100 class, Details of the mx100 class -20, Cdaqmx100 class – Yokogawa PC-Based MX100 User Manual

Page 584: Public members

Advertising
background image

12-20

IM MX190-01E

12.4 Details of the MX100 Class

Classes are listed in alphabetical order by the class name.

CDAQMX100 Class

This class is a CDAQMX derived class.

This class communicates with the MX100, and stores the retrieved data.
It supports status transition functions. In general, after a function is executed, the

status is updated and saved.
For setup functions, after each setting is executed the settings are received again

and the status is updated. When collective transmission is carried out by a setup
function or setting item function, the FIFO stops. The following data can be stored.

• Setup Data
• Channel Information Data

• Measured Data
• Time Information data

Data that is actively manipulated by the user such as command DO can be stored
and managed.

By creating data to be sent in advance and assigning identifiers to it, the data can be
easily transmitted. The following data can be stored.

• DO Data
• AO/PWM Data

• Transmission Output Data
• Initial Balance Data

Public Members

Construct/Destruct

CDAQMX100

Constructs an object.

~CDAQMX100

Destructs an object.

FIFO Functions

measStart

Starts data acquisition.

measStop

Stops data acquisition.

Advertising