12 cdaqmxtransmitlist::change, Cdaqmxtransmitlist::copy – Yokogawa PC-Based MX100 User Manual
Page 667

12-103
IM MX190-01E
MX100 for Exteded API
12
CDAQMXTransmitList::change
Syntax
void change(int idTransmit, int aopwmNo, int iTransmit);
Parameters
idTransmit
Specify the transmission output data identifier.
aopwmNo
Specify the AO/PWM data number.
iTransmit
Specify the transmission status.
Description
Changes the transmission output data of the specified transmission output 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 transmission output data number is set to the constant for “Specify all
transmission output data numbers,” all items within the data are processed.
Reference
getClassMXTransmit
CDAQMXTransmit::setTransmit
CDAQMXTransmitList::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
getClassMXTransmit
12.4 Details of the MX100 Class