05-22-2013 07:18 AM
Hello,
I'm having a problem using a LV WebService running in a CompactRIO device. I have one VI that makes analog acquisitions from some NI9234 modules and it works fine when started from LabView, but when it's started by the WebService (like an URL in the browser) it doesn't work for any acquisition that takes more than 120 seconds (acquisition time is one of the input parameters).
When an acquisition of 120 or more seconds is started, the device enters in some kind of loop and restarts the VI a few times until the following page be showed (some minutes after):
Does anyone have any idea about what is happening?
Thank you for your attention
05-24-2013 07:26 AM
Hello lucasegidio,
I suggest you to use debug tools or displaying errors on front panel in order to see if something particular is going on.
I also suggest you to check if you followed the steps described in those documents :
Simultaneously Running a Web Service and Remote Panels from a Startup Real-Time Executable
How do I Transfer Data Between My Main Application and Web Service Running On My cRIO?
Don't hesitate to post your code (or something simpler). It could help users to run some tests.
Regards,
Jérémy C.
NI France