Edge collection


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

EdgeType

Sets the edge type.

EdgeBitString

Sets the bits for edge detection.

EdgeEnabled

Enables edge detection events.

EdgeCountType

Sets the count type to be notified when an edge detection event occurs.

EdgeCountMin

Sets the initial value (minimum value) of the count value notified when an edge detection event occurs.

EdgeCountMax

Sets the maximum count value to be notified when an edge detection event occurs.

EdgeCount

Returns the current edge detection count value.