08-10-2009 12:27 PM
Que tal colegas, mi pregunta en esta ocación es como realizo un algoritmo en labview 8.2, con XP, el cual me genere las letras del abecedario en forma ascendente y que solo las muestre de una en una, o sea que muestre por ejemplo la A, despues que la borre y que genere la B y, así sucesivamente hasta que yo le indique, y que cuando llegue al limite establecido vuelva a iniciar otra vez en la A y así indefinidamente, si tiene algun comentario acerca de este tema se los agradecere, de antemano muchas gracias.
Julio Cesar Navarro J.
Ing. Eectrónica. ITSZ
Solved! Go to Solution.
08-11-2009 08:19 AM
08-11-2009 10:56 AM
Is this what you wanted to do?
I attached the above VI so you can look at it.
May I ask what you are trying to do?
08-11-2009 10:57 AM
In the above example, I coded poorly.
The boolean control should not be outside of the For loop,
or you will have to wait until the For loop is finished to be able to stop the outer While loop.
08-11-2009 01:15 PM
Hola Julio
Esto también podría ser una buena opción.
Saludos
Hi Julio
This also could be a good option.
Best Regards
Coamín Cruz
NI México
http://digital.ni.com/public.nsf/websearch/283FD21035DEFA0386256A390061CE5F?OpenDocument
08-11-2009 01:27 PM
Coamin, your solution does not loop back to A. See attached image
08-11-2009 01:38 PM
Also, here is another take on Cory's array idea.
08-11-2009 01:59 PM - edited 08-11-2009 02:03 PM
Hi Tim
You are totally right, I didn’t think about it. I appreciate your comment.
Best Regards
Coamín Cruz
NI México
08-15-2009 09:13 AM