Owner manual
2-6 IM MX190-01E
Setup Changes
Function Class and Member Function
Range setting SKIP (not used) CDAQMXConfig::setSKIP
DC voltage input CDAQMXConfig::setVOLT
Thermocouple input CDAQMXConfig::setTC
RTD input CDAQMXConfig::setRTD
Digital input (DI) CDAQMXConfig::setDI
Difference computation between channels CDAQMXConfig::setDELTA
Remote RJC CDAQMXConfig::setRRJC
Resistance CDAQMXConfig::setRES
Strain CDAQMXConfig::setSTRAIN
AO CDAQMXConfig::setAO
PWM CDAQMXConfig::setPWM
Pulse CDAQMXConfig::setPULSE
Communication CDAQMXConfig::setCOM
Set the unit name of the channel. CDAQMXChID::setUnit
Set the channel tag. CDAQMXChID::setTag
Set a comment for the channel. CDAQMXChID::setComment
Set the alarm. CDAQMXChConfig::setAlarm
Set the RJC used on the channel. CDAQMXChConfig::setRJCType
Set the filter on the channel. CDAQMXChConfig::setFilter
Set the burnout detection action. CDAQMXChConfig::setBurnout
Set the alarm to be assigned to the DO channel CDAQMXChConfig::setRefAlarm
to which an alarm output was specified.
(To set a DO channel to alarm output, use the
setDOType function member.)
Sets the chattering filter on the channel. CDAQMXChConfig::setChatFilter
Set the scan interval. CDAQMXConfig::setInterval
Set the temperature unit. CDAQMXConfig::setTempUnit
Set the ID number of the unit. CDAQMXSysInfo::setUnitNo
Set the timeout value (the time from the disconnection to CDAQMXSysInfo::setCFTimeout
the start of saving to the CF card. For the calculation
method of the timeout value, see appendix 3.
Select the signal type to be assigned to the DO channel. CDAQMXConfig::setDOType
Select the signal type to be assigned to the AO channel. CDAQMXConfig::setAOType
Select the signal type to be assigned to the PWM ch. CDAQMXConfig::setPWMType
Set the output channel data type. CDAQMXOutputData::setOutputType
Set the output value when the output data power CDAQMXOutputData::setChoice
supply is ON and an error occurs.
Set the PWM output channel pulse interval CDAQMXOutputData::setPulstime
(integral multiplication factor).
Set the signal type to be assigned to the DO channel. CDAQMXConfig::setDOType
Change a portion of the DO data. CDAQMXDOData::setDO
Change a portion of the AO/PWM data. CDAQMXAOPWMData::setAOPWM
Change a portion of the initial balance data. CDAQMXBalanceData::setBalance
Change a portion of the transmission output data. CDAQMXTransmit::setTransmit
2.2 Correspondence between the Functions and Class/Member Functions - MX100