How do I latch a timer on in Unity Pro (Ladder)

aqueousdan

Member
Join Date
Jan 2016
Location
uk
Posts
32
I have an object running down a conveyor and when it passes a sensor I want a timer to start running.

Due to the object being short it passes the sensor and the timer stops rather than latching on for the duration of the preset time.

How do I latch the timer on?

Sorry if this is a stupid question.

Thanks for your help,

Dan Bowles
 
It's been a while since I've used Unity, but in Logix I will often use the TT (The timing bit indicates that a timing operation is in process) in parallel with the input condition. This keeps the timer latched on as long as the the accumulated value is non-zero and the done bit isn't set.

That being said, if Unity has it, the TP timer is pretty awesome for these situations.
 

Similar Topics

Hi! I was wondering when input 2 detects I thought it should straight away unlatch . And with the latch timer, it still does it without delaying...
Replies
2
Views
2,137
R
I don't no why I'm having a problem with this, I wrote a program to run a not timer with a foot pedel and I can't seem to latch it in so you can...
Replies
17
Views
9,673
So I'm having issues with a certain rung and one of my coworkers mentioned it may not allow the signal past the latch coil. For example in the...
Replies
27
Views
3,742
Hello All, Can someone see what I did wrong here. My "PA" bit never seems to get energized despite hitting "SOFTKEY7" many times
Replies
5
Views
749
I am trying to use level switches to control a valve. If a level switch goes hi, it closes a valve. I am using ONS to keep the switches...
Replies
4
Views
1,031
Back
Top Bottom