how to energize the contactor

Join Date
Nov 2016
Location
india
Posts
15
hello Dear everyone...

I am getting 24 VDC output, from mitsubishi FX5UMT/ES PLC...whether it is enough to energize the contactor of 18 A DC Motor
 
What is the contactor coil voltage and current?

Usual practice is to use a relay controlled by the plc to switch a coil voltage to a contactor.
 
Sort of. The PLC output goes to the relay coil. The 24v to the contactor coil comes from your 24v terminals, through the relay n/o contacts and onto your contactor.
 
maheshboobalan,

look at the contactor specifications for the coil specifications.
you should see inrush and holding current.

the inrush is typically 6-10 times greater than the holding current.

I would have the plc output goto an interface relay and use a reverse bias diode to remove the counter emf.
the interface relay can then power the contactor and use a reverse bias diode again to eliminate the counter emf.

james
 
Several issues here.

  1. If the COIL of the contactor is 24VDC, there is no "inrush" value, it will just state the watts and if you need amps for the coil power, divide the watts by 24.
  2. If the SOURCE of your 24VDC is the PLC itself, then you CANNOT use that to power the coil. The PLC likely has a LIMITED ability to provide 24VDC to use for the digital inputs and maybe the analog I/O, but typically that power is measured in MILLIAMPS, whereas the contactor coil might be measured in AMPS. The first time you try to drive that coil from that built-in power supply on the PLC, you might fry it. You must use a SEPARATE source of 24VDC running through the Output contact of the PLC. If you already are doing that, then great.
  3. In addition, you must also understand the capacity of the OUTPUT device on the PLC. If it is a "Relay Output", that's better; those are often rating 2-5A. But if it is a "Solid State" (transistor) output, it may also be rated in mA and the coil draw of the contactor may damage it. If so, then you use the PLC output to drive a relay, then use the relay to drive the contactor. The concept is called an "interposing relay". Some people like to use interposing relays even if the PLC has a relay output, because it is easier to replace an interposing relay than to replace the PLC Output if something goes wrong.
  4. Fuse early and often.
  5. Fave you picked out a contactor? You CANNOT equate the AC switching capacity of a contactor to it's DC switching capacity, they are very different, and the difference varies GREATLY with the motor DC voltage. So for example an IEC contactor rated for 20A AC switching can switch 20A at 24VDC, but if the DC motor is 110V DC, is can only switch 6A and at 250VDC it can only switch 1.5A. So when you say "18ADC" without stating the MOTOR voltage, you could be talking about a contactor difference in orders of magnitude depending on the motor voltage, which will greatly affect the coil current rating.
 
@OP: asking this kind of question indicates you have an education in programming and not industrial automation or electronics/electrical engineering. If you want to continue with PLCs I strongly suggest you to take a course on electric circuitry.
 
Last edited:

Similar Topics

Hello, I'm new to programming. I'm using RSLogix500 to modify an existing program for a SLC500. My plan was to use one of the existing inputs...
Replies
26
Views
2,021
Hey all, I have a wierd problem. I have a compact logix processor the rung condition is true but one input of the rung fluctuates as it...
Replies
5
Views
2,140
Hi All, I've been programming RSLogix 500 for about 5 years now and I'm just getting into 5000 programming. One of my first projects here where...
Replies
11
Views
3,769
I'm sure that this topic has been discussed many times in the past, but I wanted to engage the group again on their thoughts on what the...
Replies
20
Views
6,787
Hi Everyone, I'm writing a program to control 2 motors depending on a switch selector position A or B. In POS A, motor 1 should be running while...
Replies
12
Views
2,867
Back
Top Bottom