2cdaqmxsysinfo::getterminaltype, Cdaqmxsysinfo::getunitno, Cdaqmxsysinfo::getunitserial – Yokogawa PC-Based MX100 User Manual
Page 226: Cdaqmxsysinfo::getunittype
2-203
IM MX190-01E
MX100 -Visual C++
2
CDAQMXSysInfo::getTerminalType
Syntax
int getTerminalType(int moduleNo);
Parameters
moduleNo
Specify the module number.
Description
Gets the terminal type of the module corresponding to the specified module number
from the System configuration data field of the data member.
If it does not exist, “Clamp” is returned.
Return value
Returns the terminal type.
Reference
getMXModuleData
CDAQMXSysInfo::getUnitNo
Syntax
int getUnitNo(void);
Description
Gets the unit number value from the System configuration data field of the data
member.
Return value
Returns the unit number.
CDAQMXSysInfo::getUnitSerial
Syntax
const char * getUnitSerial(void);
Description
Gets the serial number of the unit from the System configuration data field of the
data member.
Return value
Returns a pointer to the string.
CDAQMXSysInfo::getUnitType
Syntax
int getUnitType(void);
Description
Gets the unit type value from the System configuration data field of the data
member.
Return value
Returns the unit type.
2.5 Details of the MX100 Class