LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LED Question

Solved!
Go to solution

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

0 Kudos
Message 1 of 7
(3,382 Views)

Hi Sanjana,

see the attached picture please.

There is nothing in the false case.

 

Mike

0 Kudos
Message 2 of 7
(3,379 Views)

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.

0 Kudos
Message 3 of 7
(3,369 Views)
Solution
Accepted by Sanjana

There is no need for any sequences. All you probably need is a single local variable.

 

Message Edited by altenbach on 02-19-2009 01:03 AM
0 Kudos
Message 4 of 7
(3,362 Views)
i m new to labview.can u please send me the vi (7.1 labview)
0 Kudos
Message 5 of 7
(3,339 Views)

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? 🙂

0 Kudos
Message 6 of 7
(3,304 Views)

thanks altenbach,that was the solution.it is working amazingly.Smiley Happy

 

thanks mike for the suggestions...Smiley Tongue

0 Kudos
Message 7 of 7
(3,267 Views)