MicroLogix1000 and RTC (Real Time Clock)

Eoghan

Member
Join Date
Oct 2013
Location
Galway
Posts
37
Hello.
Am updating an old ML-1000 processor's program.
It's type Bul 1761
My RSlogix500 says that this processor does not support the 'RTC' command.

Is this really true OR is there any other way I can get the RTC info into the PLC program for this processor?

Thanks.
E
 
Create your own RTC with timers, counters and integers.

Timer 1 ( self-resetting) with a 3600 second preset, when done increment a counter then move that value to an integer call it hours. Reset counter it at 24.

Timer 2 (self-resetting) with a 60 second preset, when done increment a counter then move that value to an integer call it minutes. Reset counter at 60.

Use timer 2's .ACC value moved to an integer as your second value.

Be advised PLC timers are not very accurate.

Or why not upgrade to a ML1100 that does support a RTC.
 
Last edited:
Hello Mickey.
Thanks for reply.
WIll male the hours / minute counter through timers.
Application is already working on ML1000 and the additional functionality I want doesn't justify the cost of an upgrade to ML1100
 

Similar Topics

Working on a machine that uses an Allen Bradley micrologic’s 1000 controller. Wondering if there is away to tie in the output to an external...
Replies
14
Views
2,932
Hello, i made a program in rslogix500 for my micrologix1000 plc. can i import this program into the CCW software then convert the program which...
Replies
1
Views
1,493
Could someone please guide me in the right direction? I currently own a 1761-L32BWB (Micrologix1000 processor) and a 1761-CBL-PM02 (programming...
Replies
15
Views
4,499
Ihave a machine with a failed Moeller PLC that I have no documented logic for, and am replacing with a micrologix 1000 1761-L20BWB-5A. Most of my...
Replies
14
Views
3,374
Hi all. Ive made a small I:0/0 push button and a O:0/0 light program to test that my plc is working. I got the bush button on a 24VDC and the...
Replies
35
Views
5,273
Back
Top Bottom