Sampling Collection


A collection of sampling settings that work with DncDaq.

Properties related to sampling are summarized for each Sampling No., and when accessing each property, the format is as follows.

 

C# example: DncDaq.DaqProperty.Device [ DeviceNo ].Sampling[ SamplingNo ].Each property information

VB example: DncDaq.DaqProperty.Device ( DeviceNo ).Sampling( SamplingNo ).Each property information

 

You can save multiple sampling settings, but only one is valid.

 

â– List of properties in Sampling

Property

Description

SamplingName

Sets the sampling name.

ClockType

Sets the sampling clock type.

InputType

Sets the input method (voltage/current or binary value).

SamplingClock

Sets the sampling cycle.

StartTrigger

Sets the sampling start condition.

StartTriggerNum

Inputs the value for the sampling start condition setting.

StopTrigger

Sets the sampling stop condition.

StopTriggerNum

Inputs the value for the sampling stop condition setting.

DataStoreNum

Sets the number of sampling data to be acquired.

DataStoreNumInput

Inputs the number of sampling data to be acquired.

DataStoreInterval

Returns the data storage interval.

BufferSize

Sets the task buffer size.

Enabled

Sets to enable/disable the sampling task.