2cdaqmxconfig::setdelta – Yokogawa PC-Based MX100 User Manual

Page 166

Advertising
background image

2-143

IM MX190-01E

MX100 -Visual C++

2

CDAQMXConfig::setDELTA

Syntax

void setDELTA(int chNo, int refChNo, int spanMin = 0, int
spanMax = 0, int iRange = DAQMX_RANGE_REFERENCE);

Parameters

chNo

Specify the channel number.

refChNo

Specify the reference channel number.

spanMin

Specify the span minimum.

spanMax

Specify the span maximum.

iRange

Specify the range type.

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 range type is set to “Reference Channel” the range of the

channel specified by the reference channel number is applied. If the constant for
“Specify all channel numbers” is specified for the channel numbers, all channels are

processed. If the range type is strain, the initial balancing data is reset.
Channels which have the same channel number as the reference channel number

cannot be processed (R3.01 or later).

Reference

getClassMXBalanceData getClassMXChConfig getClassMXSysInfo
CDAQMXBalanceData::setBalance CDAQMXChConfig::getRange
CDAQMXChConfig::isValid CDAQMXChConfig::setDELTA
CDAQMXChConfig::setSpan CDAQMXSysInfo::getModuleType
CDAQMXSysInfo::getTempUnit

2.5 Details of the MX100 Class

Advertising