Quote:
Originally Posted by Td-d
In post 312.
|
Thanks for that.
I've been able to add the following from your list and tested successfully:
Code:
paramname = accel_pedal_angle
paramid = 0xFFF8922C
isfloat = 1
paramname = IAM
paramid = 0xFFF816F4
isfloat = 1
paramname = throttleplate_angle
paramid = 0xFFF89030
isfloat = 1
paramname = requested_torque
paramid = 0xFFF8B490
isfloat = 1
paramname = knock_advance
paramid = 0xFFF8B0AC
isfloat = 1
paramname = fine_knock_correct
paramid = 0xFFF8B14C
isfloat = 1
paramname = feedback_knock_correction
paramid = 0xFFF8B0B0
isfloat = 1
paramname = engine_load_4byte
paramid = 0xFFF89148
isfloat = 1
I'd really like to learn more about the different data types and how we determine which is which. Everything I am looking for to get started /looks/ like it should be a floating integer... Please correct me if I'm wrong.