2cdaqmxsysinfo::setmxsysteminfo, Cdaqmxsysinfo::setrealmodule, Cdaqmxsysinfo::settempunit – Yokogawa PC-Based MX100 User Manual
Page 230

2-207
IM MX190-01E
MX100 -Visual C++
2
CDAQMXSysInfo::setMXSystemInfo
Syntax
void setMXSystemInfo(MXSystemInfo * pMXSystemInfo);
Parameters
pMXSystemInfo Specify the system configuration 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
CDAQMXSysInfo::setRealModule
Syntax
int setRealModule(int moduleNo);
Parameters
moduleNo
Specify the module number.
Description
Sets the module corresponding to the specified module number to the actual module
type.
Updates the module settings corresponding to the module number specified in the
System configuration data field of the data member.
The settings are set to the default values of the module type.
Returns the actual module type.
Return value
Returns the module type.
Reference
getRealType setModule
CDAQMXSysInfo::setTempUnit
Syntax
void setTempUnit(int iTempUnit);
Parameters
iTempUnit
Specify the temperature unit type.
Description
Stores the specified value in the System configuration data field of the data member.
2.5 Details of the MX100 Class