beginner's question

plc-learner

Member
Join Date
Jul 2009
Location
Thornbury
Posts
3
I just started learning about PLC's and getting confused about the XIC and XIO instructions. Can someone please answer this question?

An NO limit switch is to be programmed to control a solenoid. What determines whether an Examine if Closed or Examine if Open contact instruction is used?

Is this a right answer?

It depends on whether you want to turn on or off the solenoid.
So if i the program wants to turn on the solenoid, you should a XIC or XIO function? :unsure:
 
It depends on application.

It can be becouse of sensor type.

One example, simple one.

You have conveyor, you have pnp sensor on start of next conveyor, you want to know its free so you examine if its zero in input image of your plc.

--]/[---( )



Then on other hand you want to know if there is part at that sensor to know when to start second conveyor.

--][--( )



So it depends on application.
 
It depends on whether you want to turn on or off the solenoid.
So if i the program wants to turn on the solenoid, you should a XIC or XIO function? :unsure:


it would be closer to think of it as it depends on the condition that the senser provides when activated. This can change whether the senser is source or sink, light or dark, or NO NC.
 

Similar Topics

Hi all, Writng a FB in ST on Beckhoff TC for a pulser which turns on and off on a cycle, is paused by turning bControlInput to FALSE, but resumes...
Replies
6
Views
248
So I work for a company that doesn’t allow code change without going through a lot of people. Anyway my question is I have a sensor and when it...
Replies
12
Views
1,793
How do you code it to when you push a button attached to X001, it turns on Y001. Then, the next time you push the button attached to X001 it...
Replies
4
Views
1,611
Hi all, this is my first thread on here, completely new to plc. Have been given a 1769 L24ER QB1B to play with. I have a PA2 power supply and a...
Replies
3
Views
1,796
Hi all, I'm just starting out in the plc world. For school we had some introduction into codesys v3.5, basically we get given visualizations and...
Replies
9
Views
2,404
Back
Top Bottom