Timing Collection


A collection of timer settings that work with DncDaq. To access each property, the format is as follows.

Properties related to timer settings are summarized for each TimingNo., and when accessing each property, the format is as follows.

 

C# example: dncDaq.DaqProperty.Timing[ TimingNo ].Each property information

VB example: dncDaq.DaqProperty.Timing( TimingNo ).Each property information

 

â– List of properties in Timing

Property

Description

TimingName

Sets or gets the timing name.

Timing

Sets or gets the timing type.

Interval

Sets or gets the timer cycle.

TimerDelay

Sets or gets the timer delay value.

StartTrigger

Sets or gets task start conditions.

StartTriggerNum

Sets or gets the setting value of the task start condition.

StopTrigger

Sets or gets task stop conditions.

StopTriggerNum

Sets or gets the setting value of the task stop condition.

CountType

Sets or gets the count type.

CountMin

Sets or gets the minimum count value.

CountMax

Sets or gets the maximum count value.

Count

Gets the current count value.

Enabled

Sets or gets timing enable/disable.