Hi there,
I am trying to realize the following operation, when I choose an option, the program will run continuesly, if I choose another option, the program will run for only one time, I have make a test code as attached, I use a case structure and copy the code inside the while loop of "true" case to the "false" case, it barely works, however, when the code inside the "while" loop is very complicated, i dont want to copy the codes to the "false case". So are there any one has a better way to change the code structure and realize this operation? in the test code, I only want one graph indicator in the front panel.
Thanks,
Mike