Owner manual

2-174 IM MX190-01E
CDAQMXOutput Class
This class stores the output channel data on the MX100.
It is a wrapper class of the MXOutputData structure.
It is a group of all the channels worth of output channel data.
Each data can be accessed by output channel data number.
The output channel data number is the AO/PWM data number.
This class can be used as an interface for setting and retrieving output channel data.
Public Members
Construct/Destruct
CDAQMXOutputData Constructs an object.
~CDAQMXOutputData Destructs an object.
Structure Manipulation
getMXOutputData Gets the data in a structure.
setMXOutputData Sets the data in a structure.
initMXOutputData Initializes the data in a structure.
Member Data Manipulation
initialize Initializes the data member.
getOutputType Gets the output terminal type.
getIdleChoice Gets the selected value when idling.
getErrorChoice Gets the selected value when an error occurs.
getPresetValue Gets the value if the selected value is the “specified
value.”
getPulseTime Gets the integer multiple of the pulse interval.
setOutputType Sets the output type.
setChoice Sets the selected value.
setPulseTime Sets the integer multiple of the pulse interval.
Utilities
isObject Checks an object.
Operator
operator= Executes substitution.
2.5 Details of the MX100 Class