Dl06 ?

AGENTTINFOIL

Member
Join Date
Jul 2005
Location
Louisville, KY
Posts
222
So Many ?'s, Maybe Someone Can Answer This. Can You Program 2 Outputs Or More From 1 Input? Like Lets Say, Switch For Your Input,to Bring On Two Motors And How Can You Cycle The 2 In At Say 2-3 Seconds Apart From One Another? I Would Appreciate Any Help.
 
AGENTTINFOIL said:
Can You Program 2 Outputs Or More From 1 Input?
You sure can. More than 2 also... :nodi:

| INPUT
|----] [-------------( OUT 1 )
|
| INPUT
|----] [-------------( OUT 2 )

-OR-
| INPUT
|----] [-------+-----( OUT 1 )
|
+-----( OUT 2 )


AGENTTINFOIL said:
How Can You Cycle The 2 In At Say 2-3 Seconds Apart From One Another?
Use a timer to delay the second output

| INPUT
|----] [--------+----( OUT 1 )
| |
| | +--------+
| +----| TIM 01 |
| | K0020 |
| +--------+
| TIM 01
|----] [-------------( OUT 2 )

🍻

-Eric
 
Yes Of Course, Please Bare With Me Im A Noob, Basicly The Setup Is Simple, But Im New To Programming So Im Lost, I Have A Switch To Turn On Everything Including 2 Motor Starters One Then 2-3 Sec. The Other. One Is A Conveyor And The Other Is A Blower. The Machine Is A Counter Stacker Andthe Name Says It All It Counts And Stacks Product, Two Photo Eyes, 1 For Each Row(inputs) When I Reach A Count Say 5 I Need Out Puts To Control 4 Pneumatic Cylinders 2 For Each Row, Believe I Have Some Of The Programing Figured Out But Still I Have More ?s , Thanks For Any Help You May Be Able To Give To Help Me Learn More.

Travis
 
Eric Thats What Was Hanging Me Up Was How To Start The Next Rung From My Timer I Keep Wanting To Look At Logic Like A Schematic, So Basicly I Need To Refrence The Next Output With The Same Input On A New Rung, Correct. OR THE TIMER ALSO
 
AGENTTINFOIL said:
So Basicly I Need To Refrence The Next Output With The Same Input On A New Rung, Correct. OR THE TIMER ALSO
Was this a question? There are a number of ways to accomplish the same end result. Here are a few examples that function exactly the same as my timer example in my previous post. Sometimes it helps to see it shown in different ways. One might make more sense than another... :confused:

| INPUT
|----] [-------------( OUT 1 )
|
| INPUT +--------+
|----] [------------| TIM 01 |
| | K0020 |
| +--------+
| TIM 01
|----] [-------------( OUT 2 )

- OR -

| INPUT
|----] [-------------( OUT 1 )
|
| OUT 1 +--------+
|----] [------------| TIM 01 |
| | K0020 |
| +--------+
| TIM 01
|----] [-------------( OUT 2 )

- OR EVEN -

| INPUT
|----] [----+--------( OUT 1 )
|
| +--------+
+--------| TIM 01 |
| | K0020 |
| +--------+
|
| TIM 01
+---] [---( OUT 2 )

🍻

-Eric
 
Excellent, Sometimes I Just Need To See It, Its Hard To Visualize If I Dont. Your Examples Really Put A Clear Understanding To It, Thanks Alot You've Been A Great Help.

Travis
 
Travis, What kind of counter/stacker are you rebuilding? I rebuilt the controls on a Muller Martini stacker several years ago with a DL05 and an EZ-220 panel. Worked a heck of alot better than the original Martini controls.

Dale
 
the stacker is made by arr-tech, and im sure it will work better than it was designed to cause from the info im getting from the guys at arr-tech and from the serial # on the machine it was # 11 from the first model ever produced in 1980, 25 yrs ago. so far my upgrade is a dl06 and the ez-220 panel pretty simple project for a seasoned programmer, this has been a learning tool for me ive done alot of trouble shooting but the programming is new to me, and i hope to learn alot.

travis
 

Similar Topics

Hi, Mostly AB guy here with a little Koyo experience, but all of its digital. I get handed three analog I/O cards and asked to prove that they...
Replies
6
Views
510
Hi all, I am making a test rig to be able to wire in any DL06 (or DL05) And create a HMI in red lions crimson 3.1 to test all the inputs and...
Replies
4
Views
940
I have a Cmore screen which is communicating to the DL06 in BCD and need to create a timer that works in real numbers for a test, I simply need to...
Replies
3
Views
2,168
I have a client that has many Automation Direct DL06 PLCs for a municipal water/wastewater system. When there is a power outage, one of the sites...
Replies
4
Views
2,460
Hey everyone, Working on a system with a Koyo DL06 processor and it's my first experience with them. I have DirectSoft 6 and we got the program...
Replies
5
Views
2,371
Back
Top Bottom