Owner manual

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