Anti-Sway Crane control
Anti-Sway Crane control
(OP)
I work for a drive manufacturer and a crane manufacturer has asked me to investigate anti-sway control mainly for gantry cranes working in the steel industry. The problem is the the variables that come into play when trying to even contemplate where to start on programming for trials. The axis are long travel, cross travel, hoist, slewing drive on C-hook(for picking up coil steel), all of which may or may not be operating at the same time due to a human operator. Has anyone ever looked into this? I've started looking at fuzzy logic but I'm sceptical, and it seems like many have tried and failed on this R & D. Am I waisting my time? Your input would be appreciated, go easy I'm only a young fella!!





RE: Anti-Sway Crane control
A good PLC with high speed PID processing power could probably do it, but the programming would entail a lot of development, testing and adjustment. Is your customer willing to pay for that, or are they just dangling the VFD unit purchases as a carrot for you to do it free? I'd be careful about that!
Eng-Tips: Help for your job, not for your homework Read FAQ731-376
RE: Anti-Sway Crane control
for instance, as the crane is de-celerating the hook will be ahead of the perpendicular position. When the crane stops, the hook will start to swing like a pendulum. If, for example, a certain rate of de-celeration has the hook 2 feet ahead of the perpendicular position, the operator will drive the crane another two feet ahead, before the hook swings back. This puts the crane directly above the hook and there is no more force to cause swinging.
Put another way;
When the crane and the hook stop moving, the hook will be ahead of the crane and will swing back. In the moment when the hook has not yet started to swing, the crane is moved directly over the hook.
This may be hard to automate, but unless a crane has a rapid response, the operator doesn't have a chance.
yours
RE: Anti-Sway Crane control
Something that would make life much easier would be knowing the location of the hook in space. The cheapest way to do this would be two perpendicular tilt sensors but you may want to get fancy with a local spatial positioning system.
With the tilt sensors and a known distance from hoist to block you can calculate the position of the hook relative to gravity. Since hopefully the angle will be less than 22 degrees the simple pendulum formula should be accurate enough.
Something that might help would be an “off center” display that would show the operator the two tilt sensor readings before the object is lifted.
I would think this would be done much easier with a servo controller supplying the DAC for the VFDs but any PID controller that can do square roots should be able to do it.
This all assumes that the controller has control of the two horizontal axis and is not fighting the operator. The changing pendulum length should not be a problem since it will be know.
I would do some estimates on the period of the worst case pendulum, short and long, and make sure your drives can move the crane a distance equal to half the linear error in less than .125 of the period. There may be a need for two acceleration rates.
Sounds like fun!!
Barry1961
RE: Anti-Sway Crane control
To do this, your system would need to be a full-fledged positioning servo system on all axes. The crane operator would be acting much as a CNC operator would be, in "jogging" the axes -- starting and stopping closed-loop positioning trajectories.
One of the biggest problems I see is that your frequency of oscillation would change with the effective length of the hoist cable, which means that the filter coefficients would have to change with the height. I don't know if it would be feasible to allow the height to change while the horizontal axes are in motion.
Also, such trajectory filtering does add delays in completing the commanded trajectory -- at least one-half the period of oscillation. But I think this is unavoidable in any technique, and certainly less than waiting for multiple periods of the true oscillation to damp out.
If you contact me off-line, I can put you in touch with people who provide these types of algorithms. (In the interest of full disclosure, they embed these algorithms in a variety of controllers, including ours.)
Curt Wilson
Delta Tau Data Systems
RE: Anti-Sway Crane control
Being a crane operator for over 30 years I am impressed with your description of how a crane operator catches the drift in the hook.You must have some seat time in you past.
Your statement, “unless a crane has a rapid response, the operator doesn't have a chance.” Is again, Right On !
Old school cranes have a good response due to their over engineered design. The newer cranes now can’t take the stress as well so the response is getting longer. Making a hard job harder !!
TERRY
RE: Anti-Sway Crane control
Since human operators with primitive controls and a little practice can usually do just fine, a crane manufacturer would fund development of an advanced controller only for the purpose of removing the human, and his paycheck, from the loop entirely.
Don't underestimate the commercial significance, and the difficulty, of solving the problem.
Mike Halloran
Pembroke Pines, FL, USA
RE: Anti-Sway Crane control
I don't have a lot of time "In the seat", but I have spent a lot of time trouble shooting and repairing many types of cranes. I can spot a "Pro" at the controls by that last little roll.
respectfully
RE: Anti-Sway Crane control
Steel mill cranes are often DC, if so, I know of no anti-sway technology electrically.
Mechanical means by reeving is also an option, but normally only when starting from scratch as it is very difficult to modify existing hoists due to the lack of real estate on the hoist deck.
RE: Anti-Sway Crane control