LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Auto cRIO connection

Hello!

 

Can somebody help me with this: I made a project in which I added a cRIO and a touch panel. The communication between the two is accomblished by shared variables. The main-core code is placed in the cRIO vi, thus what I want to do is making cRIO vi running when I open the touch panel exe.

 

Hoping I gave you understood.

 

Thanks in advance 

0 Kudos
Message 1 of 3
(2,714 Views)
I am not sure how you can start an RT VI in cRIO from TPC. Another workaround is to place your the cRIO VI as a startup VI in RT. Once cRIO powers up it will start running this VI.  Let this RT VI poll on a boolean shared variable to decide whether to execute the "Actual" part of the code. This shared variable can be set from the TPC.
------

"A VI inside a Class is worth hundreds in the bush"
യവന്‍ പുലിയാണു കേട്ടാ!!!
0 Kudos
Message 2 of 3
(2,710 Views)

Thank you very much. I will try

 

Best Regards 

0 Kudos
Message 3 of 3
(2,706 Views)