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 |
Sets or gets the timing name. |
|
Sets or gets the timing type. |
|
Sets or gets the timer cycle. |
|
Sets or gets the timer delay value. |
|
Sets or gets task start conditions. |
|
Sets or gets the setting value of the task start condition. |
|
Sets or gets task stop conditions. |
|
Sets or gets the setting value of the task stop condition. |
|
Sets or gets the count type. |
|
Sets or gets the minimum count value. |
|
Sets or gets the maximum count value. |
|
Gets the current count value. |
|
Sets or gets timing enable/disable. |