07-14-2010 08:56 AM
Solved! Go to Solution.
07-14-2010 09:28 AM
If you have a conditional loop on your palette, use it. No one else has such an object so we can't help you.
Use full sentences and explain with some detail on what exact problem you are having with your program. Attach your program.
07-14-2010 11:40 AM
Your explanation is a bit rough. But I'll try to help:
Use a While Loop with a stop button. Inside the loop put your current monitoring code. Compare the current to some limit using Greater Than function. Wire the boolean output to a case structure. If True, put code to turn the relay off. If False, do nothing. After the loop, put code to turn the relay off. But you must have a wire coming from the while loop to the code to turn the relay off. You can wire the stop button out of the loop to a flat sequence structure, and put the code to turn off the relay inside the sequence.
07-14-2010 07:04 PM
07-14-2010 08:16 PM
My "job" has nothing to do with answering questios here. I am. like most members, a volunteer here and I think it is the responsibility of posters to provide clear and concise descriptions of the problem they are having just as it the responsibility of those giving an answer to be clear and precise. The majority of us are and scientists and engineers and that comes with the job description. There should be little need for guessing or repeatedly asking for more details or images of or the actual code.
07-15-2010 02:04 AM
As Dennis says, our "job" has nothing to do with these forums and we all volunteer our time.
Your "job" as a poster is to make sure we don't waste time trying to solve badly-worded problems. It's called common courtesy.
Shane.
07-15-2010 12:00 PM
Gireesh:
I'm glad I was able to help. But please don't criticize anyone here. Its not Dennis's fault that you did not give an accurate description of your problem. I just happend to guess and got lucky.