Control valves logic

katia26

Member
Join Date
May 2003
Posts
4
Somebody could give me some tips about realize a ladder logic to open and close valves.
Is a real simple logic but I have not enough experience in control logic.

Thanks so much.
 
The more details that you provide us the more information we can provide you. You should incllude things like...
What brand PLC are you using.
How many valves...
What conditions are required before the valves open...
What conditions are required before the valves close....
ect.
 
Control valves

I need open/close the valves
The valves are controled in remote mode, in local mode they are inhabilitated.
They can be controlled in manual mode, in automatic mode they respond
to the system logic .
Exists an emergency stop command for each valve which inhabilite the
open/close actions.
 
Are you sure they're not "inebriated"?... :eek:P

Slowly but surely, you're giving us more of the info we need to help you... Please continue.

Questions:
Are these double-acting solenoid valves, or separate open/close valves?

You've got 4 different modes (5 if you include "panic mode")... :p
How do you select the different modes?

It would probably be easier if you could enlighten us by posting what you've got so far.

beerchug

-Eric
 
you need to build in a few features to your logic,
assuming valve feedbacks are normally open,
basic pseudocode as follows

if not output
and input
or
if output
and not input
=error 1

if error1
run timer 10 secs
if timer elapsed
set error bit

if acknowledge
reset error

if any interlocking valves open
=interlock bit

am assuming local/remote operation controlled by hand/off/auto switch

if auto position input
and auto activation required (from program)
or
if hand pos
and
not error bit
not interlock bit
=output

this is for one device
you need to get this into whatever plc you have, using editor and
test it for one device first.

get your client to supply list of interlocking valves, (usually stuff like a line drain valve and a product from tank valve can't be open together).
write up a document explaining planned device operation for approval

test first device and then copy/paste/replace for rest of devices.

tadg
 

Similar Topics

Evening All, Hoping for some advice & any suggestions on a tank control system that we will be looking to optimise soon. We have a tank that we...
Replies
25
Views
4,250
Hi all, i'm after some help on a flow control valve control strategy. There are 8 parallel vessels that require evenly distributed flow. Each...
Replies
32
Views
6,954
Hello, I want to ask about types of control valves that don't need air compressor as actuator, is there is a selonoid valve that can be actuated...
Replies
10
Views
2,656
Hello experts, can you please help me understand the meaning of symbols shown in the attached pictures? First is U/S (I guess U represents...
Replies
6
Views
1,927
Dear all, please i want your help to rank manufacture for shutdown and control valves as i work on a project and the vendor will not bring fisher...
Replies
6
Views
1,977
Back
Top Bottom