Cdaqdarwin::talkcalibrationdata, Cdaqdarwin::talkchinfo – Yokogawa PC-Based MX100 User Manual
Page 436

7-38
IM MX190-01E
CDAQDARWIN::talkCalibrationData
Syntax
int talkCalibrationData(int startChType, int startChNo, int
endChType, int endChNo);
Parameters
startChType
Specify the start channel type.
startChNo
Specify the start channel number.
endChType
Specify the end channel type.
endChNo
Specify the end channel number.
Description
Executes the declaration for retrieving setup data of the setup mode from the start
channel (start channel type and start channel number) to the end channel (end
channel type and end channel number). The setting mode must be switched to
calibration in advance. This function executes the TS and LF commands of the
DARWIN communication function. After executing this function, use the
getSetDataByLine function to retrieve the data by lines.
Return value
Returns an error number.
Reference
send startTalker CDAQDARWINChInfo::toChName
CDAQDARWIN::talkChInfo
Syntax
int talkChInfo(int startChType, int startChNo, int endChType,
int endChNo);
Parameters
startChType
Specify the start channel type.
startChNo
Specify the start channel number.
endChType
Specify the end channel type.
endChNo
Specify the end channel number.
Description
Executes the declaration for retrieving channel information data from the start
channel (start channel type and start channel number) to the end channel (end
channel type and end channel number). This function executes the TS and LF
commands of the DARWIN communication function. It creates and sends the
command. After executing this function, use the getChInfo function to retrieve the
data for each channel.
Return value
Returns an error number.
Reference
send startTalker CDAQDARWINChInfo::toChName
7.4 Details of the DARWIN Class