-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi Daniel,
I found a2l abstracted from elf file by this tool can not be used by INCA or CANape, in the abstracted a2l, the keyword is "MEASUREMENT" rather than "CHARACTERISTIC". the proper format can be used in INCA like this:
/begin CHARACTERISTIC B_THeat_P
"None"
VAL_BLK
0xA02D5D9C
Scalar_FLOAT32_IEEE
0
BTHM_CM_single__
-3.4E+38 3.4E+38
ECU_ADDRESS_EXTENSION 0
EXTENDED_LIMITS -3.4E+38 3.4E+38
NUMBER 3
/end CHARACTERISTIC
on the other hand, the format of the generated multi-demensional CHARACTERISTIC is not quite right.
for example, the proper format can be used in INCA like this:
/begin CHARACTERISTIC A_IChLim_M
"25"
CURVE
0xA02D4A50
Lookup1D_FLOAT32_IEEE
0
BCC_CM_single__
-3.4E+38 3.4E+38
ECU_ADDRESS_EXTENSION 0
EXTENDED_LIMITS -3.4E+38 3.4E+38
/begin AXIS_DESCR
COM_AXIS
NO_INPUT_QUANTITY
BCC_CM_single__
23
-3.4E+38 3.4E+38
AXIS_PTS_REF B_UChLim_A
EXTENDED_LIMITS -3.4E+38 3.4E+38
/end AXIS_DESCR
/end CHARACTERISTIC
/begin AXIS_PTS B_UChLim_A
"V25"
0xA02D3F1C
NO_INPUT_QUANTITY
Lookup1D_X_FLOAT32_IEEE
0
BCC_CM_single__
23
-3.4E+38 3.4E+38
ECU_ADDRESS_EXTENSION 0
EXTENDED_LIMITS -3.4E+38 3.4E+38
/end AXIS_PTS
can you fix this bug in the future version, thanks!