2cdaqmxchconfig::changerange, Cdaqmxchconfig::getburnout, Cdaqmxchconfig::getfilter – Yokogawa PC-Based MX100 User Manual

Page 112: Cdaqmxchconfig::getitemerror

Advertising
background image

2-89

IM MX190-01E

MX100 -Visual C++

2

CDAQMXChConfig::changeRange

Syntax

void changeRange(int iTempUnit);

Parameters

iTempUnit

Specify the temperature unit type.

Description

Changes the range using the temperature unit type.
The settings of the thermocouple input and RTD input are set to default values.

The span, scale, decimal point position, unit name, and reference channel number
become the rated values. The alarm setting is initialized (cleared).

Reference

getRange setRTD setTC

CDAQMXChConfig::getBurnout

Syntax

int getBurnout(void);

Description

Gets the burnout value from the AI setup data field of the data member.

Return value

Returns the burnout value.

CDAQMXChConfig::getFilter

Syntax

int getFilter(void);

Description

Gets the filter coefficient value from the AI setup data field of the data member.

Return value

Returns the filter time constant.

CDAQMXChConfig::getItemError

Syntax

int getItemError(void);

Description

Gets the value of the setting item number field of the data member.

Return value

Returns the setting item number.

2.5 Details of the MX100 Class

Advertising