Hi Everyone,
I recently purchased a DL05 PLC and the DirectSoft5 software to program it.

Ladder logic programming is new to me but I've managed to write a simple program to look for inputs and turn on outputs. Just playing with it at this point. I've had no success to incorporate timers to control the sequence. We have not actually wired up the PLC to the hardware yet (other than input switches and powering the PLC). I have just been looking at the lights in the PLC. Our electrician will hook up the outputs soon. I figure I could get a start on the program ahead of time.
The system will have two input switches to start the process wired into X0 and X1 and
will have three solenoids wired into Y0, Y1, and Y2 such that when the process starts,
Y0 will go on for 2 seconds, then off for 1 second.
Followed by Y1 on for 2 seconds and then off for 1 second.
Finally Y2 will activate for 2 seconds and then stop.
Can anyone give me suggestions on how to get the timers to control the sequence? Perhaps a program that is similar that I can download and modify and learn from? The times are just guesses as I will have to tune it once the assembly is completed.
Thanks,
Jim
p.s. later I'll have to figure out the logic of the two start buttons so that they both have to be released before the sequence will start again for safety reasons. I don't want someone holding down one of the buttons with tape or somethiing and using one button to start the process.