Chosing time relay

Adenitz

Member
Join Date
Feb 2010
Location
tir
Posts
41
Hello experts,

I have one rather newbie situation and need to choose appropriate time relay. I need the following functionality:
- when timer relay's coil is energized, its contact (NO) is closed immediately and stays closed 10 sec (or time t)
- when 10 sec is elapsed contact opens.
- if coil is deenergized, it opens immediately.

The time diagram is shown in the attachment. I need your recommendation about the time relay needed for this purpose.

Thank you!

Time relay.jpg
 
So if the [timer relay's coil] is energized beyond the 10s, then the contact not immediately close again, is that correct (that is what your timing diagram seems to show)?


You may want one of the circuits here:


http://www.contactandcoil.com/patterns-of-ladder-logic-programming/


You may have

  • Your initial signal
  • Timer.EN for when the timer input (rung) is true
  • Timer.DN for when the timer is done (complete)
You may also have

  • Timer.TT for when the timer is timing (accumulating time) but not yet done
    • Timer.TT := Timer.EN AND (NOT Timer.DN)
 
Hello guys, thank you for the replies.
Contact is instantly closed when relay coil is energized, and contacts remain closed for 10 sec, after the time = 10s elapse, contact is open again no matter if the coil remains energized. When coil is deenergized, contacts open. As soon as coil is energized again the contacts close and remain for another 10 sec.

I needed basically just what I found in the document moggie suggested.

Thank you.

Contacts.png
 
That is referred to (over here anyway) as a "One Shot Timer". Most timer manufacturers offer them, either as single function devices or as an option in multi-function timers. No idea what you have access to in Albania, but Siemens is available pretty much everywhere. Their 3RP25 series timers can do this.
 
That is referred to (over here anyway) as a "One Shot Timer". Most timer manufacturers offer them, either as single function devices or as an option in multi-function timers. No idea what you have access to in Albania, but Siemens is available pretty much everywhere. Their 3RP25 series timers can do this.

Thank you very much. I'll go with the Siemens' relay.
 

Similar Topics

Hello I am working on a project right now and since my lack of experience regarding PLC's i thought maby i could put my question here. Im still...
Replies
2
Views
1,331
Hey guys, I just wanted to see if any of the bright minds on here had any opinions on these relay interface modules. Particularly, I would love to...
Replies
1
Views
50
Hi, I am using AB 5069-L306ERS2 CPU. My system should achieve SIL-2. I have safety door switches connected to AB 5069-IB8S module, and I want to...
Replies
1
Views
123
Hello, I need assistance in making a Relay operation that follows the given parameters: -if S1 is switched and S2 is at off, the Lamp 1 will be...
Replies
3
Views
121
Back
Top Bottom