12 cdaqmxbalancelist::change, Cdaqmxbalancelist::copy – Yokogawa PC-Based MX100 User Manual
Page 635

12-71
IM MX190-01E
MX100 for Exteded API
12
CDAQMXBalanceList::change
Syntax
void change(int idBalance, int balanceNo, int bValid, int
iValue = 0);
Parameters
idBalance
Specify the initial balance data identifier.
balanceNo
Specify the initial balance data number.
bValid
Specify valid/invalid using a Boolean value.
iValue
Specify the initial balance value.
Description
Changes the initial balance data of the specified initial balance data identifier.
If the data identifier is set to the constant for “Specify all data identifiers,” all data in
the list is processed.
If the initial balance data number is set to the constant for “Specify all initial balance
numbers,” all items within the data are changed.
Reference
getClassMXBalanceData
CDAQMXBalanceData::setBalance
CDAQMXBalanceList::copy
Syntax
virtual void copy(int idxNo, int idxSrc);
Parameters
idxNo
Specify the data identifier of the copy destination.
idxSrc
Specify the data identifier of the copy source.
Description
Copies the contents of the data indicated by the data identifier from the copy source
to the copy destination.
Reference
copyData
getClassMXBalanceData
12.4 Details of the MX100 Class