2cdaqmx::setbalance, Cdaqmx::setconfig – Yokogawa PC-Based MX100 User Manual

Page 86

Advertising
background image

2-63

IM MX190-01E

MX100 -Visual C++

2

CDAQMX::setBalance

Syntax

int setBalance(CDAQMXBalanceData & cMXBalanceData);

Parameters

cMXBalanceData

Specifies initial balance data.

Description

Sets initial balance data.
Gets the setup data, updates it according to the specified initial balance data, and

sends the setup data.
Only channels specified as valid are updated.

Return value

Returns an error number.

Reference

getMXConfig setMXConfig
CDAQMXBalanceData::getBalanceValid
CDAQMXBalanceData::setBalance
CDAQMXConfig::getClassMXBalanceData

CDAQMX::setConfig

Syntax

int setConfig(CDAQMXConfig & cMXConfig);

Parameters

cMXConfig

Specify the setup data.

Description

Sets the setup data.
Sets the basic settings.

Return value

Returns an error number.

Reference

setMXConfig

2.5 Details of the MX100 Class

Advertising