Timers

DHAMBONE

Member
Join Date
Mar 2007
Location
Houston, TX
Posts
4
Does anyone know if a SLC 505 timer can be set up for thousands. I know the 504 cannot. I have situation where 1/100th is either too much or not enough using a 504. I have 505 on the shelf but do not know if it is worth changing it out.
 
SOME can, depending on the OS level, but not with traditional timers TON.

Look up RHC and TDF instructions. Good to 0.000010 seconds (10 uS)
 
Just be aware, that if you need extreme accuracy, the SLC timers aren't going to give it to you anyway, as they are scan time dependent.

Maybe you need to consider using an interrupt routine?
 
rdrast said:
Just be aware, that if you need extreme accuracy, the SLC timers aren't going to give it to you anyway, as they are scan time dependent.

Maybe you need to consider using an interrupt routine?

I recommended he look into the above instructions because, combined with your idea (interrupt), they can be used to do high speed timing. Of course, there are practical limits to everything. I used them to calculate the RPM of a driven motor load by looking at the rising edge of a 'once per rev.' proximity switch...and, it worked (within the requirements of the application)
 

Similar Topics

Hi, I'm quite new to Rockwell PLC and currently trying to implement the following if Sw1 then for i:=1 to 20 by 1 do xEnable := 1...
Replies
9
Views
363
I'm writing some alterations to an FPWin program and need to see the running value of timers so I can set them correctly. It's my first time with...
Replies
0
Views
131
Hi everyone I am using Winproladder software for programming FATEK FBs PLCs and in programming, we often use Timers for activation of the...
Replies
4
Views
577
Hi all, I have what is likely not a complex issue, but I am working in Automation Studio and want an accumulating/retentive timer when a...
Replies
17
Views
1,912
Dear all, I want to use the interrupt service routine in FATEK PLC using WinproLadder Software. I had configured the interrupt in software as...
Replies
17
Views
1,572
Back
Top Bottom