05-15-2008 06:49 AM - edited 05-15-2008 06:50 AM
05-15-2008 06:54 AM - edited 05-15-2008 06:56 AM
Hi Halemani,
The outer loop can first be stopped if all inner loops are ready.
Why do you need such complicate arrangement? Can you explain what you try to do?
Mike
05-15-2008 06:59 AM - edited 05-15-2008 07:00 AM
What is the Mechanical Action for the Stop4 button?
Can you explain what you are trying to do?
05-15-2008 07:00 AM
05-15-2008 07:03 AM
I don't have LV installed, so I can't look at your code, but why don't you use an Event Structure that allows the operator to select which readings to take and refresh the corresponding graph. One single loop is all you need.
RayR
05-15-2008 07:03 AM
Mechanical action? I tried all. In vain!
@JoeLabView wrote:
What is the Mechanical Action for the Stop4 button?
Can you explain what you are trying to do?
Message Edited by JoeLabView on 05-15-2008 08:00 AM
05-15-2008 07:03 AM
Hi Halemani,
if you press the "stop4" button all other loops are still running, So you have to stop them once again.
Mike
05-15-2008 07:04 AM
But will that work for all the three operations I have mentioned? Because if you get inside one loop. Then you have to stop it to start others.
@JoeLabView wrote:
I don't have LV installed, so I can't look at your code, but why don't you use an Event Structure that allows the operator to select which readings to take and refresh the corresponding graph. One single loop is all you need.
RayR
05-15-2008 07:06 AM
No I did not get you! My problem is that only. How do you stop the outer most loop?
@MikeS81 wrote:
Hi Halemani,
if you press the "stop4" button all other loops are still running, So you have to stop them once again.
Mike
05-15-2008 07:18 AM
Halemani wrote:
But will that work for all the three operations I have mentioned? Because if you get inside one loop. Then you have to stop it to start others.