LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

accelerometers

Hello,
Bascially i went to be able to measure some vibration coming from an object. To do this i went to use an accelerometer. To do this i just have to put  the accelerometer into a DAQ board  and they just read the volts coming off them. Is it that simple ????

 

Thanks for the help

0 Kudos
Message 1 of 5
(2,998 Views)

asasdfgdfgdf wrote:

... Is it that simple ????

 

Thanks for the help


It could be...

 

You should really check with the manufactuer of your accelerometers to see what they require and the nature of thier outputs. Some will require external suport circuitry to power buffers etc.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 5
(2,988 Views)

Here's some links regarding accelerometers to assist if you are new to them:

 

http://zone.ni.com/devzone/fn/p/sb/navsRel?q=accelerometer&x=17&y=9

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 3 of 5
(2,983 Views)

We manufacture accelerometers here at Freescale.  The ones I am familiar with work like this:  When the part is moved, the movement amount is measured and stored internally as XYZ coordinates.  The application has to use I2C or SPI to communicate with the accelerometer to get the XYZ coordinates.  To sense vibrations, you would have to constantly query the device to get the XYZ coordinates, and subtract the (N)th coordinates from the (N-1)th coordinates.  This gives the amount of movement in each direction.  Accelerometers are commonly used in applications that need to sense a sudden movement, such as a car crash to deploy air bags, or sensing when your iPhone is turned sideways to put the picture in landscape mode, etc.  It can detect vibrations because there would be small movements in several directions.  This would require fast polling of the device.

 

To poll the device continuously would require separate hardware and a program.  NI makes a NI-USB-8451 I2C/SPI device that costs a few hundred dollars.  Labview drivers come with this device.  A simple Labview program could be written to detect movement.  But I would think there might be an easier and cheaper way to detect vibration.  Perhaps a search for vibration detection on Google.  If you want an accelerometer to play with, I think you can get a Freescale device from parts houses such as Newark or Digi-Key.  We make a wide variety of acceleromters.  Some detect on only one axis, some on two, and some on all three axes.

 

tbob

 

- tbob

Inventor of the WORM Global
0 Kudos
Message 4 of 5
(2,949 Views)

Freescale (and others like AD)  also makes sensors with a analog output. These would be easily connected (and powered) by a DAQ.

 

However the original poster didn't mention the required frequency and sensitivity.

 

MEMS tend to be quite restricted in the upper frequency... (mostly 300Hz). Nice for airbags and Wii but not always for process monitoring.

 

(I wired a freescale 2 axis QFN(?) by hand .. next time I order the demoboard 😉

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 5 of 5
(2,925 Views)