Vibration problem

atawil

Member
Join Date
Dec 2010
Location
montreal
Posts
5
Hi,

I'm trying to control the dephasing angle of 4 vibrating tables which are causing us a lot of building vibration. I got an encoder and am calculating the time it takes for each rotation of all 4 tables. First, I actually reached the point where all 4 tables run same speed. Then, i need to incremnt or decrement the angle between them so that the vibration coming from high frequency are either in phase or not. Anyone has and idea or example for that kind of stuff...
 
Never done anything like that before.

A suggestion would be to put an accelerometer somewhere in/around the system, use this as an indication of the energy. Then use a PID on some phase correction output, to minimize energy.
 
The following may be a solution! But I'm just guessing really.

In your code each scan you could sequentially increase the speed of the table in question by 1Hz, turning it back to the previous value upon the next scan and then iterating. You could do this until the average energy goes to some predefined value.

You'd probably have to add a little deadtime to the iteration though.

Either that or you could do FFT on the response from the accelerometer (after filtration ofc), and adjust the motors as above until you get sufficient power in the motorfreq*4 harmonic.
 

Similar Topics

Hi all! I have an application where we have a industrial trailer (ie: connected to a commercial truck / cab). The trailer will have some...
Replies
3
Views
1,179
Good Morning , I know Banner has some nice wireless monitoring systems , does anyone know of any other systems that monitor temperature ...
Replies
6
Views
3,511
I have a Bentley Nevada Velocity sensor that claims to spit out a 100 mv/IPS signal. I'm being told that it will work with an analog input card...
Replies
11
Views
7,021
Vibration sensor that is food-grade rated. Customer is looking to monitor the vibration on their submersible pumps. These pumps are at fresh...
Replies
7
Views
1,869
My customer has a small train to carry products around in their plant. The system is old and sets up some vibration as it rattles down the track...
Replies
4
Views
2,140
Back
Top Bottom