Commissioning of a motorised valve to plc

Ok, sorry,
Maybe not yet,
Posting two questions will confuse you and the real problem, from what I have gathered is you need some help with a motorized valve and what we call a "slide wire" feedback resistance. You really didn't have to post two seperate questions. Better yet,,,, hold on.
Just a bitmore majic!

I am supposed to program for the following data:
There are 4 motorised valves and the resistance mounted on motor shaft is used as percentage opening data to plc. The PLC module is Micrologix 1200 AB plc and 1762-IR4 RTD module. The value of the resistance lies between 0 to 600 ohms.
How do we interface a motorised valve to Micrologix 1200 PLC?
There we go, now nobody else will be as confused as me....
answers to follow... I need a beer first...
 
Last edited:
It sounds like you are trying to emulate a typical valve postioiner in your PLC. No problem.

First, you need to establish a bandwidth setting - this is simply the error you will allow between the desired percent open and the actual position feedback before you move the valve. You add and subtract half the bandwidth from the nominal position target, and this gives you two values - a minimum threshold and a maximum threshold.

Then you need to convert the position feedback data to % open. This is a standard scaling problem, and in the ML-1200 you can use the SCP function.

Then you need two compares. If the feedback is greater than the max threshold you turn on the output for closing the valve. If the feedback is less than the min threshold you turn on the output for opening the valve. If the feedback is equal to or between the min and max threshold you do nothing.
 

Similar Topics

I have to commission about 150 drives next week. The last couple times, I just used the BootP/DHCP tool. For anyone coming across this and...
Replies
10
Views
2,657
Hello, After commissioning the V90 starterpakket follow siemens commissioning file...
Replies
0
Views
1,142
These were here when I showed up in 1991 ... 31 years ago Allen Bradley SLC 100. .. Programmed with a hand loader Allen Bradley PLC 5/20 ... I...
Replies
19
Views
4,731
Hello everyone, Currently I am performing preparations for a huge project. And there is a need to establish communication between plc and VFD by...
Replies
2
Views
1,289
Hi, I am commissioning a Mitsubishi FR-V500 (3.7Kw) drive. I am able to get the drive to tune and spin up if I set parameter (Pr) 800 = 20 (V/F...
Replies
2
Views
1,351
Back
Top Bottom