Talkcalibrationdatada100 – Yokogawa PC-Based MX100 User Manual
Page 1121
24-30
IM MX190-01E
talkCalibrationDataDA100
Syntax
int talkCalibrationDataDA100(DAQDA100 daqda100, int
startChType, int startChNo, int endChType, int endChNo);
Declaration
Visual Basic
Public Declare Function talkCalibrationDataDA100 Lib
"DAQDA100"(ByVal daqda100 As Long, ByVal startChType As Long,
ByVal startChNo As Long, ByVal endChType As Long, ByVal
endChNo As Long) As Long
Visual Basic.NET
Public Declare Ansi Function talkCalibrationDataDA100 Lib
"DAQDA100"(ByVal daqda100 As Integer, ByVal startChType As
Integer, ByVal startChNo As Integer, ByVal endChType As
Integer, ByVal endChNo As Integer) As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="talkCalibrationDataDA100")]
public static extern int talkCalibrationDataDA100(int
daqda100, int startChType, int startChNo, int endChType, int
endChNo);
Parameters
daqda100
Specify the device descriptor.
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 A/D calibration mode from the
start channel (start channel type and start channel number) to the end channel (end
channel type and end channel number).
• The operation mode must be switched to A/D calibration mode in advance.
• This function executes the TS,LF command of the DARWIN communication
function.
• After executing this function, use the getSetDataByLineDA100 function to retrieve
the data by line.
Return value
Returns an error number.
Error:
Not descriptor
No device descriptor.
Reference
CDAQDA100::talkCalibrationData
24.1 Details of Functions - DARWIN (VC/VB/VB.NET/C#) - Status Transition Functions