08-21-2009 09:51 AM
08-21-2009 09:52 AM
08-21-2009 09:58 AM
Hello aeastet,
Sorry, it needs to be saved in 7.0. I still cannot open 7.1 which is the saved file format!!!!
Nevica
08-21-2009 09:59 AM
08-21-2009 10:06 AM
08-21-2009 11:48 AM - edited 08-21-2009 11:48 AM
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.
08-24-2009 09:19 AM
Thanks Altenbach,
Your programming style is new to me so I will have to unpick what you have done.
Nevica
08-26-2009 10:59 AM - edited 08-26-2009 11:00 AM
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
08-26-2009 12:00 PM
08-27-2009 03:07 AM - edited 08-27-2009 03:09 AM
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