Cdaqmx100::changeaopwmvalue, Cdaqmx100::clearbalance – Yokogawa PC-Based MX100 User Manual
Page 590
![background image](/manuals/360310/590/background.png)
12-26
IM MX190-01E
CDAQMX100::changeAOPWMValue
Syntax
void changeAOPWMValue(int idAOPWM, int aopwmNo, int bValid,
double realValue);
Parameters
idAOPWM
Specify the AO/PWM data identifier.
aopwmNo
Specify the AO/PWM data number.
bValid
Specify valid/invalid using a Boolean value.
realValue
Specify the actual output value.
Description
Changes the AO/PWM data of the specified AO/PWM data identifier.
Converts the specified actual output values to output data values and stores them.
Reference
getClassMXAOPWMList getClassMXItemConfig
CDAQMXAOPWMData::toAOPWMValue
CDAQMXAOPWMList::change
CDAQMXItemConfig::getClassMXOutputData
CDAQMXItemConfig::getRangePoint
CDAQMXOutputData::getOutputType
CDAQMX100::clearBalance
Syntax
int clearBalance(void);
Description
Resets initial balancing.
Stores the result in the current data of the initial balance data management field of
the data member.
Updates the status if successful.
Return value
Returns an error number.
Reference
getClassMXBalanceList resetBalance updateRenew
CDAQMXBalanceList::getCurrent
12.4 Details of the MX100 Class