‎07-09-2013 11:07 AM
Hope this isnt a repeat but I can't seem to find the answer and I am sure it is something simple. I am trying to have a button that opens a help document. I already have that set up what I need though is for while the VI is running the user can push the button and the document will open. Right now the button can be pushed while the vi is running and nothing happens. Thanks!
‎07-09-2013 11:13 AM
Ever come across an Event Structure before?
http://zone.ni.com/reference/en-XX/help/371361J-01/glang/event_structure/
‎07-09-2013 12:17 PM
Hi I tried this and I think the reason it's not working is due to being in a stacked sequence structure. Do you have any suggestions or manipulations that would work within that structure?
‎07-09-2013 12:25 PM
@elac wrote:
Hi I tried this and I think the reason it's not working is due to being in a stacked sequence structure. Do you have any suggestions or manipulations that would work within that structure?
If the button is not read by the code because the code is trapped in a endless worm of sequences, you need to rethink your architecture.
A quick solution would be to have a small, independent parallel while loop, containing nothing but an event structure to handle these buttons and pop up the help. Think parallel!!