cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

cRIO LabVIEW StartupApp manually start

¡Resuelto!
Ir a solución
  • 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 

Mensaje 1 de 3
2.518 Vistas
Solución
Aceptado por el autor del tema DavidLabview

Short answer, yes:

 

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

 

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

Mensaje 2 de 3
2.488 Vistas

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
Mensaje 3 de 3
2.456 Vistas