![NI PXI-4204 Скачать руководство пользователя страница 41](http://html1.mh-extra.com/html/ni/pxi-4204/pxi-4204_user-manual_1685515041.webp)
Chapter 3
Using the NI PXI-4204
©
National Instruments Corporation
3-17
Using a DAQmx Channel Property Node in LabVIEW
Note
With the NI PXI-4204, you must use property nodes to change filter settings and to
enable SS/H.
You can use property nodes in LabVIEW to manually configure your
channels. To create a LabVIEW property node, complete the following
steps:
1.
Launch LabVIEW.
2.
You can create the property node in a new VI or in an existing VI.
3.
Open the block diagram view.
4.
From the
All Functions
toolbox, select
All Functions»
NI Measurements»DAQmx - Data Acquisition
, and select
DAQmx Channel
Property
Node
.
Analyze Data
Some examples of data analysis include filtering, scaling,
harmonic analysis, and level checking. Some data analysis tools
are located on the
Functions»Signal Analysis
subpalette and on
the
Functions»All Functions»Analyze
subpalette.
Display Data
You can use graphical tools, such as charts, gauges, and graphs
to display your data. Some display tools are located on the
Controls»Numeric Indicators
subpalette and
Controls»
All Controls»Graph
subpalette.
Continue Sampling
For continuous sampling, use a While Loop. If you are using
hardware timing, you also need to set the
DAQmx Timing.vi
sample mode to Continuous Samples. To do this, right-click the
terminal of the
DAQmx Timing.vi
labeled
sample mode
and
click
Create»Constant
. Click the box that appears and select
Continuous Samples
.
Stop Measurement
DAQmx Stop Task.vi
—This VI is optional. Clearing the task
will automatically stop the task.
Clear Task
DAQmx Clear Task.vi
Table 3-4.
Programming a Task in LabVIEW (Continued)
Flowchart Step
VI or Program Step