2cdaqmxchconfig::setao, Cdaqmxchconfig::setburnout, Cdaqmxchconfig::setchatfilter – Yokogawa PC-Based MX100 User Manual

Page 120

Advertising
background image

2-97

IM MX190-01E

MX100 -Visual C++

2

CDAQMXChConfig::setAO

Syntax

void setAO(int iRangeAO);

Parameters

iRangeAO

Specify the AO range type.

Description
Sets the specified range.

Makes the channel status valid.
The settings are set to the default values of the specified range type.

Holds the reference channel number according to the previously set channel type.
For command AO channels, the reference channel number is the “undefined

reference channel number.”
Any channels other than the AO range are ignored. If AO or command AO channels

are unspecified, they are ignored.
The span, scale, decimal point position, and unit name are set to the default values.

The alarm setting is initialized (cleared).

Reference

getKind getRefChNo setAlarm setPoint setRefChNo setScalling
setSpan setType setUnit setValid

CDAQMXChConfig::setBurnout

Syntax

void setBurnout(int iBurnout);

Parameters

iBurnout

Specify the burnout value.

Description

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

CDAQMXChConfig::setChatFilter

Syntax

void setChatFilter(int bChatFilter);

Parameters

bChatFilter Specify chattering filter using a Boolean value.

Description

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

2.5 Details of the MX100 Class

Advertising