Cdaqmxconfig::setres, Cdaqmxconfig::setrrjc – Yokogawa PC-Based MX100 User Manual
Page 171

2-148
IM MX190-01E
CDAQMXConfig::setRES
Syntax
void setRES(int chNo,int iRangeRES,int spanMin = 0,int spanMax
= 0);
Parameters
chNo
Specify the channel number.
iRangeRES
Specify the range type of the resistance range.
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.
Reference
getClassMXChConfig getClassMXSysInfo
CDAQMXChConfig::setRES CDAQMXChConfig::setSpan
CDAQMXSysInfo::getModuleType CDAQMXSysInfo::getTempUnit
CDAQMXConfig::setRRJC
Syntax
void setRRJC(int chNo, int refChNo, int spanMin = 0, int
spanMax = 0);
Parameters
chNo
Specify the channel number.
refChNo
Specify the reference channel number.
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, if the range is not TC, or if 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.
Reference
getClassMXChConfig getClassMXChConfigData getClassMXSysInfo
CDAQMXChConfig::getRange CDAQMXChConfig::isValid
CDAQMXChConfig::setSpan CDAQMXChConfigData::setRRJC
CDAQMXSysInfo::getModuleType CDAQMXSysInfo::getTempUnit
2.5 Details of the MX100 Class