01-15-2013 03:07 PM
HI, I am finishing a project, and I am now working on creating executables for the real-time controller,
but I have some concerns. I hope you can help me
1. I can have multiple executables startup on my Real-Time Controller?
2. how I can delete a startup executable in my Real-Time Controller?
3. How I can see if the application is running or if for some reason I generate an error?
I'm working with a sbRIO - 9631.
Thanks
01-16-2013 07:51 AM
Hello, Jonathan.
I have some documents tha may answer your questions:
1.What happens if there ar multiple startup executabls on my real time controller?
2.Methods to prevent a real-time executable from running a startup.
http://digital.ni.com/public.nsf/allkb/7BE1A1F4363C0465862569A6000319F9
Error 550 when trying to delete Startup.rtexe.
http://digital.ni.com/public.nsf/allkb/6EDCBF0F0498814F86256B570080DD20?OpenDocument
3.Without a supervisory there's no way to know if the application is running, unless your code uses the User Led on the controller to show that the code is running.
01-16-2013 02:16 PM
Thanks, Guilherme.