Talkoperationdatada100 – Yokogawa PC-Based MX100 User Manual

Page 1123

Advertising
background image

24-32

IM MX190-01E

talkOperationDataDA100

Syntax

int talkOperationDataDA100(DAQDA100 daqda100, int startChType,
int startChNo, int endChType, int endChNo);

Declaration

Visual Basic
Public Declare Function talkOperationDataDA100 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 talkOperationDataDA100 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="talkOperationDataDA100")]
public static extern int talkOperationDataDA100(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 operation 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::talkOperationData

24.1 Details of Functions - DARWIN (VC/VB/VB.NET/C#) - Status Transition Functions

Advertising