Cdaqmx100::commandtransmit, Cdaqmx100::currentdoubleaopwmvalue – Yokogawa PC-Based MX100 User Manual

Page 592

Advertising
background image

12-28

IM MX190-01E

CDAQMX100::commandTransmit

Syntax

int commandTransmit(int idTrans);
int commandTransmit(CDAQMXTransmit & cMXTransmit);

Parameters

idTrans

Specify the transmission output data identifier.

cMXTransmit

Specify the transmission output data.

Description

Sends the specified transmission output data.

Updates the status if successful.

Return value

Returns an error number.

Error:
Not Data

There is no data.

Reference

getClassMXTransmitList setTransmit updateRenew
CDAQMXTransmitList::getClassMXTransmit

CDAQMX100::currentDoubleAOPWMValue

Syntax

double currentDoubleAOPWMValue(int aopwmNo);

Parameters

aopwmNo

Specify the AO/PWM data number.

Description

Gets the output data value of the specified AO/PWM data number from the current

data of the AO/PWM data management field of the data member.
Returns 0.0 if it does not exist.

Return value

Returns the actual output value.

Reference

getClassMXAOPWMList getClassMXItemConfig getOutputRange
CDAQMXAOPWMList::getCurrent
CDAQMXAOPWMData::getAOPWMValue
CDAQMXAOPWMData::toRealValue

12.4 Details of the MX100 Class

Advertising