Converting PLC 2/02 timers to SLC 5/03 Timers

TheCaptain2000

Lifetime Supporting Member
Join Date
May 2004
Location
Georgia
Posts
51
I have an old PLC 2/02 program that I am rewritting for SLC 5/03. I have gone through and altered all the addresses except for the timers involved.

Here is one of my examples:

On the first rung, it ends as follows:

TON
TIMER ON DELAY
TIMER: 045
BASE (SEC): 1.0
PRESET: 009
ACCUM: 000

On the next rung, it has the following:

045
--[/]--
15

And on the following rung, the following condition exists:

045
--[ ]--
17

I believe the lower number to be related to the EN, TT, or DN designations I am familiar with. Are there other numbers used in this old language (like 16)? Is EN 15, TT 16, and DN 17?
 
You're on the right track.

Bit 15 = Dn
Bit 17 = En
Bit 16 is not used for timers.
There is no TT equivalent.
 
Last edited:

Similar Topics

Hello PLCs Forum, I am in a bit of a pickle and was hoping someone could offer me some help. I have a .rss file and just need to see the ladder...
Replies
2
Views
122
Good Evening , I need to convert a PLC 2/17 ( RS Logix 5 ) over to a CompactLogix 1769-L33ER . I took notice in the RS Logix 5 program that...
Replies
9
Views
2,086
Currently I have a panelview talking to a SLC processor but I am upgrading it to a compactlogix. Unfortunately there was never a tag database...
Replies
15
Views
5,041
Hi all, Please understand that I am not good at English. I have plan to project with one of our customer have the Ls XGB-XBC-DR60SU PLC. This PLC...
Replies
1
Views
1,484
Hi, I've been given the task of converting a B&R plc into a compactlogix, I have the source code *.PRG. Is there a quick/best practice way of...
Replies
1
Views
1,641
Back
Top Bottom