Set the S5 Timer Value by a Memory Word

Write a PLC program so you can set the time value of S5 timer using a memory word.

For instance use an on delay timer so that when the selector switch is ON, the motor runs after an adjusted time value, this time value can be set by the operator from an HMI.

Note: the best practice to learn the PLC programming is to start writing the PLC program, take your time before you review the answer. 

Inputs & outputs

I0.0: selector

Q0.0: motor

S5 Timer Value by a Memory Word

Set the S5 timer value by a memory word

Network 01

Convert the MW0 from an integer to a BCD format in MW2, where the MW0 is the memory connected to the HMI, and MW2 is the memory that will be moved to the TV in the timer T0.

The TV in the timer should be a BCD format and the value set in the MW0 is in milliseconds.

Network 02

When the selector is ON the on delay timer is energized and sets the motor to ON after a time delay entered to MW0.

Author: Karim Ali Anwar

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address

1 thought on “Set the S5 Timer Value by a Memory Word”

Leave a Comment