02-19-2009 02:31 AM
I m using case structure.When its true, i m going to execute some sub vi and when its false, i m skipping the task and sending my error in dorectly to error out through case structure.
I wanna glow led with when its enters the case structure true status and stop glowing when it comes out of it.
And it should not glow when it is going through the false statement of case structure.
How to do this task
Solved! Go to Solution.
02-19-2009 02:44 AM
Hi Sanjana,
see the attached picture please.
There is nothing in the false case.
Mike
02-19-2009 02:54 AM
Hi mark
yes. there is nothing in the false state.it just routs the i/p to o/p.but when the case is true,i/p to case enters the sub vi and sub vi output is output of the case structure.
02-19-2009 03:02 AM - edited 02-19-2009 03:03 AM
There is no need for any sequences. All you probably need is a single local variable.
02-19-2009 04:16 AM
02-19-2009 08:30 AM
LabVIEW 7.1 is ancient. We are 4 versions past that already. 😮 Sorry, I no longer have access to 7.1.
Well, there is no VI, just a rough mockup. It should be trivial to write things from scratch. I assume you already have your error wire, subVI and case structure. All you need is an extra local variable of the boolean. Should take literally seconds do wire up. have you tried? 🙂
02-20-2009 12:10 AM
thanks altenbach,that was the solution.it is working amazingly.
thanks mike for the suggestions...