A collection of edge settings that work with DncDaq.
The properties related to the edge are summarized for each Edge No., and when accessing each property, the format is as follows.
C# example: DncDaq.DaqProperty.Device[DeviceNo].Edge[EdgeNo].Each property information
VB example: DncDaq.DaqProperty.Device(DeviceNo).Edge(EdgeNo).Each property information
â– List of properties in Edge
Property |
Description |
Sets the edge type. |
|
Sets the bits for edge detection. |
|
Enables edge detection events. |
|
Sets the count type to be notified when an edge detection event occurs. |
|
Sets the initial value (minimum value) of the count value notified when an edge detection event occurs. |
|
Sets the maximum count value to be notified when an edge detection event occurs. |
|
Returns the current edge detection count value. |