davidmichaelson
Mechanical
- Sep 16, 2008
- 4
I'm trying to create a repeating "complex pulse" using ladder logic timers in an TECO SG2.
I've tried the ladder logic below using an TECO SG2, but pulse output looks nothing like desired.
Any one have a different approach? THX in advance.
PULSE (all times in ms)
ON***OFF**ON***OFF**ON***OFF**ON***OFF***ON****OFF
50***100***50***100***50***100***50***100***300***100
LADDER LOGIC
----| |----------------------------------------------O-- (input to start an Off-delay timer for total duration = number of pulse repetitions)
----I01--------------------------------------------T01
----| |----------------------------------------------O-- (flash timer 600ms on then 400ms off)
----T01-------------------------------------------T02
----| |----------------------------------------------O-- (flash timer 50ms on then 100ms off)
----T02-------------------------------------------T03
----|/|----------------------------------------------O-- (flash timer 300ms on then 100ms off)
----t02-------------------------------------------T04
----| |----------------------------------------------O-- (output relay combined from flash timers)
----T03------------------------------------|------Q01
---------------------------------------------|
---------------------------------------------|
----| |---------------| |--------------------|
----T04-------------T01
I've tried the ladder logic below using an TECO SG2, but pulse output looks nothing like desired.
Any one have a different approach? THX in advance.
PULSE (all times in ms)
ON***OFF**ON***OFF**ON***OFF**ON***OFF***ON****OFF
50***100***50***100***50***100***50***100***300***100
LADDER LOGIC
----| |----------------------------------------------O-- (input to start an Off-delay timer for total duration = number of pulse repetitions)
----I01--------------------------------------------T01
----| |----------------------------------------------O-- (flash timer 600ms on then 400ms off)
----T01-------------------------------------------T02
----| |----------------------------------------------O-- (flash timer 50ms on then 100ms off)
----T02-------------------------------------------T03
----|/|----------------------------------------------O-- (flash timer 300ms on then 100ms off)
----t02-------------------------------------------T04
----| |----------------------------------------------O-- (output relay combined from flash timers)
----T03------------------------------------|------Q01
---------------------------------------------|
---------------------------------------------|
----| |---------------| |--------------------|
----T04-------------T01