FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do you need to insert a close fielpoint sub vi when using fieldpoint with labview

 
0 Kudos
Message 1 of 2
(2,990 Views)
The FieldPoint software consists of several components; a configuration utility, server, and language specific interface (several of which are available). The language specific interfaces and the configuration utility both provide interface capability to the FieldPoint server.

The FieldPoint Server is a background process. It will be started when either a FP Open.vi is run or when the newer (LabVIEW 7 or later) FP Read/FP Write/FP Advise VIs are used with the "purple wire" FieldPoint Tag. Because the server is a background process, which may be called only intermittently, it becomes necessary to tell it when to shut down. With that said, the FieldPoint Server will shut itself down when the calling interface is no longer active, so it is not strictly necessary to use the Close FieldPoint VI in LabVIEW 7 or later.

Regards,
Aaron
LabVIEW Champion, CLA, CPI
0 Kudos
Message 2 of 2
(2,978 Views)