Jump to content

Recommended Posts

Posted

Dear all,

   I need to develop a PLC program for cycle operation. The logic is as follows :

When I/p 1 is ON o/p1 should ON, with a time delay o/p2 should ON ,like wise four outputs should ON , if stop button is pressed the output should stop at the current position ,them again if start is pressed it should resume with that output .

Can anyone help me with this logic ?? I am using Q03UDE Cpu..Thankyou.


Posted

Try using retentive timers instead (ST). Setup a range of devices in PLC Parameter -> Device (e.g. 1K, start 0 end 1000), rememeber to remove 1K from something else (e.g. Link register from 8K to 7K).

Then change all your timers from T to ST with the same numbers (e.g. T0 -> ST0).

I haven't tried your specific application in a real CPU but it should do the trick.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...