Chapter 3 Hardware and Software Configuration
FP-2000/2010/2015 User Manual 3-18 ni.com
loop execute only once each time a loop runs, and FP Advise VIs only complete at their
advise rate. If you had more than one FP Advise VI in the loop, the loop (and therefore all
of the FP Advise VIs in the loop) would only execute at the slowest rate of the Advises.
The loop might not execute more than once if any of the Advises is set to complete
“On Data Change” and the data of the corresponding I/O Item never changes.
4. Use FP Close to close the server. This action also stops all pending
advise operations. Be sure to use only one FP Close.
5. The following figure gives an example of a LabVIEW diagram with
FieldPoint items.
LabWindows/CVI Functions and the FP-20xx
When you install the FieldPoint software, a LabWindows/CVI instrument
driver for FieldPoint is installed if LabWindows/CVI has already been
installed on your computer. This instrument driver includes function panels
to call C functions that directly access the I/O Items you configured in the
FieldPoint Explorer program. In addition, a set of sample projects is placed
in your
LabWindows/CVI Samples
directory. Using these examples is
the best way to get familiar with these functions. The FieldPoint CVI Help
document is in the same program group on the Windows taskbar as
FieldPoint Explorer. This help document describes each function in the
instrument driver with a description of the C syntax, a description of each
parameter, and a list of possible error codes.