PLC Scan

Tweeker

Lifetime Supporting Member
Join Date
Nov 2007
Location
Smalltown
Posts
79
Greetings all. My question is rather general in nature. Do brands of PLC's vary in their method scan execution? Do all major brands conform to the read inputs, solve logic, update outputs format?

Somewhere in the back of my mind I remember someone telling me that ControlLogix uses a slightly different method. If so, how is it different?
 
Greetings all. My question is rather general in nature. Do brands of PLC's vary in their method scan execution? Do all major brands conform to the read inputs, solve logic, update outputs format?

Somewhere in the back of my mind I remember someone telling me that ControlLogix uses a slightly different method. If so, how is it different?

As a general rule yes. Most PLCs Scan right to left, top to bottom. The one exception I know of is the Modicon 484/984 PLCs that Scanned top to bottom, left to right.

Most PLCs Read the Inputs, Scan the Logic, Update the Outputs, take care of some Housekeeping, then repeat.

The ControlLogix line updates the I/O Asynchronously to the PLC Program Scan. They have a dedicated I/O Processor for the ControlLogix, and a hidden Routine for the CompactLogix, so the value of I/O can change during the scan, possibly more than once.

Stu....
 
As a general rule yes. Most PLCs Scan right to left, top to bottom. The one exception I know of is the Modicon 484/984 PLCs that Scanned top to bottom, left to right.

Most PLCs Read the Inputs, Scan the Logic, Update the Outputs, take care of some Housekeeping, then repeat.

The ControlLogix line updates the I/O Asynchronously to the PLC Program Scan. They have a dedicated I/O Processor for the ControlLogix, and a hidden Routine for the CompactLogix, so the value of I/O can change during the scan, possibly more than once.

Stu....


Thank you. Where in the AB documentation can I find this information? I have tried to search the help files but come up empty.
 
One of the things I use alot is the Online Books option in your Rs Logic 5000 software.

If you go to the Tools pull down menu you will see a function call Online Books. Click this and it will give you a list of links to Manauls for specific functions for Comapct/ Control Logix PLC's.

Working thru the quick start guide is a very good to get an idea how the Compact/Control Logix PLC handles things.
 
Most PLCs Scan right to left, top to bottom. The one exception I know of is the Modicon 484/984 PLCs that Scanned top to bottom, left to right.

Add ControlMicrosystem's "SCADAPack" to this one.
 
Modicon 484/984 PLCs that Scanned top to bottom, left to right.
Not entirely true
This is the case within each 'network' (a network is an 11x7 matrix)
If you choose to have only 1 rung in each network then the scan is top to bottom.
That is each network is solved one after the other from top to bottom
 

Similar Topics

Hi, I'm new to PLCs and learning about PLC Scan times for Schneider PLCs I've derived the PLC scan time using the free running blocks. The PLC...
Replies
7
Views
738
Hi please can anyone help. A PLC system has an input filter delay of 6ms, relay outputs with a quoted delay of 10ms and, when monitored, the...
Replies
1
Views
1,240
I have found a information in the user manuel of the CCW software, it's about the use of MODBUS TCP instruction : "A maximum of four message...
Replies
2
Views
1,635
Thanks ahead for any insight or assistance... I am a machine designer of 25+ Years in a relatively new "one man band" position, I've never had...
Replies
130
Views
156,900
Hi. I'm a beginner at programing and my question is about the MOV instruction at RSLOGIX. First of all I dont have any practicals issues with...
Replies
8
Views
3,413
Back
Top Bottom