Cdaqmxchconfigdata::setmxchconfigdata, Cdaqmxchconfigdata::setrrjc – Yokogawa PC-Based MX100 User Manual

Page 135

Advertising
background image

2-112

IM MX190-01E

CDAQMXChConfigData::setMXChConfigData

Syntax

void setMXChConfigData(MXChConfigData * pMXChConfigData);

Parameters

pMXChConfigData

Specify the channel setup data for all channels.

Description

Sets the data in a structure. Stores the contents of the specified structure in the data
member.

If not specified, the data member is initialized.

Reference

initialize
CDAQMXChConfig::setMXChConfig

CDAQMXChConfigData::setRRJC

Syntax

void setRRJC(int chNo, int refChNo);

Parameters

chNo

Specify the channel number.

refChNo

Specify the reference channel number.

Description

Sets remote RJC.

The measurement range is set to the same range as the specified reference
channel.

Copies the contents of the reference channel and overwrites the channel number,
channel type, and reference channel number.

The channel type is set to AI (remote RJC).
The scale type is set to NONE.

If the channel is not for the thermocouple input, the function does nothing.
The alarm setting is initialized.

Reference

getClassMXChConfig
CDAQMXChConfig::getKind CDAQMXChConfig::getRange
CDAQMXChConfig::isValid CDAQMXChConfig::setAlarm
CDAQMXChConfig::setChNo CDAQMXChConfig::setRefChNo
CDAQMXChConfig::setType

2.5 Details of the MX100 Class

Advertising