02-24-2010 09:10 PM - edited 02-24-2010 09:15 PM
Here's what I have.
I have two separate Time loops. Inside each timed loop I have an event structure. Each even structure is trigger by pressing a button each. This works just fine.
However, I'd like to add a third button, that executes both event structures. I want to do this without creating additional events in each structure. Is this possible to somehow wire this third button to the other two and trigger the two based off the action of the third? I'm having trouble getting that to work.
Thanks
Solved! Go to Solution.
02-24-2010 09:13 PM
02-24-2010 09:16 PM
I see,
Well, I was reading the LabVIEW help and it say's you should usually place events inside of loop structures, which is what I did here.
02-24-2010 09:30 PM
02-24-2010 09:39 PM
02-24-2010 09:45 PM
02-24-2010 09:54 PM
02-25-2010 12:38 AM
And somewhere i read not use this "Value signalling" property for triggering the event structure.
I dont remeber who was the author for that thread.....
02-25-2010 12:41 AM
I don't know who would have said that. That is the whole point of the Value(signalling) property node.
If you find the thread, link to it so we can straighten it out.
02-25-2010 09:15 AM
I see,
Thanks
This does it for me.