XIC confusion

fmichael

Member
Join Date
Aug 2003
Location
Charlotte, North Carolina
Posts
15
I know this is an elementary question for most. Please reply, even if you feel it is beneath you. I have been in relay logic land for many years, and am still learning how to think PLC logic. So thanks in advance for your help :p
XIO or Examine off. Display is a set of normally closed contact. In ladder logic, when is this instruction actually true? I understand the XIC with no problem, but in reviewing an RTO timer with an XIO, I think I have it backwards. I know it is simple, but simple is hard for me sometimes. :(
Thanks again for the answer!
 
Don't worry about XIO or XIC - they are Allen Bradley specific terms. The symbol that shows is accurate, and may be treated like the corresponding relay contacts. XIC or -] [- is simply a normally open contact that closes if the associated input or coil is true or turned on. XIO or -]/[- is simply a normally closed contact that opens when the associated input or internal coil is turned on.
 
fmichael said...

XIO or Examine off. Display is a set of normally closed contact. In ladder logic, when is this instruction actually true?

I'm gonna be a little picky here... but then, it might provide just the right amount of light.

You said... "...when is this instruction actually true?"

OK... picky... The "instruction" is never TRUE... nor FALSE for that matter.
The "instruction" calls for the examination.
The "symbol" determines the type of examination performed.
The RESULT of the examination will be TRUE or FALSE.
.
.
--| |-- says... See if the signal is ON.

If the signal is ON then the RESULT is TRUE.

If the signal is OFF then the RESULT is FALSE.
.
.
--|/|-- says... See if the signal is OFF.

If the signal is ON then the RESULT is FALSE.

If the signal is OFF then the RESULT is TRUE.
 

Similar Topics

Hi folks, first post so be kind. I'm adding a vision inspection system to a toggle press and in the toggle press program they are using an OSR...
Replies
9
Views
2,264
I am a beginner at RSLogix 5000 and in ladder logic in general. I am tasked with making sense of an existing program and reprogramming it to make...
Replies
8
Views
6,089
Was just doing some bits in GX developer when I noticed this display anomoly. In the watch window on the right hand side you can see that the...
Replies
2
Views
1,596
I have a piece of code that was implemented in way that seems strange to me. This is a CompactLogix PLC so RSLogix 5000 environment. The way...
Replies
3
Views
2,232
Dears; If we use an AFI instruction (in RS Logix) in the start of a rung or use XIC instruction with a bit address are the same function? I want...
Replies
5
Views
20,618
Back
Top Bottom