04-22-2015 08:58 AM
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
04-22-2015 09:24 AM
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