LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

button to close vi in labview real time

Perhaps if you posted your code, both for the Host and the cRIO Real-Time processor, we could suggest how you could accomplish your goal.  I know that in my Real-Time routine (loosely modeled on the Real-Time Example Projects that ship with LabVIEW), my Host communicates its commands to the RT side using Network Streams, so it is "natural" for the Host to send an Exit message to the Remote, which causes the Remote to stop its loop and reboot itself.  You could probably do the same thing, and if we saw your code, we could either point out how you could use existing communication paths in your code or point to examples of new communication paths you could employ.

 

Bob Schor

0 Kudos
Message 11 of 12
(780 Views)

good
this is my project the main Vi is CallANDCLOSE.VI when i push the button the countpixel.vi is called 

so what i want is to create button in  countpixel.vi to close this VI ( countpixel.vi) and returs to CallANDCLOSE.VI

thanks again 

0 Kudos
Message 12 of 12
(774 Views)