08-19-2013 11:48 PM
Hi
Can use an event structure within another event structure?
Thanks
Yasamin
Solved! Go to Solution.
08-20-2013 12:00 AM
08-20-2013 12:11 AM
@yasmain62 wrote:
Can use an event structure within another event structure?
And why would you want to do that...?? Would you mind elaborating the requirement here..??
08-20-2013 12:25 AM
I attached my Vi from my old project (MY OLD VI). It is worked correctly.
But I decided that use event structure instead of case structure.
I attached my new VI as a picture and as a LabVIEW VI too (network_analyzer_8510_920527 Frequency Sweep.vi )
My graphs show by pressing "case 5: button (Bottom of page right hand).
Then I want to show each of graph in a large window( in a new VI) by clicking a key (for example "show 1").
Thanks
Yasamin
08-20-2013 08:29 AM
I would save your waveforms in shift registers. You can then use your main event structure to trigger on the Show 1... value change events and process the data however you need from there.