Cdaqmxsysinfo::setcftimeout, Cdaqmxsysinfo::setcfwritemode, Cdaqmxsysinfo::setmodule – Yokogawa PC-Based MX100 User Manual
Page 229

2-206
IM MX190-01E
CDAQMXSysInfo::setCFTimeout
Syntax
void setCFTimeout(int timeout = 60);
Parameters
timeout
Sets the timeout value.
Description
Stores the specified value in the System configuration data field of the data member.
The unit is seconds.
CDAQMXSysInfo::setCFWriteMode
Syntax
void setCFWriteMode(int iCFWriteMode);
Parameters
iCFWriteMode
Specify the CF write mode.
Description
Stores the specified value in the System configuration data field of the data member.
CDAQMXSysInfo::setModule
Syntax
void setModule(int moduleNo, int iModuleType, int iChNum, int
iInterval, int iHz = DAQMX_INTEGRAL_AUTO);
Parameters
moduleNo
Specify the module number.
iModuleType
Specify the module type.
iChNum
Specify the number of channels.
iInterval
Specify the interval type.
iHz
Specify the type of A/D integration time.
Description
Stores the specified values in the data member’s System configuration data field of
the module corresponding to the specified module number.
If the module does not exist, the value is not stored.
Reference
getMXModuleData
2.5 Details of the MX100 Class