Sign in to follow this  
Followers 0
esgels

MELSEC-Q PLC Off Timer ?

4 posts in this topic

Hi How can i make off timer...... |---||------(T12 K10)-| is on timer... Please your Knowledge...

Share this post


Link to post
Share on other sites
Only is this.... |-| x1|-+---|/t1|----(m0)-| |-|m0|-+---|/x1|-----(t1)-| where x1 Input, t1 Off Timer, m0 Off Timer output

Share this post


Link to post
Share on other sites
If you are using a Q02 or higher, you could use special timer <STMR> for an OFF delay timer (page 6-119 in the Q programming manual). Any timing function you need to do (ON, OFF, ONE-SHOT, etc.) can always be done with a standard timer, although it will usually require a bit more code. Edited by mjrx

Share this post


Link to post
Share on other sites
esgels, I hope this helps:    x0 ---l/l----------------[ T0 k10 ]    x0 ---l l-------+--------[ y0 ]    y0   T0    l ---l l---l/l--+ regards, paw

Share this post


Link to post
Share on other sites

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
Sign in to follow this  
Followers 0