Cdaqdarwin::getsystemconfig, Cdaqdarwin::getversiondll, Cdaqdarwin::initsystem – Yokogawa PC-Based MX100 User Manual
Page 420
![background image](/manuals/360310/420/background.png)
7-22
IM MX190-01E
CDAQDARWIN::getSystemConfig
Syntax
int getSystemConfig(CDAQDARWINSysInfo & cDARWINSysInfo);
Parameters
cDARWINSysInfo
Specify the destination where the system configuration data
is to be returned.
Description
Gets the system configuration data. The function executes the data retrieval
declaration as a talker function and the data output.
Stores the scan interval and the system configuration data to the return destination.
This function executes the TS and CF commands of the DARWIN communication function.
It initializes the return destination, creates and sends the command, and receives the data.
Return value
Returns an error number.
Reference
checkAck receiveLine send startTalker
CDAQDARWINSysInfo::initialize CDAQDARWINSysInfo::setLine
CDAQDARWIN::getVersionDLL
Syntax
static const int getVersionDLL(void);
Description
Gets the version number of this DLL.
Return value
Returns the version number of this DLL.
CDAQDARWIN::initSystem
Syntax
int initSystem(int iCtrl);
Parameters
iCtrl
Specify the system control type.
Description
Executes the operation of the specified system control type.
This function executes the RS, RC, or AR command of the DARWIN communication function.
It creates and sends the command and receives the response.
Return value
Returns an error number.
Error:
Not support
Specified value is out of range.
Reference
runCommand
7.4 Details of the DARWIN Class