2cdaqmxconfig::setinterval, Cdaqmxconfig::setmxconfigdata – Yokogawa PC-Based MX100 User Manual

Page 168

Advertising
background image

2-145

IM MX190-01E

MX100 -Visual C++

2

CDAQMXConfig::setInterval

Syntax

void setInterval(int moduleNo, int iInterval, int iHz =
DAQMX_INTEGRAL_AUTO);

Parameters

moduleNo

Specify the module number.

iInterval

Specify the interval type.

iHz

Specify the type of A/D integration time.

Description

Sets the module of the specified module number to the specified value.
If the module does not exist, the value is not set.

If the constant for “Specify all module numbers” is specified for the module numbers,
all modules are processed.

Reference

CDAQMXSysInfo::getChNum CDAQMXSysInfo::getModuleType
CDAQMXSysInfo::setModule

CDAQMXConfig::setMXConfigData

Syntax

void setMXConfigData(MXConfigData * pMXConfigData);

Parameters

pMXConfigData Specify the setup data.

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
CDAQMXBalanceData::setMXBalanceData
CDAQMXChConfigData::setMXChConfigData
CDAQMXNetInfo::setMXNetInfo
CDAQMXOutputData::setMXOutputData
CDAQMXStatus::setMXStatus
CDAQMXSysInfo::setMXSystemInfo

2.5 Details of the MX100 Class

Advertising