when does the status of N/O and N/C contact of an output coil get updated

sinha_nsit

Member
Join Date
Aug 2007
Location
varanasi
Posts
17
During program scan, if an external input changes, it is not noticed by the PLC till the next scan. Similarly, status of external outputs are modified only after the end of the program scan. Now, if an output is also being used as input contacts, then will the change in output image file be immediately noticed by the remaining rungs of the same scan, or will the status of corresponding N/O and N/C contacts change in the next scan?
 
sinha_nsit said:
During program scan, if an external input changes, it is not noticed by the PLC till the next scan. Similarly, status of external outputs are modified only after the end of the program scan. Now, if an output is also being used as input contacts, then will the change in output image file be immediately noticed by the remaining rungs of the same scan, or will the status of corresponding N/O and N/C contacts change in the next scan?

You assume too much, and the answer is platform dependent.

Some PLC's synchronize the I/O scan to the main (cyclic) program scan. Some do not. Where the platform uses asyncronous I/O scans, the state of an input may change from one network to the next.

GENERALLY, the internal state of logic referencing physical I/O is consistent within a program scan, but actually, it does not have to be. In most cases, the state of a physical output element will be properly represented in following logic, but really, that is not guaranteed.

Also, there is the possibility of a 'third party' communications process trying to steal control of I/O, which may or may not show up in the cyclic scan of logic. This is a bad practice, but I've seen done.
 

Similar Topics

I have a Honeywell CNI card which is almost identical to the 1756 CNBR card. My question is I get an "Unkeyed" status in RsWho, what does this...
Replies
1
Views
2,704
I am trying to connect with a Schneider plc which has a firmware version only available in Somachine v4.2. In Machine expert After taking upload...
Replies
0
Views
110
They are installed in a control panel that was made in France and are intended for the termination of analog inputs. Each of the red capped...
Replies
4
Views
413
So, I'm really just trying to get some experience by practicing with arrays. I'm using studio 5000 v33. I have one rung with an XIC bit that's...
Replies
5
Views
229
Back
Top Bottom