Cdaqmxconfig::setskip, Cdaqmxconfig::setstrain – Yokogawa PC-Based MX100 User Manual

Page 173

Advertising
background image

2-150

IM MX190-01E

CDAQMXConfig::setSKIP

Syntax

void setSKIP(int chNo);

Parameters

chNo

Specify the channel number.

Description

Sets the channel of the specified channel number to SKIP (not used).
If the module does not exist, the value is not set.

If the constant for “Specify all channel numbers” is specified for the channel
numbers, all channels are processed.

Reference

getClassMXChConfig CDAQMXChConfig::setSKIP

CDAQMXConfig::setSTRAIN

Syntax

void setSTRAIN(int chNo,int iRangeSTRAIN,int spanMin = 0,int
spanMax = 0);

Parameters

chNo

Specify the channel number.

iRangeSTRAIN Specify the strain range type.
spanMin

Specify the span minimum.

spanMax

Specify the span maximum.

Description

Sets the channel of the specified channel number to the specified range.
If the maximum and minimum values are the same, the span is considered omitted.

If the channel does not exist or the channel is not on the corresponding module, the
setting is void.

If the constant for “Specify all channel numbers” is specified for the channel
numbers, all channels are processed.

Resets the initial balance data.

Reference

getClassMXBalanceData
getClassMXChConfig
getClassMXSysInfo
CDAQMXBalanceData::setBalance
CDAQMXChConfig::setSpan
CDAQMXChConfig::setSTRAIN
CDAQMXSysInfo::getModuleType
CDAQMXSysInfo::getTempUnit

2.5 Details of the MX100 Class

Advertising