OnAioContinuosModeStart


Function

 

This event occurs when continuous mode sampling is started.

 

Format

 

dncDaq1_OnAioContinuousModeStart(object sender, AioContinuousModeStartEventArgs e)

 

Parameters

 

sender [ C#: object ] [ VB.NET: object ]

The event source.

 

e [ C#: AioContinuousModeStartEventArgs  ] [ VB.NET: AioContinuousModeStartEventArgs ]

Event arguments. Details are shown below.

 

Event argument

 

Arguments

C# Type

VB.NET Type

Description

DeviceNo

short

Short

Returns the device No..

DeviceName

string

String

Returns the device name.

Direction

short

Short

Returns the I/O direction.

1: Input

Time

string

String

Returns the start time (YY/MM/DD HH:MM:SS).

 

Remarks

 

This is an event to acquire continuous mode information at the start of continuous mode sampling.