PLC Program

Prayder

Lifetime Supporting Member
Join Date
Jun 2014
Location
Arkansas
Posts
254
During the scan of a program, the inputs are scanned if they are already on when the scan takes place, but are the inputs seen if they turn on while the scan of inputs is taking place?
 
During the scan of a program, the inputs are scanned if they are already on when the scan takes place, but are the inputs seen if they turn on while the scan of inputs is taking place?

If the scan has passed that point then no, not until the next scan cycle, should be pretty fast though, evaluating all the inputs is very quick.
 
During the scan of a program, the inputs are scanned if they are already on when the scan takes place, but are the inputs seen if they turn on while the scan of inputs is taking place?
Depends on the PLC.

Consider Allen-Bradley for example:

With SLC500/MicroLogix series (RSLogix 500), the input image table is updated at the beginning of each program scan. If the physical inputs change state during the scan, it won't be reflected until the next scan.

With Compact/ControlLogix (RSLogix 5000), when you address an input point in an instruction it will return the state of that input at that instant in time. If this behavior is not desired, you can copy the input words to memory words at the beginning of the scan and reference those in your instructions.
 

Similar Topics

Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
73
Posted this to Reddit with little success, so I figured I would share it here as well. Very new to PLCs, but figured I would give it a shot to...
Replies
0
Views
115
I'm a beginner in the automation field and I've set up an automation system connecting several devices (datalogger, radio, etc.) via Modbus RS485...
Replies
5
Views
212
Hi All, want to ask. I have PLC a programme to control the valve. The existing programme is to control valve A (Y22), and I want to change to...
Replies
2
Views
140
can anyone has a good program to learn plc programming online. i have the basic looking into improve my skills thanks
Replies
1
Views
142
Back
Top Bottom