Establishda100 – Yokogawa PC-Based MX100 User Manual

Page 1095

Advertising
background image

24-4

IM MX190-01E

establishDA100

Syntax

int establishDA100(DAQDA100 daqda100, int iSetup);

Declaration

Visual Basic
Public Declare Function establishDA100 Lib "DAQDA100"(ByVal
daqda100 As Long, ByVal iSetup As Long) As Long
Visual Basic.NET
Public Declare Ansi Function establishDA100 Lib
"DAQDA100"(ByVal daqda100 As Integer, ByVal iSetup As Integer)
As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="establishDA100")]
public static extern int establishDA100(int daqda100, int
iSetup);

Parameters

daqda100

Specify the device descriptor.

iSetup

Specify establishment of setup.

Description

Establishes setting contents for setup mode.

• It is only valid in setup mode.
• This function executes the EX command of the DARWIN communication function.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQDA100::establish

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

Advertising