Talksetupdatada100 – Yokogawa PC-Based MX100 User Manual
Page 1125
![background image](/manuals/360310/1125/background.png)
24-34
IM MX190-01E
talkSetupDataDA100
Syntax
int talkSetupDataDA100(DAQDA100 daqda100, int startChType, int
startChNo, int endChType, int endChNo);
Declaration
Visual Basic
Public Declare Function talkSetupDataDA100 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 talkSetupDataDA100 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="talkSetupDataDA100")]
public static extern int talkSetupDataDA100(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 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).
• 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::talkSetupData
24.1 Details of Functions - DARWIN (VC/VB/VB.NET/C#) - Status Transition Functions