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 |
Sets the sampling name. |
|
Sets the sampling clock type. |
|
Sets the input method (voltage/current or binary value). |
|
Sets the sampling cycle. |
|
Sets the sampling start condition. |
|
Inputs the value for the sampling start condition setting. |
|
Sets the sampling stop condition. |
|
Inputs the value for the sampling stop condition setting. |
|
Sets the number of sampling data to be acquired. |
|
Inputs the number of sampling data to be acquired. |
|
Returns the data storage interval. |
|
Sets the task buffer size. |
|
Sets to enable/disable the sampling task. |