Basic Collection


A collection of basic settings for the counter functions that work with DncDaq.
Properties related to counters 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].Basic[ ChNo ].Each property information

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

 

 

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

Property

Description

ChannelSignal

Selects external signal source.

CountDirection

Sets the counting direction.

DigitalFilter

Sets the digital filter value.

Enable

Sets to enable/disable the counter function.

OperationMultiplication

Sets the operation mode (multiplication).

OperationPhase

Sets the operation mode (number of phases).

OperationSyncClear

Sets the clear operation mode.

PresetStart

Sets the preset when counting starts.

PresetStartValue

Sets the preset value when counting starts.

ZLogic

Sets Z phase logic.

ZMode

Sets how to use Z phase.