Jump to content

Logic analogous to "timer timing"


Recommended Posts

I'm trying to program an operational safety that requires two buttons to be held in for a set length of time and I don't know how to do this in U90. Is there a feature of the timer that I can use, or do I need to write specific logic to compare the start/run condition with the set time?

THanks in advance for any education you might be able to offer.

Regards,

Alan

Link to comment
Share on other sites

  • MVP 2023

First, the legal aspect - if this is for a press then OSHA requires a dedicated two-hand anti-tiedown relay to run the buttons into.

Now to answer your question - can't you just put two normally open contacts in series to run the timer? If either one is released the timer will reset. If you're trying to verify both were released before the next cycle then it gets a little more complicated - is this what you're trying to do?

Joe T.

Link to comment
Share on other sites

Yes, this is a safety to keep your hands out of clamp. Right now you've got to press both buttons within a 0.1second window in order to start a clamp. However, once the clamp starts you can release the buttons, which is bad. I want to use a timer to force the operator to keep the buttons engaged. If a button gets released then the clamp should reset and open.

I want to do this without adding new hardware for example a new prox to show the clamp closed.

Link to comment
Share on other sites

Yes I want an operator to hold 2 buttons while a clamp engages and I want to do it without adding new hardware.

Right now when the buttons are pushed the logic sets a bit which fires a clamp. Unfortunately I can then remove my hands from the buttons. I want to insert a timer which forces those buttons to be engaged or disengages the clamp.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...