Alternating Compressor

FROGGIE2008

Member
Join Date
Nov 2007
Location
CA
Posts
2
New to PLC'S and I'm loosing more hair trying to
make the ladder diagram to alternate compressors.
Can somebody please help for info. Is there a book
I should buy that shows this diagram?
Thanks
 
What kind of compressors? Air? Ammonia?

What are the criteria for alternating them?
--Minimum Off Time?
--Maximum Run Time?
--Maximum Run hours differential?
--probably more

Will you ever need to run more than one simultaneously?
 
OkiePC said:
What kind of compressors? Air? Ammonia?

What are the criteria for alternating them?
--Minimum Off Time?
--Maximum Run Time?
--Maximum Run hours differential?
--probably more

Will you ever need to run more than one simultaneously?

Okie is completely correct. What do you want the machine to do? Come up with those criteria - which by the way is sometimes the hardest part - then you can start designing the controls.

Dan Bentler
 
Yes, get the spec right in your head (or even better on paper first) then once you have this sit down and write the program.

You will waste loads of time if you try to write first with only half a spec. You will end up re-writing it every time you "remember" something else it had to do. I have been there and done it!
 
Thanks for the replies,
What I'm doing is the Logic-pro simulator problems with 2 air compressors. The process is one has to reach, lets say 50 psi for example then the next time it turns on we would like to utilize the other air compressor to reach 50 psi for example. Basically
Im trying to write the ladder diagram for Alternating. I know the
schematic for an alternating relay but how would I write it for this.
At times both may have operate to keep up with demand.
Thank again,
Victor
 
There are several ways.

1) Search the forum for a flip flop.

2) Look at this series of binary numbers
0 = 0000
1 = 0001
2 = 0010
3 = 0011
4 = 0100
5 = 0101

Do you notice a pattern in what the right most bit is doing each time the value increases by one?
 
are you sure you want to do it like this? Run time will then be equal for both compressors, therefore increasing chance of both failing at same time!
 
Compressor alternate

LogixPro is pretty easy to work with, try this and see if you can get to where you want to go. This program is written for the two compressor sim in Lp.
 

Similar Topics

Today I was making an online edit to a 5/40 Series E Rev K.2 with about 14% free memory. I was removing one branch in a large rung. Accept...
Replies
4
Views
3,170
I have 2 pumps not alternating at a lift station. When im at the panel and use the test switches to initiate the pumps,it alternates in the PLC...
Replies
22
Views
5,839
Hello I have been thinking in some way to operate 3 pumps in the same way (I have schneider modicon m340 PLC): -the pumps feed a tank. - As...
Replies
3
Views
1,881
Hi Everyone, trying to get an alternating output to work. Read through the forums on flip flop, toggle, etc. Found this site...
Replies
5
Views
4,219
Hi I'm kinda new at PLC programming sorta teaching myself. I need to alternate between two motors run one till satisfied the when it calls again...
Replies
2
Views
1,515
Back
Top Bottom