Owner manual
2-149
IM MX190-01E
MX100 -Visual C++
2
CDAQMXConfig::setRTD
Syntax
void setRTD(int chNo, int iRangeRTD, int spanMin = 0, int
spanMax = 0);
Parameters
chNo Specify the channel number.
iRangeRTD Specify the range type of the RTD input.
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::setRTD
CDAQMXChConfig::setSpan CDAQMXSysInfo::getModuleType
CDAQMXSysInfo::getTempUnit
CDAQMXConfig::setScalling
Syntax
void setScalling(int chNo, int scaleMin = 0, int scaleMax = 0,
int scalePoint = 0);
Parameters
chNo Specify the channel number.
scaleMin Specify the scale minimum.
scaleMax Specify the scale maximum.
scalePoint Specify the decimal point position.
Description
Sets the scale on the channel of the specified channel number.
Sets the scale type to Linear. If the maximum and minimum values are the same, it
is set to None.
If the constant for “Specify all channel numbers” is specified for the channel
numbers, all channels are processed.
Reference
getClassMXChConfig getClassMXSysInfo
CDAQMXChConfig::setScalling CDAQMXSysInfo::getTempUnit
2.5 Details of the MX100 Class