03-14-2012 12:34 PM
When I create a custom list of menu drop-downs, is it possible to also include the standard "Operate" drop down to include the "stop" running command (Ctrl + .)? The stop command is what I'm mostly interested in.
Thanks
03-14-2012 01:04 PM
Forgive me if I'm not understanding the question correctly, but couldn't you just have a stop button wired to a while loop surrounding your code?
Happy Pi day!
03-14-2012 01:11 PM - edited 03-14-2012 01:14 PM
@lavalava wrote:
When I create a custom list of menu drop-downs, is it possible to also include the standard "Operate" drop down to include the "stop" running command (Ctrl + .)? The stop command is what I'm mostly interested in.
Thanks
Why would you do this? Ctrl+. does not work if the Abort button is not shown. (And its not really a good idea to abort your vi)
But yes, you can edit the RTM and add a Stop to Operate. An Event loop "Menu Activation" event could call the Abort vi primitive when Operate>>Stop is selected