01-04-2008 05:55 PM
01-07-2008 06:27 PM
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!
01-09-2008 12:53 PM
01-10-2008 11:08 AM
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!
01-10-2008 12:31 PM
01-11-2008 09:40 AM