Cdaqmx100::updatebalance, Cdaqmx100::updateconfig, Cdaqmx100::updatedodata – Yokogawa PC-Based MX100 User Manual
Page 624
12-60
IM MX190-01E
CDAQMX100::updateBalance
Syntax
int updateBalance(void);
Description
Gets initial balance data and stores it in the data member.
Stores it in the current data of the initial balance data management field.
Also copies to the initial balance data of the setup data field.
If the communication packet version is not supported by the instrument, the process
concludes normally.
Return value
Returns an error number.
Reference
getBalance getClassMXBalanceList getClassMXItemConfig
getPacketVersion
CDAQMXBalanceList::getCurrent
CDAQMXItemConfig::getClassMXBalanceData
CDAQMX100::updateConfig
Syntax
int updateConfig(void);
Description
Receives setup data and stores it in the data member.
Copies initial balance data to the current data of the initial balance data
management field.
Return value
Returns an error number.
Reference
getClassMXBalanceList getClassMXItemConfig getConfig
CDAQMXBalanceList::getCurrent
CDAQMXItemConfig::getClassMXBalanceData
CDAQMX100::updateDOData
Syntax
int updateDOData(void);
Description
Gets DO data and stores it in the data member.
Stores it in the current data of the DO data management field.
Return value
Returns an error number.
Reference
getClassMXDOList getDOData
CDAQMXDOList::getCurrent
12.4 Details of the MX100 Class