LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Jumping out of case structures other than by STOP

Solved!
Go to solution
Here is 7.0
Tim
GHSP
0 Kudos
Message 11 of 23
(1,465 Views)
Sorry different post give me a second
Tim
GHSP
0 Kudos
Message 12 of 23
(1,466 Views)

Hello aeastet,

 

Sorry, it needs to be saved in 7.0. I still cannot open 7.1 which is the saved file format!!!!

 

Nevica 

 

0 Kudos
Message 13 of 23
(1,461 Views)
Sorry I am not have much luck switching to 7.0 Maybe someone else can help with that.
Tim
GHSP
0 Kudos
Message 14 of 23
(1,460 Views)
Could you save as a screen shot?
0 Kudos
Message 15 of 23
(1,456 Views)
Solution
Accepted by topic author nevica

You have way too many loops and way too much duplicate code. Here's a quick draft using an event structure and a radio button control.

 

Message Edited by altenbach on 08-21-2009 09:48 AM
Message 16 of 23
(1,437 Views)

Thanks Altenbach,

 

Your programming style is new to me so I will have to unpick what you have done.

 

Nevica

0 Kudos
Message 17 of 23
(1,402 Views)

In the vi attached I am trying to make 'Instrument I/O Assistant 2' map to case structure 1, 'Instrument I/O Assistant 3' map to case structure 2 and 'Instrument I/O Assistant 4' map to case structure 3 within the inner case structure.

 

How do I do this in Labview 7.0

Message Edited by nevica on 08-26-2009 11:00 AM
0 Kudos
Message 18 of 23
(1,372 Views)
You need to add a second shift register. Then you hook it up like the picture below.
Tim
GHSP
0 Kudos
Message 19 of 23
(1,364 Views)

Thanks Aestat,

 

But how do I set 'Instrument I/O Assistant2' to 1 and so on within the case structure itself. At the moment 'Instrument I/O Assistant 2' is set to 0 which is not what I want. they all need to be mapped up by one to agree with the strings.

 

I have tried re-arranging by right clicking then 'rearrange cases' but without luck. Does a case structure always have to have a zero case. If this is so then I will have to subtract one from the input to the case structure.

 

Nevica

Message Edited by nevica on 08-27-2009 03:09 AM
0 Kudos
Message 20 of 23
(1,334 Views)