Cdaqmx100::updateaopwmdata – Yokogawa PC-Based MX100 User Manual

Page 623

Advertising
background image

12-59

IM MX190-01E

MX100 for Exteded API

12

CDAQMX100::updateAll

Syntax

int updateAll(void);

Description

Updates all status and information data.

Gets the following information and stores it in the data member.
• Setup data

• Channel information data
• Status of randomly changing instrument

Return value

Returns an error number.

Reference

updateConfig updateInfoCh updateRenew

CDAQMX100::updateAOPWMData

Syntax

int updateAOPWMData(void);

Description

Gets the AO/PWM data and transmission output data and stores it in the data
member.
Stores it in the current data fields of the AO/PWM data management field and the

transmission output management field.
If the communication packet version is not supported by the instrument, the process

concludes normally.

Return value

Returns an error number.

Reference

getAOPWMData getClassMXAOPWMList getClassMXTransmitList
getPacketVersion
CDAQMXAOPWMList::getCurrent
CDAQMXTransmitList::getCurrent

12.4 Details of the MX100 Class

Advertising