Cdaqmxconfig::getrangepoint, Cdaqmxconfig::getspanpoint, Cdaqmxconfig::initialize – Yokogawa PC-Based MX100 User Manual

Page 159

Advertising
background image

2-136

IM MX190-01E

CDAQMXConfig::getRangePoint

Syntax

int getRangePoint(int iRange);

Parameters

iRange

Specify the range type.

Description

Gets the decimal point position of the specified range type.
For the contact range, specify the contact detailed range.

Returns 0 if it does not exist.

Return value

Returns the decimal point position.

Reference

getClassMXSysInfo
CDAQMXChConfig::getRangePoint
CDAQMXSysInfo::getTempUnit

CDAQMXConfig::getSpanPoint

Syntax

int getSpanPoint(int chNo);

Parameters

chNo

Specify the channel number.

Description

Gets the decimal point position of the range type of the specified channel number.

Returns 0 if it does not exist.

Return value

Returns the decimal point position.

CDAQMXConfig::initialize

Syntax

virtual void initialize(void);

Description

Initializes the data member. The default value as a general rule is 0.

Reference

CDAQMXBalanceData::initialize
CDAQMXChConfigData::initialize
CDAQMXNetInfo::initialize
CDAQMXOutputData::initialize
CDAQMXStatus::initialize
CDAQMXSysInfo::initialize

2.5 Details of the MX100 Class

Advertising