02-22-2007 11:13 AM - edited 02-22-2007 11:13 AM
They are used in determining velocity and displacement in 6 degrees of freedom -
http://en.wikipedia.org/wiki/Rate_integrating_gyroscope
http://en.wikipedia.org/wiki/Ring_laser_gyroscope
http://en.wikipedia.org/wiki/Inertial_Measurement_Unit
Message Edited by Midlothian on 02-22-2007 11:15 AM
Message Edited by Midlothian on 02-22-2007 11:16 AM
02-22-2007 11:21 AM
The oscillation can also be induced and controlled in the vibrating structure gyroscope for the positionning of spacecrafts such as Cassini-Huygens. Theses small Hemispherical Resonator Gyroscopes made of quartz operate in vacuum. They provide accurate 3 axis positioning of the spacecraft and are highly reliable over the years as they don't have any moving parts.
Automotive roll sensors can be built around vibrating structure gyroscopes. These can be used to detect rollovers, or to supply input to electronic stability control systems.
The Nintendo Gameboy Advance game WarioWare: Twisted! uses a piezoelectric gyroscope to detect rotational movement.
Many Image stabilization systems on video and still cameras employ vibrating structure gyroscopes.
Vibrating structure gyroscopes are commonly used in radio-controlled helicopters to help control the helicopter's tail rotor or in radio-controlled airplanes to help keep the tail steady during take-off or hand (especially with discus launched gliders) launch.
01-21-2008 09:35 AM - edited 01-21-2008 09:37 AM
01-21-2008 09:56 AM
Dear Ale83,
I had to put this on hold for a while and right now I cannot test what you are suggesting. Meanwhile I got the noise and vibration package and I am trying to see if I can make any sense out of it.
I believe the best solution is to use a displacement sensor such as a capacitance probe. However, if this is not possible, then the displacement cannot be calculated with very high accuracy comparing to the real one.
In my case I was trying to detect the most significant frequencies using an FFT or something similar. However, if I apply the FFT to the acceleration signal then I get a "noisy" output and it is difficult to determine which frequencies are significant and which not - it's more an art...
Thank you for answering to my question.
01-21-2008 09:59 AM
01-21-2008 10:57 AM
Thank you. This is helpful.
Any other examples are more than welcome...
01-21-2008 11:03 AM
Dear Preston,
To add more to my previous message:
I would like to monitor the vibrations of a spindle of a machine tool. I record the acceleration during the cut, then I would like to read the saved file (whenever necessary) to determine if I had chatter or forced vibrations and if I did what is the frequency of that vibration. So I would need a way to see the dominant frequencies of the recorded vibrations (accelerations).
Any additional examples (relative to your previous message) or suggestions would be very helpful.
Thank you for your time and support.
Radu
01-22-2008 01:00 PM
Here is a DevZone article that links all the SVT shipping examples.
Sound and Vibration Measurement Suite Shipping Examples
http://zone.ni.com/devzone/cda/tut/p/id/6107
There is also a full set of examples in the NI Example Finder located Help>>Find Examples, in LabVIEW. Select the search tab search and enter “vibration”. This will list the full set of basic vibration measurement examples.
Also if you look in the DSA manual Start>>All Programs>>National Instruments>>Sound and Vibration>>Manuals>>LabVIEW Sound and Vibration Analysis User Manual, chapters 8 and 11 are helpful.
Have a great day
Chris_K
01-28-2008 05:09 AM
01-29-2008 02:23 PM
The difference (an apparent phase error) being seen by integrating the acceleration with the SVL Integration VI and using two Integral x(t) VI’s is expected. The SVL Integration VI has a digital highpass filter built into it, something the Integral x(t) VI does not have.
If you right click on the "highpass cutoff frequency" input of the SVL Integration VI and go to Create >> Constant you'll see that the cutoff frequency is 1 by default. Since the frequency of your "acceleration" curve is only 1 Hz, quite a bit is being cut off. Try putting something like 0.00001 in the highpass cutoff frequency input and you should see that the results of the SVL Integration VI begin to look more like the expected integration curve.
Generally, the SVL Integration VI is used with transducers that are rated in a certain frequency range. For example, an accelerometer may show poor response below 20 Hz so you would apply a highpass filter to get rid of the data below 20 Hz.
Look at this link for a good description of how a digital FIR (Finite Impulse Response) filter is implemented.