2cdaqmxchconfig::setres, Cdaqmxchconfig::setrjctype – Yokogawa PC-Based MX100 User Manual

Page 126

Advertising
background image

2-103

IM MX190-01E

MX100 -Visual C++

2

CDAQMXChConfig::setRES

Syntax

void setRES(int iRangeRES);

Parameters

iRangeRES

Specify the range type of the resistance range.

Description

Sets the specified range.
Makes the channel status valid.

The settings are set to the default values of the specified range type.
The channel type is set to AI.

Any specification other than the resistance range is ignored.
The span, scale, decimal point position, unit name, and reference channel are set to

the default values.
The alarm setting is initialized (cleared).

Reference

setAlarm setPoint setRefChNo setScalling setSpan setType
setUnit setValid

CDAQMXChConfig::setRJCType

Syntax

void setRJCType(int iRJCType, int volt = 0);

Parameters

iRJCType

Specify the RJC type.

volt

Specify the RJC voltage.

Description

Stores the specified value in the AI setup data field of the data member.

2.5 Details of the MX100 Class

Advertising