transducer controlling an vfd through a plc

stu

Member
Join Date
Aug 2005
Location
England
Posts
782
hi guys
i need your help again, i have been asked to fit an transducer to control a pump via a plc the pump is already running on a vfd with the speed set from a hmi ,all they want me to come up with is to get the transducer to control the speed via the plc when the pressure adjusts.they would like to set the speed on the hmi until we have got the right running pressure and the press a button to switch over to the transducer to keep the pressure constant? can anyone help.thanks stu
 
Well, I do this sort of thing all the time, and I still consider doing it RIGHT to be a fairly good sized project.

The format I would consider is to have the pressure SET-POINT displayed and controlled by the HMI. The HMI just changes a register value in the PLC as the operator presses the up or down buttons, and displays the desired pressure (the "set-point") and the "actual pressure".

The register in the PLC is used as your set-point so when the operation is dialed in and working properly the operator just STOPS doing anything and the operation continues.

You have to use the information from the transducer analog input channel ALL the time.

With some PLC brands you can use a built-in PID instruction. I often just write something of my own. PID is a science all unto its own.

The object is to check the pressure as measured by the transducer every so often, compare it to the set-point, and add to the "analog out" register that is in control of the VFD if the pressure is too low, or subtract from the analog out register if the pressure is too high.

NOW..... fine TUNING those operations.... THAT's where the science comes in. I've spent several years developing and improving the system that I use.

There are BOOKS and VOLUMES that deal with the building and tuning of PID loops. Some devices now have an "Auto-tune" feature that makes the whole process a lot easier.

What stage are you at? What PLC do you wish to use? what are YOUR thoughts on format?

Stationmaster
 
What stage are you at? What PLC do you wish to use? what are YOUR thoughts on format?

Stationmaster[/quote]

hi
the stage i am at is i have got the machine working using the hmi-plc and vfd,so the pump is being controlled via the hmi (speeds/stop/start) now i have got to write a program to incorporate the transducer. i am using a mirologix 1200, and i am new to plc programing but i am willing to do what it takes to make this work.thamks stu
 
the short answer is no??

Then the next step for YOU is to learn all about PID. The CONCEPT, the details, the terminology.... The practical application....

Search this forum, Google it, Look on "patchin.com".....

pressure -->analog IN -->PID -->analog OUT -->VFD speed -->pump speed -->pressure

Stationmaster
 
Last edited:
hi have got a tranducer on order and i have fitted a analogue input card for the ml1200, i will have to read up about the pid control.
 
Is that an AB PLC with PIDE instruction
What is the make/model of your HMI
Which software do you use to configure PLC/HMI
I have a faceplate built for RSLogix5000, RSView Studio if it will help
Roy
 
hi i am new to plcs, the plc is a mirologix 1200 (1762 series c)the analogue input/ output card is-1762-if20f2.
the software i am using is rslogix 500. also the hmi is an automation direct 8" ea7-t8c thanks stu
 
what kind of drive do you have, and how do you communicate with it?
i am using a automation direct drive which is connected to the plc via an analogue output module ab1762-0f4.

i dont know what is the best way to do this,so i am asking the people that know (you guys)thanks stu
 
If you've got a VFD with an external PID controller built in, all you would really need is an analog signal from your PLC to the VFD to establish the setpoint. You can then display the setpoint on the HMI.

The drive will do all the loop control work involved with keeping the pressure constant under varying flow conditions. All you need to give it is the pressure setpoint.
 
hi it looks like the vfd hasnt got a pid?
thats why i was going to do the controls through the plc + they would like to set the pressure on the hmi,
 

Similar Topics

Hi all, I have a AC current transducer that I want to bench test to ensure I am getting a 4-20mA output. I am using a AE001 unit. It is very...
Replies
4
Views
115
I have a set of these: https://www.i-s.gr/files/ND%20Clamp-on%20CT%20Brochure.pdf Specifically M1.UM which outputs Voltage. I am looking to use...
Replies
2
Views
651
Good morning everybody, I hope you are very well. I share with you the information of the PLC LOGO! Siemens and expansions that we have...
Replies
4
Views
1,074
Has any used a ballistic pressure transducer with a PLC? I am not sure if it will capture the event that I need to use as a control. The device...
Replies
2
Views
1,075
I am updating controls on a leak tester, from a SLC 5/02 to Compact Logix. The SLC used a DDV instruction to help scale a differential pressure...
Replies
17
Views
4,400
Back
Top Bottom