LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview: resource not found ; Specifically a VI located in my LV 8.2 Project I am trying to download to my FP-2000 and run.

Hi, 
 
I am fairly new to the LV Project method of building executable files and embeded applications. 
I have been using LV 7.2 for the last few years and finally switched over to 8.2 this last summer.
My problem is that I have an embedded application that I need to troubleshoot, but every time I try and run it from my desktop, it hits me with one of these messages:
 
Deploying MPPT-Testbed  (successfully deployed target settings)
Deploying ErrorConvert.vi  (already deployed)
Deploying FP Close(IO).vi
Failed to download FP Close(IO).vi
LabVIEW:  Resource not found.
LabVIEW:  Resource not found.
 
The FP Close(IO).vi is the latest issue, I have had other files that have failed to load as well.  I have attempted to make a common folder for all of my shared VIs, I have 6 FP-2000 controllers. 
Any ideas? 
 
I run LV 8.2 w/RT on my desktop, my FP-2000 is running LV 8.2, FP Drivers 5.2.0 and FP VI Manager 4.1.0
 
-Bill
0 Kudos
Message 1 of 6
(3,416 Views)

Hi Bill,

Which version of the FieldPoint driver are you using? You will probably need to uninstall and reinstall the FieldPoint driver, which is available on our website. The driver will install to the latest version of LabVIEW, so after installing it, you will want to open up LabVIEW 8.2 and double-check that the FieldPoint palette is there. This can be found in Programming » Measurement I/O » FieldPoint. Here is a list of software available with the FieldPoint driver versions. Please let me know if you have any questions!

Amanda Howard
Americas Services and Support Recruiting Manager
National Instruments
0 Kudos
Message 2 of 6
(3,385 Views)
Hi Amanda,v5.
 
I tried to install the Fieldpoint drivers, v5.0.1.  First uninstalled the old drivers, then reinstalled v5.0.1 for LV 8.2.  I still have the same error when trying to load the FP close VI to my FP-2000.  It looks like the complete Fieldpoint pallette is there. 
 
Any other drivers or issues I might need to address?  I have recently reinstalled LV 8.2 to my new computer, there might be a driver missing? 

Thanks for your help.
 
-Bill
0 Kudos
Message 3 of 6
(3,366 Views)

Hi Bill,

Since you produced code in a previous version of LabVIEW, and therefore previous FieldPoint driver version, you will need to revamp your code a little to be able to use it in LV 8.2 with FieldPoint 5.0. I'm assuming that the FP Close.vi is not available in the palette that is not available in LabVIEW 8.2. This is expected, as FieldPoint 5.0 utilizes different VIs than previous versions. Accordingly, you do not need to use the FP Open or FP Close VIs, as they are not available in this driver version. However, you only need to use a Browse I/O Point and either a FP Read, FP Write or FP Read/Write. Generally, a quick modification of your code will take care of this problem. Let us know if you need help with this; a screenshot of your code might be helpful. Thanks!

Amanda Howard
Americas Services and Support Recruiting Manager
National Instruments
0 Kudos
Message 4 of 6
(3,350 Views)
Thanks for the clarification Amanda.  I removed the FP Close and the VI works.  I was concerned that leaving out the FP Close would cause a memory leak in the FP-2000 units, that is why I was trying to include it. 
 
All is now working well. 
0 Kudos
Message 5 of 6
(3,345 Views)
That's great, Bill. Thanks for the update. I'm glad I could help!
Amanda Howard
Americas Services and Support Recruiting Manager
National Instruments
0 Kudos
Message 6 of 6
(3,332 Views)