hello, for some reason, the mapping with COMPOSITE_ID 0X8e in this xml snippet stopped working.
<frame id="0x140810ff:0x8e,1,1" endianess="big">
<value targetId="38" offset="2" length="2" signed= "true" conversion="V/10"></value> <!-- Spark Advance -->
</frame>
I had to change it to:
<frame id="0x140810ff:0x01,0,1" endianess="big">
CAN Monitor: