10 talksetupdatadarwin – Yokogawa PC-Based MX100 User Manual

Page 545

Advertising
background image

10-47

IM MX190-01E

Functions for the DARWIN - Visual C/Visual Basic -

10

talkSetupDataDARWIN

Syntax

int talkSetupDataDARWIN(DAQDARWIN daqdarwin, int startChType,
int startChNo, int endChType, int endChNo);

Declaration

Public Declare Function talkSetupDataDARWIN Lib
"DAQDARWIN"(ByVal daqdarwin As Long, ByVal startChType As
Long, ByVal startChNo As Long, ByVal endChType As Long, ByVal
endChNo As Long) As Long

Parameters

daqdarwin

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 and LF commands of the DARWIN communication

function.

• After executing this function, use the getSetDataByLineDARWIN function to

retrieve the data by lines.

Return value

Returns an error number.

Error:
Not descriptor

No device descriptor.

Reference

CDAQDARWIN::talkSetupData

10.1 Details of Functions - DARWIN (Visual C/Visual Basic) -

Advertising