LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FieldPoint Startup Program Not Running Correctly without Front Panel

My program runs correctly when I have either the Front Panel open or the Remote Front Panel open in a web browser
What the program is supposed to do is cycle through some LED's on the FP-2000 and then wait for either a user command to turn on some fans or a digital input to turn on the fans for a specified amount of time, however when there is no front panel open and a digital input is received the four fans turn on then turn right back off.

can anyone explain this

thanks
Download All
0 Kudos
Message 1 of 3
(2,490 Views)
Try writing to local variables of those controls and indicators rather than to the value property node.  I believe on cFP RT systems, the front panel is stripped from the system, so the value property nodes can't be used as a place to set or access the values of those controls.
Message 2 of 3
(2,467 Views)
That was it thanks for the help
0 Kudos
Message 3 of 3
(2,448 Views)