Function
Initializes DncDAq.
Format
Ret = dncDaq01.Init()
Parameters
None
Return value
Ret [ C#: int ] [ VB.NET: Integer ]
â– Common
Value |
Description |
0 |
Normality completion |
500001 |
The method on an unconfigured device has been called. Check the device settings. |
500002 |
The method was called that the device does not support. |
510001 |
The input parameter is invalid. Check the parameter contents. |
Other errors (see: Error code details)
Remarks
Executes the initialization process of DncDaq.
By executing this method, the device is initialized and each function is started.
Device initialization, device setting, timing function/task function/edge monitoring function/sampling function start
Example
Executes the initialization process of DncDaq.
C# |
int Ret;
|
VB.NET |
Dim Ret As Integer
|