List of components


DAQ-DNC includes the following components:

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

 

Components

Overview

DncDaq

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

DncGraph

Component that displays the linked data as a graph.

DncLamp

Component that displays the linked data as a lamp.

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.

DncLabel

Label component that can be used for data linkage.

It has multiple text display and effect functions.

DncTextBox

Text box component that can be used for data linkage.
It is also possible to restrict text input and specify prohibited characters.

DncWriteFile

Component that saves linked data to a file.

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.

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.

DncTrackBar

Component used to set data values graphically.

DncVolume

Component used to set data values graphically.