Problem with air compressor

elhagan

Member
Join Date
Sep 2003
Location
cairo
Posts
48
Hello friends

I have new project

Air compressor the company want to upgrade it to work with PLC and HMI

The compressor work with micro processor and the micro processor

Is damaged the problem in 2 solenoid open the air gate and if the solenoid coil is broken the micro processor stop the machine and make alarm

The solenoid coil is normal only 2 wire 24v dc

How the micro processor feel the broken coil and if the wire is cut

And the owner need in the upgrade this feature

How can I make the plc feel the coil if broken or damaged

I will use plc s7 200 with out put relay

I think the micro processor measure the coil resistance

But in the plc ? what we will use ?

Sorry about my little English

And I am wait to answers me
 
Some PLCs manufacturers have output cards that will detect an open circuit on the output. I have only seen this feature with solid state outputs, never with relay outputs. The PLC output circuit applies a very low voltage limited current to the output terminal. This signal is not strong enough to activate a solenoid coil but it indicates to the controller if there is a completed circuit.
 
Wire the output as sinking. Wire an input directly to the output.
Input will be on when output is off, if the coil has continuity.
Input will be off when output is on.
 
You could also play the same trick with the input - have it high all the time , and the coil will pull it down . Touble is , that even if the coil fails , there is a chance that leakage alone will be enough to give spurious inputs . How about using a change over relay (actually not necessary) , and wacking a voltage over the coil with a ballast resistor (high impedance), you could then use an analogue voltage input to measure the voltage across the coil , which would change if the coil failed .
 
an alternate method would be to use a pressure switch tied to a timer. If in X time the pressure switch doesn't activate/deactivate...
 
dear Alaric

thank you very much can you tell me what the kind for this plc

and any mark and i see current sensing and leakage monitoring relay

its very good from you this is what i need but if i found the good plc will detect an open circuit on the output its will be the good idea i wait for your replay i need the plc manufacturers

and data sheet about it


dear keithkyll

i cant understand who is the input i have one solnied and need to feel it if the coil is damaged or broken the machine will stop


dear 10baseT

thank you for your help


dear stasis

big story to use pressure switch tied to a timer stasis another circle man

 
Last edited:
Output is relay. Solenoid has +24DC. Relay is controlling the zero side of the solenoid.

Think backwards. When the relay is off, +24 volts will pass through the solenoid coil to the relay contact. Connect a PLC input to this point.
I assume input is on with 24 DC input - off with zero.

If the PLC input has a 4ma load, then there will always be 4ma on the solenoid. This shouldn't be a problem, unless the solenoid is very small.
 
keithkyll said:
Output is relay. Solenoid has +24DC. Relay is controlling the zero side of the solenoid.

Think backwards. When the relay is off, +24 volts will pass through the solenoid coil to the relay contact. Connect a PLC input to this point.
I assume input is on with 24 DC input - off with zero.

If the PLC input has a 4ma load, then there will always be 4ma on the solenoid. This shouldn't be a problem, unless the solenoid is very small.

dear keithkyll
can you draw this steps for me
 
Wire the output normally. Add a jumper from the output terminal to an input terminal.
Someone help me out here with a drawing.

elhagen, think of using a meter to troubleshoot the output. Red lead on Output terminal, black lead on ground. When the output is on, meter will read zero volts. When the output is off, meter will read 24 volts if the solenoid is not open. If the solenoid is open, you will always read zero volts.

Use a PLC input as a meter.
 
Last edited:

Similar Topics

Hi, I am having a challenge installing a new drive ACS355-03E-44A0-4 as it keeps on displaying Fault code F00018 even when the load is not...
Replies
2
Views
64
I have an issue on my vessel, we have water tight door system created in China, company is no longer operating. We have 7 doors each with their...
Replies
3
Views
100
Hi all. Simple as simple can be, I don't understand what's happening. I'm toggling he OSR on, GX_LUB_PUMP1_LEAD should switch. It doesn't. The...
Replies
27
Views
627
Hi; In a cabinet of a machine, a Fatek PLC with an Ethernet communication card is working. In the same cabinet, there is a 1 kW inverter. When...
Replies
16
Views
480
Hello Dear users, I am writing about a problem that has been bothering me for a few days, i.e. I am trying to establish remote access to the Allen...
Replies
0
Views
72
Back
Top Bottom