2024-01-24 08:21 AM
Hi,
do you have any suggestion of a mechanical test bench setup to verify (/evaluate) the chosen accelerometer parameters?
I'm working with an LIS2DW12, but I expect my question applies to all accelerometers:
(*) both sensitivity and ODR are already at the maximum value (at least maximum acceptable from system aspects).
==> Now I'm looking for a way to figure out where the problem is. How do other people find their settings? I'm thinking of setting up a mechanical bench which allows me to test the dynamical behavior. Is there an application note which suggests such a setup?
Thank you to everyone reading and commenting, best regards,
Solved! Go to Solution.
2024-01-25 02:28 AM - edited 2024-01-25 03:06 AM
@CF3nXftw wrote:I cannot attach a full-fledged data logger.
You don't need a "full-fledged" data logger: just a single UART Tx line (plus ground) should be sufficient - then just capture the data in a terminal.
Added:
Or do you have a wireless link available?
Or could you log to RAM, and extract later?
@CF3nXftw wrote:If I log all the measurements, I only learn that the accelerometer didn't see the condition.
That's not true.
If you log the raw data, you can see exactly what the accelerometer saw - then you use that to determine your thresholds, etc.
Condition Monitoring really depends on having a good body of data - at least representative of "good" conditions; preferably also examples of known "bad" conditions.
For a mock-up, you'd need to understand the nature of the kinds of fault conditions that could occur in your system, and then think of ways to simulate those.
EDIT
Simple example here: https://www.youtube.com/watch?v=SZEz8AbcnZc
You could do other things; eg, attach a weight to a vane to give out-of-balance ...
2024-01-24 08:44 AM
@CF3nXftw wrote:I use my device in a situation in which, in my opinion, the threshold condition is fulfilled. Nonetheless, the accelerometer does not wake up.
So forget about the wakeup stuff - just capture what readings your accelerometer is actually giving in that situation.
See if that corresponds to your expectations ...
2024-01-25 01:59 AM
Hi Andrew,
that's a valid point. Unfortunately, due to space and other accessibility constraints I cannot attach a full-fledged data logger.
Let me phrase my question in another way: how do other people find the right balance between "false positives" and "false negatives"?
I intend to use the accelerometer for condition monitoring. It's supposed to give me a signal when a certain condition is met. In the real world application, said condition is not present all the time, but over a certain amount of time it certainly should have occurred.
If I log all the measurements, I only learn that the accelerometer didn't see the condition. This can be due to
What I'm interested in, is building a mock-up which allows me to control the acceleration (including change in acceleration). Does anyone have an idea on how to realize such a mock-up?
2024-01-25 02:28 AM - edited 2024-01-25 03:06 AM
@CF3nXftw wrote:I cannot attach a full-fledged data logger.
You don't need a "full-fledged" data logger: just a single UART Tx line (plus ground) should be sufficient - then just capture the data in a terminal.
Added:
Or do you have a wireless link available?
Or could you log to RAM, and extract later?
@CF3nXftw wrote:If I log all the measurements, I only learn that the accelerometer didn't see the condition.
That's not true.
If you log the raw data, you can see exactly what the accelerometer saw - then you use that to determine your thresholds, etc.
Condition Monitoring really depends on having a good body of data - at least representative of "good" conditions; preferably also examples of known "bad" conditions.
For a mock-up, you'd need to understand the nature of the kinds of fault conditions that could occur in your system, and then think of ways to simulate those.
EDIT
Simple example here: https://www.youtube.com/watch?v=SZEz8AbcnZc
You could do other things; eg, attach a weight to a vane to give out-of-balance ...
2024-01-25 05:36 AM
Thanks for the inputs.