CompactLogix Duty Standby logic

jedisaac

Member
Join Date
Aug 2007
Location
Adelaide
Posts
2
G'Day mates,

Simple one I think, need to program duty/standby logic for compactlogix in RS Logix 5000. Not quite familiar with it, used to 500. Do you have any sample programs to get me started? Just a 24 hr timer will change duty, or duty fail turns on standby.
Cheers,
Jon
 
I am not sure where you might be having a problem here. If you can do it in 500 then the basic logic in 5000 would be the same.
Setting the timers works a bit different. You enter 1000 for each second in the preset. Therefore if you want 24 hours, you would enter 1440000.
 
Mark Buskell said:
I am not sure where you might be having a problem here. If you can do it in 500 then the basic logic in 5000 would be the same.
Setting the timers works a bit different. You enter 1000 for each second in the preset. Therefore if you want 24 hours, you would enter 86,400,000.

(60 sec / 1 min) * (60 min / 1 hr) * (24 hr) * (1000 preset / 1 sec) = 86,400,000 preset.
 
/smile

That's actually a perfect example of why Alaric want's a 'Units' plugin for Excel. When you multiply/divide and cancel everything out, you endup with one number and one unit (hopefully, your target unit)
 
Mark Buskell said:
I am not sure where you might be having a problem here. If you can do it in 500 then the basic logic in 5000 would be the same.
Setting the timers works a bit different. You enter 1000 for each second in the preset. Therefore if you want 24 hours, you would enter 1440000.
Thanks but it is the 5000 overall system that is slowing me down. Jus tnot used to the whole tag based structure and naming system, hope will get used to it. Again, any sample programs in 5000 would help out greatly!
Cheers,
Jon
 

Similar Topics

Hi everyone, i have a compact logic 1769-L18 PLC and I'm using FTalk View ME for the display. I wanted to do some visualization on Grafana. At...
Replies
1
Views
95
Does anyone know what the data transfer rate for this series of CompactLogix PLC's? 1769-L24ER-QB1B to be exact. Cheers.
Replies
1
Views
97
Does this instruction calculate values during a single scan, or does it require number of scans based on element count in the array? For Example...
Replies
3
Views
113
Hello all, and thank you in advance for any assistance you may be able to provide! This is my first post, so if I need to reformat or change...
Replies
8
Views
476
We are trying to poll data coming from a PLC for remote monitoring we have the IP address of the PLC and the default port number and the path is...
Replies
25
Views
572
Back
Top Bottom