08-14-2009 10:44 AM
jack47 wrote:
That's how I had it, but the snippet tools converted it to a reference. That's what I get for trying to be too fancy.
Maybe you can seek comfort with the poster of this thread
08-14-2009 10:45 AM
perfect, it looks fine, now i can select the elements from combobox and send them to another vi.
I neet to make the second vi run only after i finished my selection and it must run only once.
should i put it in a while or something? is there any button which gives only one true signal when you click on it and it is false for default to make the while run only one time?
see my vi
thanks
diego
08-14-2009 10:50 AM
08-14-2009 10:52 AM - edited 08-14-2009 10:55 AM
Put a case structure in the loop and wire you button to the case selector.
Select the mechanical action "Latch When Released" for that button.
Something like this
Edit: Jack beats me but I had to draw some wires
08-14-2009 10:53 AM