Accelerometer force or the square please

Click For Summary

Discussion Overview

The discussion revolves around the proper interpretation and manipulation of outputs from a tri-axial accelerometer in a project. Participants explore the relationship between the accelerometer's output, vector mathematics, and the calculation of actual acceleration forces, addressing potential flaws in the initial mathematical approach.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions whether to use the direct output from the accelerometer or the square of the output to determine the actual g-force on a vector.
  • Another participant clarifies that the output of an accelerometer is typically in mV/g of acceleration and is linear, not sinusoidal, prompting a request for further details about the specific accelerometer being used.
  • A later reply suggests that accelerometers provide vector values and explains how to calculate the actual acceleration using trigonometric functions, emphasizing the need to consider the absence of cross-coupling between axes.
  • There is mention of using vector dot and cross products in the current implementation, with uncertainty expressed about whether squaring the output values is necessary before performing vector calculations.

Areas of Agreement / Disagreement

Participants express varying levels of understanding regarding the accelerometer's output and its mathematical treatment. There is no consensus on whether to use the direct output or its square, and the discussion remains unresolved regarding the best approach to take.

Contextual Notes

Participants indicate confusion about the relationship between angles and g-force readings, particularly at specific angles like 45 degrees. There is also mention of potential issues with cross-coupling between axes that could affect measurements.

IMK
Messages
61
Reaction score
0
Hello,
I am using a tri axial accelerometer for a project that I have just about completed but have just realized that some of math may be flawed with respect to the device output and actual acceleration forces. So the question; as I am using vector subtraction and vector dot products to manipulate my results should I be using the output directly (which I believe is the sine) from the accelerometer or the square of the output which is the actual g force on that vector... Or have I missed something?

Many thanks IMK
 
Physics news on Phys.org
I don't quite follow your post and I might be able to help if I understand more. Normally the output of an accelerometer will be so many mV/g of acceleration, not force. And, that output will be linear, not sinusoidal.

Are you doing some processing in the instrument amp that gives the signal you describe? Or, do you have a special type of accelerometer? Or, more likely, am I just not following your explanation?
 
TVP45 said:
I don't quite follow your post and I might be able to help if I understand more. Normally the output of an accelerometer will be so many mV/g of acceleration, not force. And, that output will be linear, not sinusoidal.

Are you doing some processing in the instrument amp that gives the signal you describe? Or, do you have a special type of accelerometer? Or, more likely, am I just not following your explanation?


TVP45 Many thanks for your post as I am more than just a little confused on this issue.
Yes the output of the device is mv/g thus 1v = 1g and 0v = 0g.

http://www.analog.com/Analog_Root/static/library/techArticles/mems/Sensor971/sld27.html

But it is the measurements in-between that I am a confused about, for example why is 45 degrees not 0.5 g, the link below almost makes it clear but still leaves me wondering if I should be using the actual accelerometer output or the square of the output to get the correct values thus: 45 degrees = 0.707 and 0.707^2 = 0.5.

The math (vector dot and vector cross products) in my current implementation just uses the accelerometer output values, but I am just wondering if I should square them to get the linear value before I do the vector math.

The link below makes seems to make some sense but I still just can’t see it:

https://www.physicsforums.com/archive/index.php/t-177804.html

Many thanks in advance IMK
PS really understanding this would be a major breakthrough for me as I seem to have really missed something in my understanding of force vectors.
 
Last edited by a moderator:
Now I see (or so I think). Accelerometers are made to give you vector values (at least the good ones). So, if you imagine looking down on it and forward is +y and to the right is +x, and your acceleration a is at 30 degrees from the x-axis between the two, you will read 0.50 a on the y channel and 0.866 a on the x channel. In other words, x will be a cos (theta) - I got to learn LaTeX - and y will be a sin (theta) where theta is the standard angle. So, to get the actual acceleration, take the sqr of the sum of the squares
((0.5a)^2 + (0.866a)^2)^0.5 = a
And if you have only the values of x and y, theta = arctan (y/x)

And, of course, you can extend all this to 3 components (x,y,z). Depending on the software you're using, you may want to just leave them in component form (i.e., the direct reading), but that's up to you.

For all this to work, you have to check that there is no significant cross-coupling between the axes. The accelerometer manufacturer should provide that information. if not, you have to do sensitivity tests with a known acceleration.
 

Similar threads

Replies
4
Views
2K
Replies
11
Views
24K
  • · Replies 1 ·
Replies
1
Views
13K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K