List of components


DAQ-DNC includes the following components.

For details on each component, please refer to the reference page.

 

Category

Component name

Overview

Device control components

DncDaq

Component that controls our device and links the acquired data to each component.

Display components

DncGraph

Component that displays the linked data as a graph.

DncLabel

Label component that can be used for data linkage.

It has multiple text display and effect functions.

DncLamp

Component that displays the linked data as a lamp.

DncLevel

Component used to display data values graphically.

In addition to displaying the value level, it is possible to display the title, current value, and unit.

DncMeter

Component used to display data values graphically.

In addition to displaying the value level, it is possible to display the title, current value, and unit.

Operation components

DncButton

Button component that can be used for data linkage.

It has functions such as operating as a switch or operating when pressed for a certain period of time or more.

DncTextBox

Text box component that can be used for data linkage.

It is also possible to restrict text input and specify prohibited characters.

DncTrackBar

Component used to set data values graphically.

DncVolume

Component used to set data values graphically.

Data processing components

DncDataSet

Component that stores linked data in user memory.

It has a method to retrieve stored data and a function to generate an event when a certain amount of data is stored.

Please use it when you want to freely handle sampled data from the program code of application software.

DncFFT

Component that provides FFT/DFT functions for frequency analysis.

DncFilter

Component that provides filter functions.

DncStat

Component that performs statistical processing (Statistic).

It performs the specified calculation on the input data and displays the results as a label.

DncWriteFile

Component that saves linked data to a file.