10-31-2007 11:47 AM
Hi
1. I am doing a program that has a flat sequence structure. It has a LED in the first frame and I want to set this LED again after that in another frame. How can I do that?
2. the program also has some controls that I want to check continuously and at any instance if the user change the values of these controls to unacceptable input the program indicates an error by the LEDs regardless of which frame is currently executed.
Can anybody help, please?
10-31-2007 11:59 AM - edited 10-31-2007 11:59 AM
Message Edited by Steve.Briggs on 10-31-2007 01:00 PM
10-31-2007 12:02 PM
10-31-2007 12:06 PM
10-31-2007 12:09 PM
10-31-2007 12:09 PM
10-31-2007 12:10 PM
@student 999 wrote:
what about the second question?
Use a second parallel loop with an event structure.
Maybe you should show us your code. The description is too diffuse to decide what the best solution would be.
10-31-2007 12:19 PM
first of all thanks alot for all your help
second what I mean is that I am trying to design a system to turn on a two pumps if the input pressure P1 >3 and the temperature <100 , if that happens then another frame will start executing , if at any instance P1 becomes ❤️ and/or temperature >100 I want to indicate an alarm with the LED
If I finish the VI I will post it
10-31-2007 12:46 PM