Hi All,
I built a middle complex application, which controls a machine. (Motors, Vibrators, etc.)
In case of emergency, I created a software emergency stop to handle motor stop and stopping my application.
Now I am wondering what is the best way to integrate my emergency stop button in the main applications front panel?
In case the application freezes (yes, I am still debugging some problems due to timing), I don't want the button to not react any more.
I tried to do it with a subpanel until I found out, that even if the VI of the button runs, the subpanel won't react any more.
Then I tried to to run the Stop-VI separate and bring the Stop Button in front of the main application(like a dialog). However then I can't use the main application...
I think you see what is my problem.
I can control the stop in a separate VI fine, even in case of malfunction of the main application. But how can I now put both VIs on one screen?
Any suggestions or ideas?
Thanks,
-Angelo