// this is a parm file for CANHSD // lines starting with / are comments // short lines are ignored // need a space after the last code, max line length 128 // the first code is the parameter // Set RTC time to 26/04/2012 @ 07:37:52 // TIME 1335425872 // PC.BAUD PC_BAUD 115200 // set loglvl 0=verbous, 1=detail, 2=no detail LOGLEVEL 2 USE_BT 1 USE_SD 0 USE_LCD 0 USE_BMP 0 USE_GPS 0 // filters ID & Mask FILTER 0B4 FF// this frame will give the exact speed FILTER 1C4 FF // ICE RPM FILTER 230 FF // distance (2 bytes > centimeters) rollup after 655,35 meter FILTER 245 FF // acc pedal FILTER 3D3 FF // fuel flow L/H FILTER 498 FF // coolant temp FILTER 4A6 FF // FILTER 63B 03 // FILTER 619 FILTER 61A FILTER 7E0 00 FILTER 7E2 00 FILTER 7E8 00 FILTER 7EA 00 // Requests // 1 pos is ECU , second is period and FULL Message REQUEST 7E0 1 02 21 3C 00 00 00 00 00 // Inj REQUEST 7E0 1 02 21 49 00 00 00 00 00 // ICE torque REQUEST 7E2 1 03 21 61 67 00 00 00 00 // MG1 rpm, torque, temp REQUEST 7E2 1 03 21 62 68 00 00 00 00 // MG2 rpm, torque, temp REQUEST 7E2 1 03 21 8A 74 00 00 00 00 // Amp //REQUEST 7E2 1 02 21 74 00 00 00 00 00 // BC temp, VLB VLH now combined with previous REQUEST 7E0 10 04 01 06 07 0E 00 00 00 // STF LTF IGN_adv REQUEST 7E2 200 02 21 01 00 00 00 00 00 // SoC REQUEST 7E0 400 03 01 3C 3E 00 00 00 00 // Cat temps REQUEST 7E2 401 03 21 70 71 00 00 00 00 // Inv temps REQUEST 7E2 500 02 21 87 00 00 00 00 00 // Batt temps REQUEST 7E2 500 02 21 98 00 00 00 00 00 // DCL CCL // this is the last line (so we are sure previous line was read completely)