LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO LabVIEW StartupApp manually start

Solved!
Go to solution
  • cRIO LabVIEW Startup Application

Does anybody know how it's possible to manually start / kill / restart a cRIO "startup.rtexe" application with Linux commands?

I think the auto startup feature (I used shared network variables) has a problem in my application when NTP corrects the time from 01.01.1904 (myRIO no battery for the onboard clock) to the current time. In development mode with correct NTP time everything works fine. 

Thanks for any advices. 

Greetings David

 #development #cRIO #LabVIEW #linux 

0 Kudos
Message 1 of 3
(1,391 Views)
Solution
Accepted by topic author DavidLabview

Short answer, yes:

 

/etc/init.d/nilvrt stop && /etc/init.d/nilvrt start

 

For more info see e.g. here or here.

Message 2 of 3
(1,361 Views)

Hi cordm,

 

Thanks a lot for this information. You helped me more and better than some discussion's I had with the NI support if this is would be possible and they wasn't sure.

I tested it with my smartphone via VPN and mobile ssh and it worked, cause I'm on vacation:-).

Thanks & Greetings David 

0 Kudos
Message 3 of 3
(1,329 Views)