04-24-2008 12:35 PM
04-24-2008 12:40 PM
04-24-2008 12:45 PM
04-24-2008 12:48 PM
04-24-2008 11:40 PM
Hai vrk,
Please post ur code or give a screenshot of it.
As smercurio told don't use continuous run button. Use normal run button and use a while loop outside ur code and wire a false constant to it and that will run ur code continuously.
Thanks,
Mathan
04-25-2008 03:41 AM
04-25-2008 04:04 AM
Dear vrk,
Great to hear that you worked it out.
If you post how you solve it, it would be better for other people who will search in the forums for the same problem.
Thanks,
Mathan
04-25-2008 08:53 AM - edited 04-25-2008 08:54 AM
I didn't say to use a False constant. In fact, you should not set up the loop this way, as this sets up an infinite loop, and the only way to stop the VI is to use the Abort button, which does not stop a VI in a "clean" manner. You should use a Boolean control, not a constant.
@Mathan wrote:
As smercurio told don't use continuous run button. Use normal run button and use a while loop outside ur code and wire a false constant to it and that will run ur code continuously.
04-25-2008 09:02 AM
Yes its better to use a stop button(boolean control), rather than the constant.You are absolutely right.
Thanks for the post,
Mathan