LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control de ejecucion de while

Hola,

Estoy desarrollando mi tema de Tesis con un kit spartan3e, para lograr el control de una parte de mi código necesito crear o tener una señal cada vez que inicia la ejecución de un lazo while para poder enviar esta señal a un timedloop que se ejecuta en paralelo y resetear los datos de este timed loop pero no consigo la forma de saber cuando empieza a ejecutarse de nuevo el lazo while para poder manejar una señal que de preferencia sería un booleano, alguien tal vez me podría ayudar con un consejo en este sentido?

Muchas gracias por su ayuda siempre tan útil!  😄

0 Kudos
Message 1 of 3
(2,294 Views)

Hello,

maybe you could address your question in English, and also very useful if you give an example code what you have tried so far...

Or you can find Spanish speaking discussion board here:

http://forums.ni.com/t5/Discusiones-sobre-Productos-NI/bd-p/6170

Regards,

0 Kudos
Message 2 of 3
(2,273 Views)

Hi,

I´m relly sorry i didnt realize that i was posting in the english forum, well what i need is to send a boolean signal from a while loop that is running at the same time with a timed loop (paralell execution) the thing is that i need to find out when exactly a new iteration starts in the while loop and at that moment send the boolean signal to the timed loop.

In the attached picture you can see the big while loop, i need to know when a new iteration starts in that one to send a boolean signal to the small timed loop.

I have tried to do a lot of things with the iteration number from the while but i couldnt make it that way.

I hope i was clear enough and ill be so thankful if you can help me with this, this is part of my engineer thesis project.

Regards

Lenin

0 Kudos
Message 3 of 3
(2,259 Views)