Jump to content

Recommended Posts

  • MVP 2023

Which of the 3 types of timers are you using? Look in the Help file under Timers (T) and you'll find a very clear and detailed description of how each timer works.

If you want a bit to stay on for 1 minute, one way is to use a TE timer set for 1 minute. You will need to reset it before using it again, however. Another method is to use a TD timer and Set the bit you want on for 1 min and Reset the bit when the timer expires.

Link to comment
Share on other sites

I need to turn on an MB216 for 1 minute and then turn off MB216.  

This particular project has a function that is activated when the pressure gets too high.  The existing code assumes that the function will release the pressure.  If it does not it runs forever and makes a mess.  Also, if this happens more than three times in an hour I need to alarm.  If I turn up the pressure it stays high and only counts as one event.  

 

My attempts so far, either do not turn on MB216 or it never turns off.  I am sure it is easy and I am probably overlooking something.  

Link to comment
Share on other sites

  • MVP 2023

You cannot do what you want as long as a Direct Contact for MB 1004 is in Rung 7. You either need to remove it or change it from a Direct Contact to a Positive Transition Contact.

Change the MB 216 Direct Coil to a Set Coil in Rung 7, remove the contact for TE 21, and remove the contact for MB 216.

Change Run 9 to:

MB216      TD21

---| |---------( )---

Add after Rung 9:

TD21      MB216

---|P|-------(R)---

Note that the above requires you to change the Timer from a TE to a TD.

Link to comment
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
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.