2cdaqmxsysinfo::getfifono, Cdaqmxsysinfo::getfrequency, Cdaqmxsysinfo::getintegral – Yokogawa PC-Based MX100 User Manual
Page 220
![background image](/manuals/360310/220/background.png)
2-197
IM MX190-01E
MX100 -Visual C++
2
CDAQMXSysInfo::getFIFONo
Syntax
int getFIFONo(int moduleNo);
Parameters
moduleNo
Specify the module number.
Description
Gets the FIFO number of the module corresponding to the specified module number
from the System configuration data field of the data member.
Returns a negative value if it does not exist.
Return value
Returns the FIFO number.
Reference
getMXModuleData
CDAQMXSysInfo::getFrequency
Syntax
int getFrequency(void);
Description
Gets the power supply frequency from the System configuration data field of the
data member.
Return value
Returns the power supply frequency.
CDAQMXSysInfo::getIntegral
Syntax
int getIntegral(int moduleNo);
Parameters
moduleNo
Specify the module number.
Description
Gets the type of A/D integration time of the module corresponding to the specified
module number from the System configuration data field of the data member.
If it does not exist, “Automatic” is returned.
Return value
Returns the type of AD integration time.
Reference
getMXModuleData
2.5 Details of the MX100 Class