01-12-2006 03:12 PM
01-12-2006 03:23 PM
How about replacing the the sequence structure with a case structure. Then name each case what you want. Right click the input tunnel and select control. This way you can select which waveform you want to test.
Hope this helps.
01-12-2006 03:25 PM
01-12-2006 04:24 PM
01-13-2006 08:40 AM
01-13-2006 08:59 AM
01-13-2006 10:03 AM
Hi Brett,
Yes, the Case Structure should be in the For Loop. If I understand your original question correctly, take the code in your original screenshot, replace the Sequence Structure with a Case Structure (so you can select which waveform to use), then wrap *everything* in a For Loop so that all the code runs multiple times. You would probably be indexing the For Loop with an array of something (selections for the waveforms, perhaps?) as opposed to just wiring in a constant to the For Loop 'N' terminal.
Hope this helps,
-D