Micrologix 1400 - Using Timer to change Motor Starters

ragsncl

Member
Join Date
Aug 2009
Location
Loughborough, Leicestershire
Posts
21
Hi, I am trying to control 10 motor starters on a fan application. but I want motor starter 1 to 10 to work in the first week and MS2 to start in the second week and so on until we get to MS10 starting first when there is temperature change. Iam using BSL instruction (along with latch, unlatch)to do this auto rotate (starting 1 to 10 etc), but I need to know how I can achieve this week 1.. week 2 etc.. can someone please advice how to use the timer effectively? many thanks.
 
Your PLC should have a real time clock that can be accessed via the function files. I don't have a software version that supports that new controller, but you should be able to find more information in the RSLogix help files.

The addressing is probably the same as the ML1100:

RTC:0.YR
RTC:0.MON
RTC:0.DAY
RTC:0.HR
RTC:0.MIN
RTC:0.SEC
RTC:0.DOW (Day of week)

Hope this helps!
Paul
 

Similar Topics

Hi, I am using a Micrologix 1400 for a project, and we were supposed to use a 4.3in PanelView HMI. By means of delivery times, that won't be...
Replies
1
Views
992
Hey everyone, i have a very very stupid stupid question. How do i change the IP address on Micrologix 1400 using Rslogix 500. i know how to do...
Replies
2
Views
3,891
Hi! We need to keep a copy of the program of our packaging machine AB PLC. Would I be able to read the program of a Micrologix 1400 PLC using CCW...
Replies
8
Views
3,011
1. I have NO problem using Controllogix to a Rexroth controller by setting up a generic E-net module with Input Assy Instance = 100, size=1...
Replies
9
Views
3,594
How do you program a Micrologic 1200 RTD module using a Micrologic 1400 PLC? I'm using RSLogix Micro to program the ladder logic. I've wired the...
Replies
4
Views
2,854
Back
Top Bottom