05-30-2008 02:44 PM
05-30-2008 04:03 PM
05-31-2008 06:18 AM
06-02-2008 07:07 AM
Ravens Fan is correct, you never want to use front panel controls as a place to hold information on a cFP.
Suggest that when you read values from .ini file that you write them to a Shared Network Variable. Modify your code so that the code on the cFP is always reading from the Shared Variables and not the front panel controls. Turn the front panel controls into indicators so you can monitor values during development.
06-02-2008 07:16 AM
06-02-2008 07:26 AM
Here is a link that better explains why cFP behaves this way. http://digital.ni.com/public.nsf/allkb/FC5024A5DD6344C886256C8C0054689B?OpenDocument
You could also create a simple host vi that uses Shared Network Variables to pass data to and from the cFP.
06-02-2008 07:30 AM
I'm able to create host VI's using shared network variables (with cFP and cRIO). But I don't want to install the executables on several computers that will access the cFP's VI, and just install the Run Time Engine in these computers.
06-02-2008 07:44 AM
06-02-2008 07:53 AM
06-02-2008 09:39 AM