LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Start deployed cRIO application from PC

Hi,

 

Do I have any possbility to (re)start a deployed RT application from PC?

Use case: deploy cRIO app --> start PC app --> check if cRIO app is running --> if not start running of cRIO app

 

Thank,

 

Balint

 

0 Kudos
Message 1 of 4
(2,737 Views)

RT systems are meant to be headless.  This means they start their application as soon as the boot process is complete.  You should have a state machine for the communications to detect if a host application is trying to talk and potentially run the main code then.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 4
(2,728 Views)

I agree with what crossrulz said.

It is possible to do it your way, but it would be much more risky (you introduce too many processes that can fail).

Having a state machine that will, for example, execute a case with only a wait function unless a specific boolean control is set is much easier.

0 Kudos
Message 3 of 4
(2,704 Views)

Thanks for your answers.

 

In the meanwhile I found a NI topics, which mentions the same, and 2 other option: http://digital.ni.com/public.nsf/allkb/F64D92E0BCA34162862573BD0072F807?OpenDocument

 

 

0 Kudos
Message 4 of 4
(2,700 Views)