Danger said:
I'm not sure, but I assume that it's based upon a pendulum system the same as a seat-belt locking reel, with possibly a compression-bumper-strut connection as well. I'll snoop around some to see what's out there. I recommend that you do some serious Googling yourself, though. The info should be readily available.
Pretty sure it's not a sensor in the bumper, but a computer algorithm that monitors speed.
mmeftahpour said:
Car crash finish in 80 ms. in time 30 ms, head impact to steering. for explosion of airbag roughly we need 10~15 ms (for full filled)
so we have something about 15 ms (golden time) to decide for firing or not.
there is a ACU in car, with acceleration sensor in different direction(for detecting front crash, rolling,..)
when you start car, ACU turn on and start for data sampling and calculating. there is some algorithm inside of ACU software that decide for firing or not.
this software is modified by some coefficient which we adjust them trough airbag development process and test.
this test are full front crash with rigid barrier, rolling, deer test, mis use test,...
This sounds right.
Is there any way to describe what the algorithm is looking for?
ACU is fed constant speed values from speedometer.
ACU can calculate acceleration based on time elapsed b/w 2 speed data points.
eg: v(t) values
VELOCITY
t=0 (milliseconds), s=55 (mph)
t=5 (milliseconds), s=60 (mph)
t=10 (milliseconds), s=70 (mph)
t=15 (milliseconds), s=50 (mph)
t=20 (milliseconds), s=0 (mph) <== Has hit into wall and stopped suddenly
ACCELERATION
Let's calculate some rate of change of velocity using deltaY/deltaX:
60-55 / 5-0 = 5/5 = 1 mph
70-60 / 10-5 = 10/5 = 2 mph
50-70 / 15-10 = -20/5 = -4 mph
0-50 / 20-15 = -50/5 = -10 mph
During some interval, maybe the airbag is triggered once the acceleration exceed some negative threshold ?