
adccommunitymod (AutomationDirect) asked a question.
Drum Timers
Created Date: September 09,2010
Created By: mikwel
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
I am using drum timers to turn solenoids on and off. The problem is I need more steps than there are on the timer. I was trying to go from one timer to another to get the required steps but I cannot get it to work. Can anyone help me with this or should I be using something different? One more thing I am using a DL06 PLC
Created Date: September 11,2010
Created by: Rich19551
take a look at this and see if will help
PLC 06
// Rung 1
// Address 0
STR SP4
STR CT0
CNT CT0 K400
// Rung 2
// Address 5
STR CTA0 K20
ANDN CTA0 K50
OUT Y0
// Rung 3
// Address 10
STR CTA0 K25
ANDN CTA0 K55
OUT Y1
// Rung 4
// Address 15
NOP
Created Date: September 09,2010
Created by: mikwel
I am using drum timers to turn solenoids on and off. The problem is I need more steps than there are on the timer. I was trying to go from one timer to another to get the required steps but I cannot get it to work. Can anyone help me with this or should I be using something different? One more thing I am using a DL06 PLC