You are not registered yet. Please click here to register!


 
 
plc storereviewsdownloads
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc.
 
Try our online PLC Simulator- FREE.  Click here now to try it.

---------->>>>>Get FREE PLC Programming Tips

New Here? Please read this important info!!!


Go Back   PLCS.net - Interactive Q & A > PLCS.net - Interactive Q & A > LIVE PLC Questions And Answers

PLC training tools sale

Reply
 
Thread Tools Display Modes
Old March 20th, 2010, 07:45 AM   #1
xilog
Member
United States

xilog is offline
 
Join Date: Nov 2009
Location: SE Michigan
Posts: 21
Inductive proximity sensor interfacing

Hello All,
I have a seemingly simple question. I have a Turck AC powered inductive proximity sensor. The load has to be connected in series with the power leg of the sensor, this being the case, how can one sense the input to a PLC? I can connect a lamp in series with the sensor and watch it operate but I am lost as to how to create an input signal to a PLC. I was thinking I could use a AC relay, however I am trying to use the prox to count the links of an iron conveyor chain, so the relay would not have much life with it continuing to cycle on an off.

Thanks
  Reply With Quote
Old March 20th, 2010, 08:04 AM   #2
BTalbot
Member
United States

BTalbot is offline
 
BTalbot's Avatar
 
Join Date: Jul 2002
Location: New Jersey
Posts: 233
Do you have any dc inputs on the plc? This would be prefered(using a dc prox sensor). The biggest gotcha wit ac sensors into ac plc inputs is "leakage current" many times their is enough to keep the input on at all times. Post the p/n of the prox and plc you are using any perhaps someone can help
  Reply With Quote
Old March 20th, 2010, 12:08 PM   #3
narcilla
Member
Philippines

narcilla is offline
 
Join Date: Apr 2006
Location: Zamboanga Sibugay
Posts: 25
BTalbot,

I posted a similar query

http://www.plctalk.com/qanda/showthread.php?t=54017

what's the effect of the max off state current of 1771-IAN's being 2.3mA to Turck Bi15-CP40-FZ3X2's minimum load current having to be equal or greater than 5mA (as per its data sheet)?
  Reply With Quote
Old March 20th, 2010, 12:43 PM   #4
milldrone
Member
United States

milldrone is offline
 
milldrone's Avatar
 
Join Date: Mar 2005
Location: in the dog house
Posts: 1,201
Quote:
Originally Posted by BTalbot View Post
The biggest gotcha wit ac sensors into ac plc inputs is "leakage current" many times their is enough to keep the input on at all times.
I believe any two wire sensor has this problem not just AC.

Quote:
Originally Posted by narcilla View Post
the max off state current of 1771-IAN's being 2.3mA to Turck Bi15-CP40-FZ3X2's minimum load current having to be equal or greater than 5mA (as per its data sheet)?
If the sensor has already been selected, then a resistor is need to help "pull down" the voltage at the PLC input. The value of the resistor needs to be calculated so that the prox and the input currents do not conflict.

Personally I try to avoid two wire devices all together (other than 4 to 20 ma analog of course).
Attached Images
File Type: jpg twowireprox.jpg (13.0 KB, 141 views)
__________________
Vaughn

If you can read this, thank a teacher.
  Reply With Quote
Old March 20th, 2010, 02:52 PM   #5
OkiePC
Lifetime Supporting Member
United States

OkiePC is offline
 
OkiePC's Avatar
 
Join Date: Mar 2005
Location: ENE of Nowhere Oklahoma
Posts: 7,494
EDIT: 5ma? What kind of input card? Use a resistor. It won't take much to bleed off 5ma...find out how much current passes in the conducting state...and apply ohms law to your circuit.

Small interfacing relays should work too, but check the specs as shown above...

Quote:
Originally Posted by old school
If you size the resistors wattage at twice the estimated for 100% duty cycle and put heat shrink on the exposed leads and mount them nicely across a terminal strip and remember that they are little heaters and that they will slow cook anything adjacent to them then they are the best solution.

If you can't do the above, then the good old ice cube relay which takes more panel space, might be the low maintenance solution. It will dissipate the leakage as well as provide isolation to allow for any voltage interface and is thereby more flexible, and electrically isolating th e field device which can be a bonus (ie. short to ground fries the input card, prox, and resistor, or only the prox and the plug in relay?)

IMHO
Oakie
__________________
It's not all the variables I am most concerned with, it's the undiscovered constants.

"You can lead a horse to water but if he's got his head up his as$ he may die of thirst anyway."

Last edited by OkiePC; March 20th, 2010 at 03:46 PM. Reason: errr uhhhh 5 milliamps?
  Reply With Quote
Old March 20th, 2010, 09:07 PM   #6
narcilla
Member
Philippines

narcilla is offline
 
Join Date: Apr 2006
Location: Zamboanga Sibugay
Posts: 25
milldrone,

Without the resistor and the proxi switch connected directly to the PLC input, how would it affect the operation of the proxi? Will it still respond to the item it should detect?
  Reply With Quote
Old March 21st, 2010, 12:27 AM   #7
Roy Matson
Member
Canada

Roy Matson is offline
 
Roy Matson's Avatar
 
Join Date: Apr 2004
Location: Vancouver
Posts: 463
If your PLC is 120 Volt input you need to be really careful selecting the proximity switch.
Most prox switches draw too much current in the Off state i.e. the Off state current is enough to turn on the PLCs input. I am used to the P&F brand, ony one or 2 will work with a 120 VAC input module.
You could load down the input with a resistor but even then you need to be very careful when you select the resistor. You must allow for heat dissipation assuming the input is On 100 % of the time in case that's where the conveyor stops.
Regards
Roy
  Reply With Quote
Old March 21st, 2010, 03:45 AM   #8
narcilla
Member
Philippines

narcilla is offline
 
Join Date: Apr 2006
Location: Zamboanga Sibugay
Posts: 25
Roy,

My concern is the Minimum load current of the proxi which says it has to be greater than or equal to 5mA. The PLC input will not offer this load current and so, will this affect the operation of the proxi?

I'm not quite clear with the proxi's specs, the Off-state leakage current is stated as <=1.7mA and it's minimum load current as >=5mA. How does this two affect each other? Do you have to have a 5mA current through the circuit so the proxi operates reliably?
  Reply With Quote
Old March 21st, 2010, 06:23 AM   #9
Tom@Pton
Member
United States

Tom@Pton is offline
 
Join Date: Dec 2009
Location: Central Nebraska
Posts: 102
We use a snubber (RCS7A6V for 120v) on prox sensors to PLC inputs. Some have been operational for 10 years, give or take a couple years.
  Reply With Quote
Old March 21st, 2010, 08:06 AM   #10
xilog
Member
United States

xilog is offline
 
Join Date: Nov 2009
Location: SE Michigan
Posts: 21
Thanks Folks,
From my rookie perspective, if my PLC has relay outputs, I have to determine the leak current from the prox sensor and match up a resistor value which will create a load for the AC sensor which will allow it to function. Sounds to me that using a interposing relay is as a simple solution, would the relay require a snubber circuit?
  Reply With Quote
Old March 21st, 2010, 08:47 AM   #11
Tom@Pton
Member
United States

Tom@Pton is offline
 
Join Date: Dec 2009
Location: Central Nebraska
Posts: 102
What is the frequency that you are counting? Hundreds of times a minute? Once or twice a day? The interposing relay is a mechanical device which may not have the response time or the the live expectancy you need at higher speeds. Look at what you are trying to accomplish first, then see if an interposing relay is a good idea.
  Reply With Quote
Old March 21st, 2010, 09:24 AM   #12
Tom@Pton
Member
United States

Tom@Pton is offline
 
Join Date: Dec 2009
Location: Central Nebraska
Posts: 102
My cost for that snubber is $9.50 from a supplier that is not known for competitive pricing.
  Reply With Quote
Old March 21st, 2010, 10:50 AM   #13
xilog
Member
United States

xilog is offline
 
Join Date: Nov 2009
Location: SE Michigan
Posts: 21
The pulse frequency is about 100-150 ppm, i am using a sensor from some surplus equipment to retrofit a machine in our shop.What I would like to do is replace the limit switches which trigger some pneumatic solenoid valves, with a PLC controlled system to increase the precision of operation. We don't have much money to spend on R&D so I am trying to use what we have on hand
  Reply With Quote
Old March 21st, 2010, 04:01 PM   #14
milldrone
Member
United States

milldrone is offline
 
milldrone's Avatar
 
Join Date: Mar 2005
Location: in the dog house
Posts: 1,201
Quote:
Originally Posted by narcilla View Post
milldrone,

Without the resistor and the proxi switch connected directly to the PLC input, how would it affect the operation of the proxi? Will it still respond to the item it should detect?
Quote:
Originally Posted by narcilla View Post
Roy,

My concern is the Minimum load current of the proxi which says it has to be greater than or equal to 5mA. The PLC input will not offer this load current and so, will this affect the operation of the proxi?

I'm not quite clear with the proxi's specs, the Off-state leakage current is stated as <=1.7mA and it's minimum load current as >=5mA. How does this two affect each other? Do you have to have a 5mA current through the circuit so the proxi operates reliably?
narcilla,

Chances are it will not detect the object correctly. It may work some of the time however.
__________________
Vaughn

If you can read this, thank a teacher.
  Reply With Quote
Old March 21st, 2010, 04:14 PM   #15
xilog
Member
United States

xilog is offline
 
Join Date: Nov 2009
Location: SE Michigan
Posts: 21
Hi Milldrone,
Actually, I would like to use the prox sensor to count the links on a iron conveyor chain and then use that data to fire the pneumatic solenoid valve after the count reach a predetermined set point.

Thanks
  Reply With Quote
Reply
Jump to Live PLC Question and Answer Forum

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
why there is a difference connection between these two proximty switches ?? magdyfayad LIVE PLC Questions And Answers 108 August 22nd, 2008 10:38 AM
2-wire DC 24V Inductive Proximity switch?? drspanda LIVE PLC Questions And Answers 6 March 12th, 2008 08:31 AM
Telemecanique Inductive Proximity Sensor memberpeace LIVE PLC Questions And Answers 5 February 4th, 2007 07:47 PM
Balluff Proximity Switches and Banking Screws Tharon LIVE PLC Questions And Answers 0 January 11th, 2007 10:49 AM
proximity switch juad LIVE PLC Questions And Answers 1 June 22nd, 2006 10:04 AM


All times are GMT -5. The time now is 04:00 AM.


.