PLC Scanning

gimli

Member
Join Date
Nov 2014
Location
nowhere
Posts
34
Hello all,


Was wondering if someone could clarify...I understand that
plc logic is scanned top to bottom, left to right. How about at the end of a rung that has multiple outputs? Do the outputs get executed at the same time or top to bottom also?
thanks for any input

Capture.JPG
 
In RSLogix double click on the line number, where your screenshot shows the highlight and it will show the text version of the line. This will let you know exactly the order the items in a line is scanned

Your line would be:

BST ADD PRESSURE P_OFFSET PRESSURE NXB ABS PRESSURE PRESSURE_ABS BND

EDIT: If you are doing online edits, the first double click will start the line edit, the next double click will show the text.
 
Just to be picky...

Execute Program:
PLCs generally will solve the logic from left to right, top to bottom. The output of the rung before is available for the next rung.
This is like some of the popular bands of PLCs like Mitsubishi, Allen Bradley, Siemens, Omron, Automation Direct, etc. There are some exceptions like older Modicon(SCADAPACK) models which solve the logic top to bottom, left to right. Always refer to the manufactures manual to ensure the program execution method.

https://www.google.com/search?q=plc.....69i57j33.20461j0j8&sourceid=chrome&ie=UTF-8
 
Last edited:

Similar Topics

Hello all: I am trying to communicate Beckhoff EL6731 as a Profibus Master to Siemens CU320-DP. Whenever I try to scan the Profibus Master the...
Replies
0
Views
1,940
First off, I am new to the whole PLC world and was tasked with a project at work. I was given a Click C0-11dre-D, Honeywell 310G barcode scanner...
Replies
4
Views
2,291
Hi, I am new to Siemens plc. I am using a 315-2 DP plc right now. I am wondering if there is a way to slow down the plc scanning speed to 1...
Replies
9
Views
2,598
How a PLC scan the programme.what is plc scanning time. For eg. If scanning time of plc is 10 sec and it scan 10 network in 10 sec. There is no...
Replies
2
Views
3,400
Hi, I need help to read the inputs registers of an EX250-SEN1-X133 in modbus TCP. The IO scanning of the Quantum NOE 771 01 card does not allow...
Replies
6
Views
6,495
Back
Top Bottom