Cdaqmxaopwmlist::change, Cdaqmxaopwmlist::copy – Yokogawa PC-Based MX100 User Manual

Page 630

Advertising
background image

12-66

IM MX190-01E

CDAQMXAOPWMList::change

Syntax

void change(int idAOPWM, int aopwmNo, int bValid, int
iAOPWMValue = 0);

Parameters

idAOPWM

Specify the AO/PWM data identifier.

aopwmNo

Specify the AO/PWM data number.

bValid

Specify valid/invalid using a Boolean value.

iAOPWMValue

Specify the output data value.

Description

Changes the AO/PWM data of the specified AO/PWM data identifier.

If the data identifier is set to the constant for “Specify all data identifiers,” all data in
the list is processed.

If AO/PWM data is set to the constant for “Specify all AO/PWM data numbers,” all
numbers within the data are processed.

Reference

getClassMXAOPWMData
CDAQMXAOPWMData::setAOPWM

CDAQMXAOPWMList::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
getClassMXAOPWMData

12.4 Details of the MX100 Class

Advertising