Control Collection


A collection of control input/output settings for the counter functions that work with DncDaq.
Properties related to control input/output are summarized for each counter channel number (ChNo), and when accessing each property, the format is as follows.

 

C# example: DncDaq.DaqProperty.Device [ DeviceNo ].Counter[0].Control[ ChNo ].Each property information

VB example: DncDaq.DaqProperty.Device ( DeviceNo ).Counter(0).Control( ChNo ).Each property information

 

 

â– List of properties in Counter[0].Control

Property

Description

DIType

Sets the signal level of the general-purpose input signal.

InputSigalEdge0

Sets whether the specified hardware event is executed at the rising edge or falling edge of the control input signal.

InputSigalEdge1

Sets whether the specified hardware event is executed at the rising edge or falling edge of the control input signal.

InputType

Sets the hardware event type for the control input signal.

OutputLogic

Sets the signal logic of the control output signal.

OutputPulseWidth

Sets the pulse width coefficient for one-shot pulse.

OutputType

Sets the control output signal hardware event type.

PresetRegisterValue

Sets the preset value that will be loaded when a control signal is input when a comparison match occurs.