08-13-2012 09:08 AM
Hello Guys,
I am developing a software, and within this there is a case structure.
Within the structure there is a case structure "While".
When I start the software, is then immediately ready for use, when I click
on the button "turn on" the software enter in this "while structure" I quoted just above and I can't get out.
I can't click anything else, how can I exit the "while structure" when I want?
Thank you.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Bom dia Pessoal,
Estou desenvolvendo uma aplicação, e dentro desta existe uma estrutura case.
Dentro da estrutura case existe uma estrutura "While".
Quando eu inicio a aplicação ele padroniza os valores e logo em seguida fica pronto para uso, quando eu clico
no botão "Ligar" o labview entra nesta estrutura While que citei logo acima e eu não consigo mais sair.
Eu não consigo clicar em mais nada, como eu posso sair do while no momento em que eu quiser?
Muito Obrigado.
08-13-2012 10:35 AM
You'll have to program it so that a True boolean will go to the stop terminal of the while loop.
But since you haven't posted your VI, it is impossible to see what you are doing now so we can tell you how to correct it.