08-08-2008 11:57 AM
08-08-2008 03:19 PM
08-09-2008 08:59 AM
I'd advise an upgrade. The FP code from early version sof LV 8 has issues with the CPU being dominated by background processes.
Ben
08-11-2008 10:37 AM
08-11-2008 11:02 AM
Hi Gizmaa,
You could use network-published variables along with this article (Methods for Binding a Shared Variable to a FieldPoint Channel) in order to access different channels.
Also, you could try using a TCP/IP connection since the Shared Variables are built upon this. Using TCP/IP directly will allow you to communicate faster than through the use of Shared Variables.
I hope this helps,
Kevin S.
Applications Engineer
National Instruments
08-12-2008 12:46 PM
08-13-2008 08:38 AM
08-13-2008 09:34 AM
08-13-2008 09:39 AM
08-13-2008 12:14 PM
I tried using the FP Open vi with only half success. It worked on my computer but when I embedded it it did not do what it was intended to do. The script I created checks the temperature of a thermocouple on a cFP-1808. Depending on the temperature it lights a certain amount of LEDs. When run from the project setup it returned the error " The specified tag name was not found. : FP Create Tag .vi", error code of 32812. The .iak file was put in the root directory of the FP (C:\Mesocosm-01.iak). When run on the computer I correct the .iak file location.
Attached are the necessary files.