the discussion of the additional codes to be added.
On the aPLI there are three overload cables in the Femur and Tibia parts of the leg impactor.
(taken from cellbond manual)
For these cables there exists instrumentation to detect the activation of the cables.
So, the base coding for these measurements should be:
Code: Select all
D0 FEMR ?? ?? PM EV0P
D0 TIBI ?? ?? PM EV0P
The leg will be used to test the vehicle front and will simulate the right-side impact of the right leg.
Therefore, the y-direction of the leg is the impact direction. (taken from cellbond manual)
The naming of the fine location could now be realized with two concepts:
A) referencing the coordinate system of the leg impactor (dummy)
B) referencing the impact direction
The B variant might be easier to adopt and more intuitive for the users of the leg,
while variant A is more consistent with the dummy coordinate system and the simulated accident condition.
The following coding proposals are available for the discussion:
related to variant A (dummy coordinate system, x direction is front)
Code: Select all
D0 FEMR FR 00 PM EV 0P
D0 FEMR RI 00 PM EV 0P
D0 FEMR RE 00 PM EV 0P
D0 TIBI FR 00 PM EV 0P
D0 TIBI RI 00 PM EV 0P
D0 TIBI RE 00 PM EV 0P
Code: Select all
D0 FEMR IN FR PM EV 0P
D0 FEMR OU 00 PM EV 0P
D0 FEMR IN RE PM EV 0P
D0 TIBI IN FR PM EV 0P
D0 TIBI OU 00 PM EV 0P
D0 TIBI IN RE PM EV 0P
Code: Select all
D0 FEMR FR 00 PM EV0P
D0 FEMR RE LE PM EV0P
D0 FEMR RE RI PM EV0P
D0 TIBI FR 00 PM EV0P
D0 TIBI RE LE PM EV0P
D0 TIBI RE RI PM EV0P
A final discussion and decision are needed, before we
can add this to the database and figure.
Kind regards,
Dirk