Control Logic Processor

dbucher

Lifetime Supporting Member
Join Date
Sep 2004
Location
Montana
Posts
11
New to RSLogic 5000. Can anybody tell me or point me where I can find out how a control logic processor scans ladder logic? Any help would be greatly appreciated.
 
The tutorial here would help.

It may be quibbling, but ladders are for display (humans to read), not for storing or scanning by the processor.
 
Sit down, this could take a while.

ControlLogix has an "execution model" that is a little different from most other PLC's, even other A-B controllers. It's a "preemptive multitasking" system, in which different "Tasks" operate in the controller. These include the Continuous Task, the Motion Task, the Housekeeping Task, and up to 31 different Periodic Tasks or Event Tasks.

It still solves individual ladder logic routines left-to-right, and top-to-bottom. But the way that data is stored, I/O is updated, and routines are scheduled is more complex than an "ordinary PLC" like the SLC-500 or PLC-5.

I strongly recommend the "Logix Controllers Quick Start" document, followed by a stack of instruction set references. You can buy hardcopies from your A-B distributor (there should be a part number for a large stack of manuals for about $100, I think it's 1756-DPALEN) or you can download from:

http://www.ab.com/manuals/cl/
 

Similar Topics

Hello Dear users, I am writing about a problem that has been bothering me for a few days, i.e. I am trying to establish remote access to the Allen...
Replies
0
Views
106
Hi All, I am looking for some help on a little project that I have inherited (Landed in my lap) 🔨 We have a 5-position index table that...
Replies
0
Views
637
Hello, I have following control task. I have to limit a current drawn from a source of power in a grid where I have following power consumptions...
Replies
11
Views
2,003
I recently started some machine addons to a wrapper line. We have the process working well for the addons. We were looking at already programmed...
Replies
4
Views
2,565
Hello, i would like to control a pneumatic valve based on conductivity of the medium in the pipe. I want to receive OPEN and CLOSE feedback as...
Replies
3
Views
1,407
Back
Top Bottom