Position control with hydraulics

ArviK

Member
Join Date
Dec 2012
Location
Tallinn
Posts
11
Hey guys

I'm building a program that has position control with hydraulics. I have three valves: left, right and creep.
I'm using variables: setpoint, actual value, limit low, limit high, deadband, creepband (don't know how else it's written.)
I have two movement speeds: normal and creep.
Setpoint is changed manually by operator.
Machine is cutting wood. Cutting tolerance is bigger than deadband, usually.

In one PLC program i saw, that initially program does not consider deadband. Only after actual position has overshoot setpoint and movement reverses is deadband considered.

Is that correct? I based my program on that. I haven't done any programs for this situation so i lack know-how.
 
I'm building a program that has position control with hydraulics. I have three valves: left, right and creep.
Only one creep/slow speed valve? Does this mean you can only creep in one direction.

Setpoint is changed manually by operator.Machine is cutting wood.
What kind of machine? Is it in a saw mill? So the operator need to change the set point often?

[quote[
Cutting tolerance is bigger than deadband, usually.
[/quote]
So what are you going to do when the cutting tolerance is smaller than the dead band?
In one PLC program i saw, that initially program does not consider deadband.
That is OK. At first you must check to see if actuator is in the creep or slow speed band.

Only after actual position has overshoot setpoint and movement reverses is deadband considered.
That wastes time/production. You should have a high speed and low speed bands. The actuator moves at high speed until the actuator gets within the low speed band. Then only the low speed or creep speed valve is used.

Is that correct? I based my program on that. I haven't done any programs for this situation so i lack know-how.
If it works well enough it is OK. It would not be acceptable in a modern sawmill.

This is how we did bang-bang setworks systems back in the late 1970s and early 1980s.
 
Hey Peter

Creep valve is for both directions. Setpoint is changed once, twice per day. Machine is stopped when setpoint is changed. Machine is in saw mill, it saws planks into half. It has more positions that move but they are the same.

Old program where i took the example from is from Siemens S5 system. I changed that to S7. I think that the overshooting thing was built because S5 CPU main cycle was so slow, that machine moved more than deadband lenght in one cycle.

I understand from your post that this is not how things are done today?
I'll build my program without overshooting then. Move in normal speed toward setpoint. In creep position move at creep speed until in setpoint or in really small deadband.

Or are there more cleverer way to do things?

I can't change anything in hydraulics or sensors. Customer would be okay with overshooting. But since i made new program in new CPU, i wanted to make things pretty.
 
I understand from your post that this is not how things are done today?
No, hydraulic motion control is very precise today. Normally servo valves, Temposonic or Balluff rods are used for precise position feed back and a hydraulic motion controller does all the control.

Or are there more cleverer way to do things?
Yes, but more expensive too. Since the position only moves once or twice a day keep it simple. Normally the saws or logs need to move for each piece and then something much better is required.

I can't change anything in hydraulics or sensors. Customer would be okay with overshooting. But since i made new program in new CPU, i wanted to make things pretty.
Just make it work.

Veisto is based in Finland. This is a video of a mill they installed in France. They are using our hydraulic motion controllers.
http://deltamotion.com/peter/Videos/VEISTO_DVD.mp4
They tend to sort the logs so they are all the same size then position logs rather than move the saws.
 

Similar Topics

Hi All, I could do with some advice on a hydraulic control system. It is necessary for me to accurately position a vertical hydraulic ram with...
Replies
34
Views
1,901
Hello all, I have an old machine that utilizes two FEAC PC-116-24 controllers used for position monitoring and output to an OMORM CQM1 PLC. I did...
Replies
1
Views
626
Hi, I've been struggling to find information about this, even though it feels like it shouldn't be that hard. I'm working on upgrading an hoist...
Replies
3
Views
1,631
Hello All, I was wondering if it were possible to do a position control gearing two servo drives that move a load up and down to selected...
Replies
1
Views
1,451
I am looking for different solution on controlling a pneumatic Cylinder move at preset positions. One of the solutions is to use 5 magnetic...
Replies
22
Views
5,970
Back
Top Bottom