10-06-2010 04:08 PM
I have grave concerns which I hope are a result of something stupid I've done.
I run the attached VI stand-alone and it works fine. I run it via a web service call and the behavior is not as I expect it to be. It's like the AE has broken. Is this a space where AE's won't work?
10-06-2010 04:50 PM
When I build the application with Enable Debugging checked in the build spec, it works. I have no property nodes left after having replaced them with constants. Any other things that can screw up an RT app besides the lack of front panels?
10-07-2010 06:26 PM
I see that you are running this in Chrome, can you recreate it in other browsers, such as Firefox or iExplorer?
To answer your second question, since Real-Time applications are deployed without a Front Panel, you will not be able to store data on front panel items (such as property nodes calling values of front panel objects). Instead, use Shared Variables.
Logan H