Owner manual

24-6 IM MX190-01E
initSetValueDA100
Syntax
int initSetValueDA100(DAQDA100 daqda100);
Declaration
Visual Basic
Public Declare Function initSetValueDA100 Lib "DAQDA100"(ByVal
daqda100 As Long) As Long
Visual Basic.NET
Public Declare Ansi Function initSetValueDA100 Lib
"DAQDA100"(ByVal daqda100 As Integer) As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="initSetValueDA100")]
public static extern int initSetValueDA100(int daqda100);
Parameters
daqda100 Specify the device descriptor.
Description
Executes initial balancing of settings.
The status is updated at the end of the process.
This function executes the RC command of the DARWIN communication function.
Return value
Returns an error number.
Error:
Not descriptor No device descriptor.
Reference
CDAQDA100::initSetValue
24.1 Details of Functions - DARWIN (VC/VB/VB.NET/C#) - Status Transition Functions