├── .github
├── FUNDING.yml
└── workflows
│ ├── validate-json.yml
│ └── validate-msq.yml
├── .gitignore
├── Audi
└── Audi_A4_B5_1.8t.msq
├── BMW
├── M43_PnP.msq
├── M50NV_PnP.msq
├── M50TU_PnP.msq
├── M52TU_PnP.msq
├── M52_PnP.msq
└── M60_PnP.msq
├── Generic
├── Speeduino base tune with wmi.msq
└── Speeduino base tune.msq
├── LICENSE
├── Mazda
├── Miata_PNP96-98_SpeedyEFI.msq
├── Miata_PNP99-00_SpeedyEFI.msq
├── NA6 PNP base tune.msq
├── NA8 PNP base tune.msq
└── NB8B PNP base tune.msq
├── Mitsubishi
└── 4g93_stock.msq
├── README.md
├── index.json
├── schema.json
└── schema.xsd
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: noisymime
4 |
--------------------------------------------------------------------------------
/.github/workflows/validate-json.yml:
--------------------------------------------------------------------------------
1 | name: Validate index.json
2 |
3 | on:
4 | push:
5 | branches: [ main ]
6 | pull_request:
7 | branches: [ main ]
8 |
9 | jobs:
10 | validate:
11 | runs-on: ubuntu-latest
12 |
13 | steps:
14 | - name: Checkout
15 | uses: actions/checkout@v3
16 | - name: Validate index.json
17 | uses: nhalstead/validate-json-action@0.1.3
18 | with:
19 | schema: ./schema.json
20 | jsons: ./index.json
21 |
22 |
--------------------------------------------------------------------------------
/.github/workflows/validate-msq.yml:
--------------------------------------------------------------------------------
1 | name: Validate MSQ
2 |
3 | on:
4 | push:
5 | branches: [ main ]
6 | pull_request:
7 | branches: [ main ]
8 |
9 | jobs:
10 | xmllint:
11 | runs-on: ubuntu-latest
12 |
13 | steps:
14 | - name: Checkout
15 | uses: actions/checkout@v3
16 | - name: Install xmllint
17 | run: |
18 | sudo apt-get -y --no-install-recommends install libxml2-utils
19 | - name: Validate MSQ files
20 | run: |
21 | find -type f -name "*.msq" -exec xmllint --schema ./schema.xsd --noout {} +
22 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
--------------------------------------------------------------------------------
/Generic/Speeduino base tune with wmi.msq:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | "CAN ID 0"
7 | 8000.0
8 | 3000.0
9 | 5000.0
10 | 255.0
11 | 200.0
12 | 245.0
13 |
14 | -2.0
15 | -1.5
16 | -1.2
17 | -1.0
18 | -0.8
19 | -0.6
20 | -0.4
21 | -0.2
22 | -0.1
23 | 0.0
24 |
25 |
26 | 180.0
27 | 175.0
28 | 168.0
29 | 154.0
30 | 134.0
31 | 121.0
32 | 112.0
33 | 104.0
34 | 102.0
35 | 100.0
36 |
37 |
38 | 4.0
39 | 4.0
40 | 4.0
41 | 4.0
42 | 4.0
43 | 4.0
44 | 4.0
45 | 4.0
46 | 4.0
47 | 4.0
48 | 4.0
49 | 4.0
50 | 4.0
51 | 4.0
52 | 4.0
53 | 4.0
54 | 4.0
55 | 4.0
56 | 4.0
57 | 4.0
58 | 4.0
59 | 4.0
60 | 4.0
61 | 4.0
62 | 4.0
63 | 4.0
64 | 4.0
65 | 4.0
66 | 4.0
67 | 4.0
68 | 4.0
69 | 6.0
70 | 4.0
71 | 4.0
72 | 4.0
73 | 4.0
74 | 4.0
75 | 4.0
76 | 4.0
77 | 4.0
78 | 4.0
79 | 4.0
80 | 4.0
81 | 4.0
82 | 4.0
83 | 4.0
84 | 4.0
85 | 4.0
86 | 4.0
87 | 4.0
88 | 4.0
89 | 4.0
90 | 4.0
91 | 4.0
92 | 4.0
93 | 8.0
94 | 4.0
95 | 4.0
96 | 4.0
97 | 4.0
98 | 4.0
99 | 4.0
100 | 4.0
101 | 4.0
102 | 4.0
103 | 4.0
104 | 4.0
105 | 4.0
106 | 4.0
107 | 4.0
108 | 4.0
109 | 4.0
110 | 4.0
111 | 4.0
112 | 4.0
113 | 4.0
114 | 4.0
115 | 4.0
116 | 4.0
117 | 4.0
118 | 4.0
119 | 4.0
120 | 4.0
121 | 4.0
122 | 4.0
123 | 4.0
124 | 4.0
125 | 4.0
126 | 4.0
127 | 4.0
128 | 4.0
129 | 4.0
130 | 4.0
131 | 4.0
132 | 4.0
133 | 4.0
134 | 4.0
135 | 4.0
136 | 4.0
137 | 4.0
138 | 4.0
139 | 4.0
140 | 4.0
141 | 4.0
142 | 4.0
143 | 4.0
144 | 4.0
145 | 4.0
146 | 4.0
147 | 4.0
148 | 4.0
149 | 4.0
150 | 4.0
151 | 4.0
152 | 4.0
153 | 4.0
154 | 4.0
155 | 4.0
156 | 4.0
157 | 4.0
158 | 4.0
159 | 4.0
160 | 4.0
161 | 4.0
162 | 4.0
163 | 4.0
164 | 4.0
165 | 4.0
166 |
167 |
168 | 4.0
169 | 4.0
170 | 4.0
171 | 4.0
172 | 4.0
173 | 4.0
174 | 4.0
175 | 4.0
176 | 4.0
177 | 4.0
178 | 4.0
179 | 4.0
180 | 4.0
181 | 4.0
182 | 4.0
183 | 4.0
184 | 4.0
185 | 4.0
186 | 4.0
187 | 4.0
188 | 4.0
189 | 4.0
190 | 4.0
191 | 4.0
192 | 4.0
193 | 4.0
194 | 4.0
195 | 4.0
196 | 4.0
197 | 4.0
198 | 4.0
199 | 6.0
200 | 4.0
201 | 4.0
202 | 4.0
203 | 4.0
204 | 4.0
205 | 4.0
206 | 4.0
207 | 4.0
208 | 4.0
209 | 4.0
210 | 4.0
211 | 4.0
212 | 4.0
213 | 4.0
214 | 4.0
215 | 4.0
216 | 4.0
217 | 4.0
218 | 4.0
219 | 4.0
220 | 4.0
221 | 4.0
222 | 4.0
223 | 8.0
224 | 4.0
225 | 4.0
226 | 4.0
227 | 4.0
228 | 4.0
229 | 4.0
230 | 4.0
231 | 4.0
232 | 4.0
233 | 4.0
234 | 4.0
235 | 4.0
236 | 4.0
237 | 4.0
238 | 4.0
239 | 4.0
240 | 4.0
241 | 4.0
242 | 4.0
243 | 4.0
244 | 4.0
245 | 4.0
246 | 4.0
247 | 4.0
248 | 4.0
249 | 4.0
250 | 4.0
251 | 4.0
252 | 4.0
253 | 4.0
254 | 4.0
255 | 4.0
256 | 4.0
257 | 4.0
258 | 4.0
259 | 4.0
260 | 4.0
261 | 4.0
262 | 4.0
263 | 4.0
264 | 4.0
265 | 4.0
266 | 4.0
267 | 4.0
268 | 4.0
269 | 4.0
270 | 4.0
271 | 4.0
272 | 4.0
273 | 4.0
274 | 4.0
275 | 4.0
276 | 4.0
277 | 4.0
278 | 4.0
279 | 4.0
280 | 4.0
281 | 4.0
282 | 4.0
283 | 4.0
284 | 4.0
285 | 4.0
286 | 4.0
287 | 4.0
288 | 4.0
289 | 4.0
290 | 4.0
291 | 4.0
292 | 4.0
293 | 4.0
294 | 4.0
295 | 4.0
296 |
297 |
298 | 511.0
299 | 100.0
300 | 511.0
301 | 511.0
302 | 100.0
303 | 100.0
304 | 100.0
305 | 100.0
306 |
307 | 255.0
308 | 255.0
309 | Aux0
310 |
311 |
312 | 4.0
313 | 100.0
314 | 0.0
315 | "TPS"
316 | "Open Time only"
317 | "Fixed"
318 | "MAP"
319 |
320 | 180.0
321 | 175.0
322 | 168.0
323 | 154.0
324 | 134.0
325 | 121.0
326 | 112.0
327 | 104.0
328 | 102.0
329 | 100.0
330 |
331 | 20.0
332 | "Speeduino v0.4"
333 | "Board Default"
334 | "Normal"
335 | 3.0
336 | 70.0
337 | 70.0
338 | 200.0
339 | "Unused"
340 | "VE"
341 | "CPU"
342 | "TPS"
343 | "Mem"
344 | "RPM"
345 | "RPM"
346 | "RPM"
347 | 12.2
348 | 2.0
349 | "Alternating"
350 | "Yes"
351 | "No"
352 | "Full"
353 | "MAP"
354 | "Enabled"
355 | 1.0
356 |
357 | 355.0
358 | 355.0
359 | 355.0
360 | 355.0
361 |
362 | "Cycle Average"
363 | "Four-stroke"
364 | "Port"
365 | "4"
366 | "MAP"
367 | "Off"
368 | "4"
369 | "Even fire"
370 | "Off"
371 | "No"
372 | "Off"
373 | "Paired"
374 | "Yes"
375 | "Off"
376 | 60.0
377 | 90.0
378 | 50.0
379 | 150.0
380 | 80.0
381 | 26.0
382 | 230.0
383 | 10.0
384 | 260.0
385 | 6.0
386 | 14.7
387 | 0.0
388 | 0.0
389 | 0.0
390 | "48"
391 | "Normal"
392 | "On"
393 | 15.0
394 | 1000.0
395 | 5000.0
396 | 0.0
397 | 0.0
398 | 20.0
399 | 1.0
400 | 315.0
401 | 10.0
402 | 260.0
403 | "No"
404 | "No"
405 | "30"
406 |
407 | 70.0
408 | 50.0
409 | 35.0
410 | 35.0
411 |
412 |
413 | 15.0
414 | 8.0
415 | 8.0
416 | 3.0
417 |
418 |
419 | 0.0
420 | 40.0
421 | 80.0
422 | 100.0
423 |
424 |
425 | 1.0
426 | 1.0
427 | 1.0
428 | 1.0
429 |
430 |
431 | 0.0
432 | 40.0
433 | 60.0
434 | 100.0
435 |
436 | "Board Default"
437 | "Inverted"
438 | "On"
439 | "Off"
440 | "TPS"
441 | "3"
442 | 2000.0
443 | 4.0
444 |
445 | 500.0
446 | 2000.0
447 | 4500.0
448 | 6500.0
449 |
450 | 5.0
451 | 1.0
452 | 50.0
453 | "Off"
454 | "Board Default"
455 | 65535.0
456 | 50.0
457 | 6553.5
458 | 6553.5
459 | 6553.5
460 | 6553.5
461 | 6553.5
462 | 6553.5
463 |
464 | 255.0
465 | 255.0
466 | 255.0
467 | 255.0
468 | 255.0
469 | 255.0
470 | 255.0
471 | 255.0
472 | 255.0
473 |
474 | 25.5
475 |
476 |
477 |
478 | 39.0 39.0 39.0 39.0 39.0 38.0 37.0 36.0 35.0 34.0 33.0 33.0 33.0 33.0 33.0 33.0
479 | 40.0 40.0 41.0 42.0 42.0 41.0 40.0 39.0 39.0 39.0 39.0 39.0 40.0 40.0 40.0 40.0
480 | 40.0 42.0 43.0 46.0 46.0 45.0 44.0 43.0 42.0 42.0 43.0 43.0 43.0 44.0 44.0 44.0
481 | 42.0 45.0 47.0 51.0 51.0 49.0 48.0 47.0 46.0 46.0 46.0 47.0 47.0 47.0 48.0 48.0
482 | 44.0 49.0 52.0 56.0 55.0 54.0 52.0 51.0 50.0 50.0 50.0 50.0 51.0 51.0 51.0 52.0
483 | 48.0 54.0 58.0 61.0 59.0 58.0 56.0 55.0 54.0 53.0 54.0 54.0 54.0 55.0 55.0 55.0
484 | 54.0 61.0 64.0 66.0 64.0 62.0 61.0 59.0 58.0 57.0 57.0 58.0 58.0 59.0 59.0 59.0
485 | 60.0 67.0 70.0 70.0 68.0 67.0 65.0 63.0 62.0 61.0 61.0 61.0 62.0 63.0 63.0 63.0
486 | 67.0 74.0 76.0 75.0 73.0 71.0 69.0 68.0 66.0 64.0 65.0 65.0 66.0 66.0 67.0 67.0
487 | 74.0 80.0 81.0 79.0 77.0 75.0 73.0 72.0 70.0 68.0 68.0 69.0 69.0 70.0 70.0 71.0
488 | 81.0 85.0 86.0 84.0 82.0 80.0 78.0 76.0 74.0 72.0 72.0 72.0 73.0 74.0 74.0 74.0
489 | 87.0 91.0 91.0 88.0 86.0 84.0 82.0 80.0 78.0 76.0 76.0 76.0 77.0 78.0 78.0 78.0
490 | 93.0 93.0 93.0 93.0 93.0 90.0 88.0 86.0 84.0 83.0 83.0 83.0 84.0 85.0 85.0 86.0
491 | 93.0 93.0 93.0 93.0 93.0 92.0 90.0 88.0 86.0 86.0 86.0 87.0 88.0 89.0 89.0 90.0
492 | 93.0 93.0 93.0 93.0 93.0 93.0 93.0 90.0 90.0 90.0 90.0 91.0 92.0 93.0 93.0 93.0
493 | 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 95.0
494 |
495 |
496 | 500.0
497 | 700.0
498 | 900.0
499 | 1400.0
500 | 2000.0
501 | 2800.0
502 | 3600.0
503 | 4500.0
504 | 5200.0
505 | 5500.0
506 | 5800.0
507 | 6200.0
508 | 6500.0
509 | 6800.0
510 | 6900.0
511 | 7000.0
512 |
513 |
514 | 16.0
515 | 26.0
516 | 30.0
517 | 36.0
518 | 40.0
519 | 46.0
520 | 50.0
521 | 56.0
522 | 60.0
523 | 66.0
524 | 70.0
525 | 76.0
526 | 86.0
527 | 90.0
528 | 96.0
529 | 100.0
530 |
531 |
532 |
533 |
534 | 17.0 18.0 19.0 20.0 21.0 24.0 25.0 27.0 28.0 29.0 30.0 31.0 32.0 32.0 33.0 34.0
535 | 17.0 18.0 19.0 20.0 21.0 24.0 25.0 27.0 28.0 29.0 30.0 31.0 32.0 32.0 33.0 34.0
536 | 17.0 18.0 19.0 20.0 21.0 24.0 25.0 27.0 28.0 29.0 30.0 31.0 32.0 32.0 33.0 34.0
537 | 17.0 20.0 21.0 20.0 21.0 24.0 25.0 27.0 28.0 28.0 30.0 31.0 31.0 31.0 32.0 33.0
538 | 17.0 22.0 22.0 20.0 21.0 24.0 25.0 26.0 28.0 28.0 30.0 31.0 31.0 31.0 32.0 33.0
539 | 17.0 20.0 20.0 20.0 21.0 24.0 25.0 26.0 27.0 28.0 29.0 30.0 30.0 30.0 31.0 32.0
540 | 17.0 20.0 20.0 20.0 21.0 23.0 23.0 24.0 25.0 26.0 27.0 28.0 29.0 29.0 30.0 31.0
541 | 17.0 20.0 20.0 20.0 21.0 22.0 22.0 23.0 24.0 25.0 26.0 27.0 28.0 28.0 29.0 30.0
542 | 18.0 18.0 18.0 18.0 21.0 21.0 21.0 21.0 21.0 21.0 21.0 20.0 19.0 20.0 20.0 20.0
543 | 18.0 18.0 18.0 18.0 20.0 20.0 20.0 20.0 19.0 19.0 19.0 18.0 18.0 18.0 18.0 18.0
544 | 18.0 18.0 18.0 18.0 18.0 18.0 18.0 18.0 17.0 17.0 17.0 16.0 16.0 16.0 16.0 16.0
545 | 18.0 18.0 18.0 18.0 17.0 17.0 17.0 17.0 16.0 16.0 16.0 15.0 15.0 15.0 15.0 15.0
546 | 18.0 18.0 18.0 18.0 16.0 16.0 16.0 16.0 15.0 15.0 15.0 14.0 14.0 14.0 14.0 14.0
547 | 18.0 18.0 18.0 16.0 13.0 13.0 13.0 13.0 12.0 12.0 12.0 11.0 11.0 11.0 11.0 11.0
548 | 16.0 16.0 16.0 14.0 11.0 11.0 11.0 11.0 11.0 11.0 11.0 9.0 9.0 9.0 9.0 9.0
549 | 15.0 15.0 15.0 13.0 10.0 10.0 10.0 10.0 10.0 10.0 10.0 8.0 8.0 8.0 8.0 8.0
550 |
551 |
552 | 500.0
553 | 700.0
554 | 1200.0
555 | 1700.0
556 | 2200.0
557 | 2700.0
558 | 3200.0
559 | 3700.0
560 | 4200.0
561 | 4700.0
562 | 5200.0
563 | 5700.0
564 | 6200.0
565 | 6700.0
566 | 7200.0
567 | 7700.0
568 |
569 |
570 | 10.0
571 | 16.0
572 | 20.0
573 | 26.0
574 | 30.0
575 | 36.0
576 | 40.0
577 | 46.0
578 | 50.0
579 | 56.0
580 | 66.0
581 | 74.0
582 | 80.0
583 | 88.0
584 | 96.0
585 | 100.0
586 |
587 |
588 |
589 | 0.0
590 | 0.0
591 | 5.0
592 | 0.0
593 | "FALLING"
594 | "Crank Speed"
595 | "Going Low"
596 | "Missing Tooth"
597 | "FALLING"
598 | "Board Default"
599 | "No"
600 | 1.0
601 | "Single tooth cam"
602 | 0.0
603 | "Serial Command"
604 | "Board Default"
605 | 1.0
606 | "Open Loop"
607 | "On"
608 | "Wasted Spark"
609 | "Off"
610 | "Off"
611 | 4.5
612 | 3.0
613 | 36.0
614 | 1.0
615 | 400.0
616 | 80.0
617 | 6500.0
618 | 20.0
619 | 2.0
620 | 7000.0
621 |
622 | 70.0
623 | 220.0
624 | 430.0
625 | 790.0
626 |
627 |
628 | 15.0
629 | 59.0
630 | 74.0
631 | 85.0
632 |
633 |
634 | -40.0
635 | -26.0
636 | -8.0
637 | 9.0
638 | 26.0
639 | 38.0
640 | 49.0
641 | 60.0
642 | 69.0
643 | 80.0
644 |
645 | 8.0
646 |
647 | 110.0
648 | 105.0
649 | 100.0
650 | 100.0
651 | 91.0
652 | 85.0
653 |
654 |
655 | 58.0
656 | 82.0
657 | 93.0
658 | 104.0
659 | 116.0
660 | 140.0
661 |
662 |
663 | 0.0
664 | 0.0
665 | 2.0
666 | 4.0
667 | 6.0
668 | 10.0
669 |
670 | 1500.0
671 | 200.0
672 | 1.0
673 | "Off"
674 | "3"
675 | "LOW"
676 | 50.0
677 | 180.0
678 | 180.0
679 | 100.0
680 | 128.0
681 | 20.0
682 | 64.0
683 |
684 | 0.0
685 | 20.0
686 | 40.0
687 | 60.0
688 | 80.0
689 | 100.0
690 |
691 |
692 | 0.0
693 | 0.0
694 | 0.0
695 | 0.0
696 | 0.0
697 | 0.0
698 |
699 |
700 | 80.0
701 | 220.0
702 | 500.0
703 | 860.0
704 |
705 |
706 | 50.0
707 | 73.0
708 | 92.0
709 | 94.0
710 |
711 | 0.0
712 |
713 | 87.0
714 | 93.0
715 | 97.0
716 | 99.0
717 | 101.0
718 | 102.0
719 | 103.0
720 | 107.0
721 |
722 |
723 | 100.0
724 | 100.0
725 | 100.0
726 | 100.0
727 | 100.0
728 | 100.0
729 | 100.0
730 | 100.0
731 |
732 |
733 | -200.0
734 | -100.0
735 | -50.0
736 | 50.0
737 | 100.0
738 | 200.0
739 |
740 |
741 | 0.0
742 | 0.0
743 | 0.0
744 | 0.0
745 | 0.0
746 | 0.0
747 |
748 | 25500.0
749 |
750 | 147.0
751 | 147.0
752 | 147.0
753 | 149.0
754 | 149.0
755 | 147.0
756 | 147.0
757 |
758 |
759 |
760 |
761 | 14.7 14.7 14.7 14.7 15.0 15.1 15.1 14.8 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7
762 | 14.7 14.7 14.7 14.7 15.0 15.1 15.1 14.8 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7
763 | 14.7 14.7 14.7 14.7 15.0 15.1 15.1 14.8 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7
764 | 14.7 14.7 14.7 14.7 14.9 15.0 15.0 14.8 14.7 14.7 14.7 14.6 14.5 14.5 14.4 14.4
765 | 14.7 14.7 14.7 14.7 14.8 14.9 14.9 14.7 14.6 14.5 14.4 14.3 14.2 14.0 14.0 14.0
766 | 14.7 14.7 14.7 14.7 14.7 14.9 14.9 14.7 14.5 14.3 14.1 13.9 13.8 13.6 13.6 13.5
767 | 14.3 14.3 14.3 14.7 14.7 14.7 14.7 14.5 14.1 13.8 13.8 13.8 13.7 13.5 13.5 13.4
768 | 14.2 14.2 14.2 14.7 14.7 14.7 14.7 14.3 13.9 13.6 13.6 13.6 13.4 13.2 13.2 13.1
769 | 14.1 14.1 14.2 14.5 14.5 14.4 14.2 13.9 13.5 13.2 13.1 13.0 13.0 12.9 12.9 12.9
770 | 14.1 14.1 14.2 14.3 14.1 14.0 13.9 13.6 13.3 13.1 13.0 13.0 12.9 12.9 12.9 12.9
771 | 14.1 14.1 14.2 14.1 13.7 13.6 13.6 13.3 13.1 13.0 13.0 12.9 12.9 12.8 12.8 12.8
772 | 14.0 14.0 14.0 13.7 13.4 13.4 13.3 13.1 13.0 12.9 12.9 12.9 12.8 12.8 12.8 12.8
773 | 13.7 13.7 13.7 12.9 12.8 12.9 12.9 12.8 12.8 12.8 12.8 12.8 12.8 12.8 12.8 12.8
774 | 13.4 13.4 13.4 12.9 12.8 12.8 12.8 12.7 12.7 12.7 12.7 12.7 12.7 12.7 12.7 12.7
775 | 13.1 13.1 13.1 12.8 12.8 12.8 12.7 12.6 12.6 12.6 12.6 12.6 12.6 12.6 12.6 12.6
776 | 12.8 12.8 12.8 12.8 12.8 12.7 12.6 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5
777 |
778 |
779 | 500.0
780 | 700.0
781 | 900.0
782 | 1400.0
783 | 2000.0
784 | 2800.0
785 | 3600.0
786 | 4500.0
787 | 5200.0
788 | 5500.0
789 | 5800.0
790 | 6200.0
791 | 6500.0
792 | 6800.0
793 | 6900.0
794 | 7000.0
795 |
796 |
797 | 16.0
798 | 26.0
799 | 30.0
800 | 36.0
801 | 40.0
802 | 46.0
803 | 50.0
804 | 56.0
805 | 60.0
806 | 66.0
807 | 70.0
808 | 76.0
809 | 86.0
810 | 90.0
811 | 96.0
812 | 100.0
813 |
814 |
815 |
816 | "No correction"
817 | "Wide Band"
818 | "On"
819 | "Off"
820 | "Off"
821 | 35.0
822 | 0.0
823 | 20.0
824 | 70.0
825 | 16.0
826 | "On/Off"
827 | "MAP"
828 | "Advance"
829 | "No"
830 | "No"
831 | "Off"
832 | 15.0
833 | 9.0
834 | 19.0
835 | 15.0
836 | 1200.0
837 | 70.0
838 | "Board Default"
839 | "No"
840 | "Simple"
841 | "Board Default"
842 | "No"
843 | "No"
844 |
845 | 6.6
846 | 9.4
847 | 12.1
848 | 14.8
849 | 16.9
850 | 20.3
851 |
852 |
853 | 110.0
854 | 106.0
855 | 100.0
856 | 100.0
857 | 100.0
858 | 98.0
859 |
860 |
861 | -40.0
862 | -20.0
863 | 0.0
864 | 20.0
865 | 35.0
866 | 50.0
867 | 60.0
868 | 90.0
869 | 120.0
870 |
871 |
872 | 126.0
873 | 116.0
874 | 107.0
875 | 100.0
876 | 95.0
877 | 91.0
878 | 88.0
879 | 81.0
880 | 74.0
881 |
882 | 30.0
883 | 300.0
884 | 120.0
885 | "Board Default"
886 | "No"
887 | "LOW"
888 | 3500.0
889 | 15.0
890 | 4000.0
891 | 50.0
892 | 2.0
893 | 0.0
894 | 0.99968
895 | 200.0
896 | 50.0
897 | 0.0
898 | 10.0
899 | "Pullup"
900 | "No"
901 | "No"
902 | "A0"
903 | 400.0
904 | 5.0
905 | 2000.0
906 |
907 | 1200.0
908 | 1150.0
909 | 1100.0
910 | 900.0
911 | 850.0
912 | 800.0
913 | 800.0
914 | 800.0
915 | 800.0
916 | 800.0
917 |
918 |
919 | 369.0
920 | 327.0
921 | 291.0
922 | 246.0
923 | 213.0
924 | 168.0
925 | 123.0
926 | 87.0
927 | 45.0
928 | 0.0
929 |
930 |
931 | 43.0
932 | 39.0
933 | 33.0
934 | 29.0
935 | 24.0
936 | 20.0
937 | 17.0
938 | 17.0
939 | 16.0
940 | 9.0
941 |
942 |
943 | -38.0
944 | -19.0
945 | 1.0
946 | 17.0
947 | 34.0
948 | 50.0
949 | 65.0
950 | 79.0
951 | 98.0
952 | 143.0
953 |
954 |
955 | 123.0
956 | 579.0
957 | 390.0
958 | 300.0
959 |
960 |
961 | 27.0
962 | 31.0
963 | 44.0
964 | 60.0
965 |
966 |
967 | -28.0
968 | 6.0
969 | 44.0
970 | 76.0
971 |
972 | "None"
973 | "3"
974 | "1"
975 | "Normal"
976 | 50.0
977 | 240.0
978 | 4.0
979 | "No"
980 | "Off"
981 | "Board Default"
982 | 75.0
983 | 2.0
984 | 6.0
985 |
986 | 60.0
987 | -20.0
988 | -40.0
989 | 158.0
990 |
991 |
992 |
993 |
994 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
995 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
996 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
997 | 50.0 50.0 50.0 50.0 50.0 50.0 50.0 50.0
998 | 50.0 50.0 50.0 50.0 50.0 50.0 50.0 50.0
999 | 76.0 76.0 76.0 76.0 76.0 76.0 76.0 76.0
1000 | 76.0 76.0 76.0 76.0 76.0 76.0 76.0 76.0
1001 | 76.0 76.0 76.0 76.0 76.0 76.0 76.0 76.0
1002 |
1003 |
1004 | 1000.0
1005 | 2000.0
1006 | 3000.0
1007 | 3800.0
1008 | 4500.0
1009 | 5300.0
1010 | 6000.0
1011 | 6800.0
1012 |
1013 |
1014 | 0.0
1015 | 10.0
1016 | 20.0
1017 | 40.0
1018 | 50.0
1019 | 60.0
1020 | 80.0
1021 | 100.0
1022 |
1023 |
1024 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1025 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1026 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1027 | 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0
1028 | 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0
1029 | 50.0 50.0 50.0 50.0 50.0 50.0 50.0 50.0
1030 | 50.0 50.0 50.0 50.0 50.0 50.0 50.0 50.0
1031 | 50.0 50.0 50.0 50.0 50.0 50.0 50.0 50.0
1032 |
1033 |
1034 | 1000.0
1035 | 2000.0
1036 | 3000.0
1037 | 3800.0
1038 | 4500.0
1039 | 5300.0
1040 | 6000.0
1041 | 6800.0
1042 |
1043 |
1044 | 0.0
1045 | 10.0
1046 | 20.0
1047 | 40.0
1048 | 50.0
1049 | 60.0
1050 | 80.0
1051 | 100.0
1052 |
1053 |
1054 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1055 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1056 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1057 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1058 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1059 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1060 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1061 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1062 |
1063 |
1064 | 500.0
1065 | 1000.0
1066 | 2000.0
1067 | 3000.0
1068 | 4000.0
1069 | 5000.0
1070 | 6000.0
1071 | 7000.0
1072 |
1073 |
1074 | 100.0
1075 | 100.0
1076 | 100.0
1077 | 100.0
1078 | 100.0
1079 | 100.0
1080 | 100.0
1081 | 100.0
1082 |
1083 |
1084 |
1085 |
1086 | 0.0 0.0 0.0 0.0 0.0 0.0
1087 | 0.0 0.0 0.0 0.0 0.0 0.0
1088 | 0.0 0.0 0.0 0.0 0.0 0.0
1089 | 0.0 0.0 0.0 0.0 0.0 0.0
1090 | 0.0 0.0 0.0 0.0 0.0 0.0
1091 | 0.0 0.0 0.0 0.0 0.0 0.0
1092 |
1093 |
1094 | 700.0
1095 | 1500.0
1096 | 3000.0
1097 | 4100.0
1098 | 5500.0
1099 | 7000.0
1100 |
1101 |
1102 | 36.0
1103 | 50.0
1104 | 66.0
1105 | 80.0
1106 | 100.0
1107 | 120.0
1108 |
1109 |
1110 | 0.0 0.0 0.0 0.0 0.0 0.0
1111 | 0.0 0.0 0.0 0.0 0.0 0.0
1112 | 0.0 0.0 0.0 0.0 0.0 0.0
1113 | 0.0 0.0 0.0 0.0 0.0 0.0
1114 | 0.0 0.0 0.0 0.0 0.0 0.0
1115 | 0.0 0.0 0.0 0.0 0.0 0.0
1116 |
1117 |
1118 | 700.0
1119 | 1500.0
1120 | 3000.0
1121 | 4100.0
1122 | 5500.0
1123 | 7000.0
1124 |
1125 |
1126 | 36.0
1127 | 50.0
1128 | 66.0
1129 | 80.0
1130 | 100.0
1131 | 120.0
1132 |
1133 |
1134 | 0.0 0.0 0.0 0.0 0.0 0.0
1135 | 0.0 0.0 0.0 0.0 0.0 0.0
1136 | 0.0 0.0 0.0 0.0 0.0 0.0
1137 | 0.0 0.0 0.0 0.0 0.0 0.0
1138 | 0.0 0.0 0.0 0.0 0.0 0.0
1139 | 0.0 0.0 0.0 0.0 0.0 0.0
1140 |
1141 |
1142 | 700.0
1143 | 1500.0
1144 | 3000.0
1145 | 4100.0
1146 | 5500.0
1147 | 7000.0
1148 |
1149 |
1150 | 36.0
1151 | 50.0
1152 | 66.0
1153 | 80.0
1154 | 100.0
1155 | 120.0
1156 |
1157 |
1158 | 0.0 0.0 0.0 0.0 0.0 0.0
1159 | 0.0 0.0 0.0 0.0 0.0 0.0
1160 | 0.0 0.0 0.0 0.0 0.0 0.0
1161 | 0.0 0.0 0.0 0.0 0.0 0.0
1162 | 0.0 0.0 0.0 0.0 0.0 0.0
1163 | 0.0 0.0 0.0 0.0 0.0 0.0
1164 |
1165 |
1166 | 700.0
1167 | 1500.0
1168 | 3000.0
1169 | 4100.0
1170 | 5500.0
1171 | 7000.0
1172 |
1173 |
1174 | 36.0
1175 | 50.0
1176 | 66.0
1177 | 80.0
1178 | 100.0
1179 | 120.0
1180 |
1181 |
1182 |
1183 | "Disable"
1184 | "Disable"
1185 | "Enable"
1186 | "Off"
1187 | "Digital_local"
1188 | "Via Secondary Serial"
1189 | "Via Internal CAN"
1190 | "Via Internal CAN"
1191 | "Off"
1192 | "Digital_local"
1193 | "Via Secondary Serial"
1194 | "Via Internal CAN"
1195 | "Via Internal CAN"
1196 | "Off"
1197 | "Digital_local"
1198 | "Via Secondary Serial"
1199 | "Via Internal CAN"
1200 | "Via Internal CAN"
1201 | "Off"
1202 | "Digital_local"
1203 | "Via Secondary Serial"
1204 | "Via Internal CAN"
1205 | "Via Internal CAN"
1206 | "Off"
1207 | "Digital_local"
1208 | "Via Secondary Serial"
1209 | "Via Internal CAN"
1210 | "Via Internal CAN"
1211 | "Off"
1212 | "Digital_local"
1213 | "Via Secondary Serial"
1214 | "Via Internal CAN"
1215 | "Via Internal CAN"
1216 | "Off"
1217 | "Digital_local"
1218 | "Via Secondary Serial"
1219 | "Via Internal CAN"
1220 | "Via Internal CAN"
1221 | "Off"
1222 | "Digital_local"
1223 | "Via Secondary Serial"
1224 | "Via Internal CAN"
1225 | "Via Internal CAN"
1226 | "Off"
1227 | "Digital_local"
1228 | "Via Secondary Serial"
1229 | "Via Internal CAN"
1230 | "Via Internal CAN"
1231 | "Off"
1232 | "Digital_local"
1233 | "Via Secondary Serial"
1234 | "Via Internal CAN"
1235 | "Via Internal CAN"
1236 | "Off"
1237 | "Digital_local"
1238 | "Via Secondary Serial"
1239 | "Via Internal CAN"
1240 | "Via Internal CAN"
1241 | "Off"
1242 | "Digital_local"
1243 | "Via Secondary Serial"
1244 | "Via Internal CAN"
1245 | "Via Internal CAN"
1246 | "Off"
1247 | "Digital_local"
1248 | "Via Secondary Serial"
1249 | "Via Internal CAN"
1250 | "Via Internal CAN"
1251 | "Off"
1252 | "Digital_local"
1253 | "Via Secondary Serial"
1254 | "Via Internal CAN"
1255 | "Via Internal CAN"
1256 | "Off"
1257 | "Digital_local"
1258 | "Via Secondary Serial"
1259 | "Via Internal CAN"
1260 | "Via Internal CAN"
1261 | "Off"
1262 | "Digital_local"
1263 | "Via Secondary Serial"
1264 | "Via Internal CAN"
1265 | "Via Internal CAN"
1266 | "0x100"
1267 | "0x100"
1268 | "0x100"
1269 | "0x100"
1270 | "0x100"
1271 | "0x100"
1272 | "0x100"
1273 | "0x100"
1274 | "0x706"
1275 | "0x100"
1276 | "0x100"
1277 | "0x100"
1278 | "0x100"
1279 | "0x100"
1280 | "0x100"
1281 | "0x6FD"
1282 | "7"
1283 | "7"
1284 | "7"
1285 | "7"
1286 | "7"
1287 | "7"
1288 | "7"
1289 | "7"
1290 | "7"
1291 | "7"
1292 | "7"
1293 | "7"
1294 | "7"
1295 | "7"
1296 | "7"
1297 | "7"
1298 | "2"
1299 | "2"
1300 | "2"
1301 | "2"
1302 | "2"
1303 | "2"
1304 | "2"
1305 | "2"
1306 | "2"
1307 | "2"
1308 | "2"
1309 | "2"
1310 | "2"
1311 | "2"
1312 | "2"
1313 | "2"
1314 | 255.0
1315 | 255.0
1316 | "On"
1317 | "On"
1318 | "On"
1319 | "On"
1320 | "On"
1321 | "On"
1322 | "On"
1323 | "On"
1324 | "On"
1325 |
1326 | 65535.0
1327 | 65535.0
1328 | 65535.0
1329 | 65535.0
1330 | 65535.0
1331 | 65535.0
1332 | 65535.0
1333 | 65535.0
1334 |
1335 | "7"
1336 | "0"
1337 | "0"
1338 | "0"
1339 | "0"
1340 | "0"
1341 | "0"
1342 | "0"
1343 | "1"
1344 | "1"
1345 | "1"
1346 | "1"
1347 | "1"
1348 | "1"
1349 | "1"
1350 | "1"
1351 | 255.0
1352 | 255.0
1353 | 255.0
1354 | 255.0
1355 | "CAN ID 0"
1356 | "0x101"
1357 | "0x201"
1358 | "0x2FF"
1359 | "A0"
1360 | "A0"
1361 | "A0"
1362 | "A0"
1363 | "A0"
1364 | "A0"
1365 | "A4"
1366 | "A0"
1367 | "A1"
1368 | "A6"
1369 | "A10"
1370 | "A10"
1371 | "A10"
1372 | "A0"
1373 | "A5"
1374 | "A8"
1375 | "30"
1376 | "8"
1377 | "1"
1378 | "8"
1379 | "11"
1380 | "8"
1381 | "12"
1382 | "8"
1383 | "1"
1384 | "8"
1385 | "26"
1386 | "8"
1387 | "46"
1388 | "8"
1389 | "7"
1390 | "8"
1391 | "No"
1392 | "1"
1393 | ""
1394 | ""
1395 | 21.0
1396 |
1397 | 7.0
1398 | 7.0
1399 | 7.0
1400 | 7.0
1401 | 7.0
1402 | 7.0
1403 | 7.0
1404 | 7.0
1405 | 7.0
1406 | 7.0
1407 | 7.0
1408 | 7.0
1409 | 7.0
1410 | 7.0
1411 | 7.0
1412 | 7.0
1413 | 7.0
1414 | 7.0
1415 | 7.0
1416 | 7.0
1417 | 7.0
1418 | 7.0
1419 | 7.0
1420 | 7.0
1421 | 7.0
1422 | 7.0
1423 | 7.0
1424 | 7.0
1425 | 7.0
1426 | 7.0
1427 | 7.0
1428 | 7.0
1429 | 7.0
1430 | 7.0
1431 | 7.0
1432 | 7.0
1433 | 7.0
1434 |
1435 |
1436 |
1437 |
1438 | -40.0
1439 | 0.0
1440 | 30.0
1441 | 70.0
1442 |
1443 |
1444 | 140.0
1445 | 115.0
1446 | 105.0
1447 | 100.0
1448 |
1449 | "FC"
1450 | "Off"
1451 | "Automatic"
1452 | "A0"
1453 |
1454 | 0.0
1455 | 0.0
1456 | 0.0
1457 | 10.0
1458 | 10.0
1459 | 10.0
1460 | 11.0
1461 | 12.0
1462 |
1463 |
1464 | 0.0
1465 | 30.0
1466 | 50.0
1467 | 70.0
1468 | 90.0
1469 | 110.0
1470 | 140.0
1471 | 200.0
1472 |
1473 | 2047.0
1474 | 20.0
1475 | 200.0
1476 | 600.0
1477 | 255.0
1478 |
1479 | 0.0
1480 | 20.0
1481 | 40.0
1482 | 60.0
1483 | 80.0
1484 | 100.0
1485 |
1486 |
1487 | 0.0
1488 | 10.0
1489 | 20.0
1490 | 30.0
1491 | 40.0
1492 | 50.0
1493 |
1494 |
1495 | 0.0
1496 | 20.0
1497 | 40.0
1498 | 60.0
1499 | 80.0
1500 | 100.0
1501 |
1502 |
1503 | 100.0
1504 | 139.0
1505 | 156.0
1506 | 160.0
1507 | 163.0
1508 | 163.0
1509 |
1510 |
1511 | 0.0
1512 | 20.0
1513 | 40.0
1514 | 60.0
1515 | 80.0
1516 | 100.0
1517 |
1518 |
1519 | 0.0
1520 | 2.0
1521 | 5.0
1522 | 8.0
1523 | 9.0
1524 | 10.0
1525 |
1526 | "Off"
1527 | "34"
1528 | 20.0
1529 | 250.0
1530 | 30.0
1531 | 18.0
1532 | "30"
1533 | "LOW"
1534 | "No"
1535 | 3000.0
1536 | 6000.0
1537 | 6.0
1538 | 3.0
1539 | 5.0
1540 | "31"
1541 | "No"
1542 | 6000.0
1543 | 7000.0
1544 | 3.0
1545 | 1.5
1546 | 5.0
1547 | "Analog"
1548 | "3"
1549 | "LOW"
1550 | "Off"
1551 | "No"
1552 | "3"
1553 | "3"
1554 | 7.5
1555 | 100.0
1556 | 1000.0
1557 |
1558 | 2000.0
1559 | 3000.0
1560 | 4000.0
1561 | 5000.0
1562 | 6000.0
1563 | 5000.0
1564 |
1565 |
1566 | 0.0
1567 | 0.0
1568 | 0.0
1569 | 0.0
1570 | 0.0
1571 | -20.0
1572 |
1573 |
1574 | 30.0
1575 | 30.0
1576 | 30.0
1577 | 30.0
1578 | 30.0
1579 | 15.0
1580 |
1581 | 3.0
1582 | 1.0
1583 | 2.0
1584 | 2.0
1585 | 0.2
1586 | 0.1
1587 | 0.0
1588 | "MAP"
1589 | "Off"
1590 | "MAP"
1591 | 120.0
1592 | "25"
1593 | "LOW"
1594 | "Yes"
1595 | 41.0
1596 | 0.0
1597 | 0.0
1598 | 0.99968
1599 | 240.0
1600 | 561.0
1601 | 0.5
1602 | "Off"
1603 | "Off"
1604 | "Off"
1605 | "A15"
1606 | "A15"
1607 | 11.0
1608 | 255.0
1609 | -1.0
1610 | 255.0
1611 |
1612 | 25500.0
1613 | 25500.0
1614 | 25500.0
1615 | 25500.0
1616 |
1617 |
1618 | 255.0
1619 | 255.0
1620 | 255.0
1621 | 255.0
1622 |
1623 | "Off"
1624 | "Openloop"
1625 | "On"
1626 | 0.0
1627 | 0.0
1628 | 0.0
1629 | 100.0
1630 | 0.0
1631 | 0.0
1632 | "On"
1633 | "42"
1634 | "Normal"
1635 | "On"
1636 | "46"
1637 | "Normal"
1638 | "44"
1639 |
1640 | 50.0
1641 | 100.0
1642 | 150.0
1643 | 200.0
1644 | 250.0
1645 | 300.0
1646 |
1647 |
1648 | 0.0
1649 | 0.0
1650 | 5.0
1651 | 5.0
1652 | 10.0
1653 | 10.0
1654 |
1655 |
1656 | 300.0
1657 | 0.0
1658 | 0.0
1659 | 0.0
1660 | 0.0
1661 | 0.0
1662 | 0.0
1663 | 0.0
1664 | 0.0
1665 | 0.0
1666 | 0.0
1667 | 0.0
1668 | 0.0
1669 | 0.0
1670 | 0.0
1671 | 0.0
1672 | 0.0
1673 | 0.0
1674 | 0.0
1675 | 0.0
1676 | 0.0
1677 |
1678 |
1679 |
1680 |
1681 | 39.0 39.0 39.0 39.0 39.0 38.0 37.0 36.0 35.0 34.0 33.0 33.0 33.0 33.0 33.0 33.0
1682 | 40.0 40.0 41.0 42.0 42.0 41.0 40.0 39.0 39.0 39.0 39.0 39.0 40.0 40.0 40.0 40.0
1683 | 40.0 42.0 43.0 46.0 46.0 45.0 44.0 43.0 42.0 42.0 43.0 43.0 43.0 44.0 44.0 44.0
1684 | 42.0 45.0 47.0 51.0 51.0 49.0 48.0 47.0 46.0 46.0 46.0 47.0 47.0 47.0 48.0 48.0
1685 | 44.0 49.0 52.0 56.0 55.0 54.0 52.0 51.0 50.0 50.0 50.0 50.0 51.0 51.0 51.0 52.0
1686 | 48.0 54.0 58.0 61.0 59.0 58.0 56.0 55.0 54.0 53.0 54.0 54.0 54.0 55.0 55.0 55.0
1687 | 54.0 61.0 64.0 66.0 64.0 62.0 61.0 59.0 58.0 57.0 57.0 58.0 58.0 59.0 59.0 59.0
1688 | 60.0 67.0 70.0 70.0 68.0 67.0 65.0 63.0 62.0 61.0 61.0 61.0 62.0 63.0 63.0 63.0
1689 | 67.0 74.0 76.0 75.0 73.0 71.0 69.0 68.0 66.0 64.0 65.0 65.0 66.0 66.0 67.0 67.0
1690 | 74.0 80.0 81.0 79.0 77.0 75.0 73.0 72.0 70.0 68.0 68.0 69.0 69.0 70.0 70.0 71.0
1691 | 81.0 85.0 86.0 84.0 82.0 80.0 78.0 76.0 74.0 72.0 72.0 72.0 73.0 74.0 74.0 74.0
1692 | 87.0 91.0 91.0 88.0 86.0 84.0 82.0 80.0 78.0 76.0 76.0 76.0 77.0 78.0 78.0 78.0
1693 | 93.0 93.0 93.0 93.0 93.0 90.0 88.0 86.0 84.0 83.0 83.0 83.0 84.0 85.0 85.0 86.0
1694 | 93.0 93.0 93.0 93.0 93.0 92.0 90.0 88.0 86.0 86.0 86.0 87.0 88.0 89.0 89.0 90.0
1695 | 93.0 93.0 93.0 93.0 93.0 93.0 93.0 90.0 90.0 90.0 90.0 91.0 92.0 93.0 93.0 93.0
1696 | 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 93.0 95.0
1697 |
1698 |
1699 | 500.0
1700 | 700.0
1701 | 900.0
1702 | 1400.0
1703 | 2000.0
1704 | 2800.0
1705 | 3600.0
1706 | 4500.0
1707 | 5200.0
1708 | 5500.0
1709 | 5800.0
1710 | 6200.0
1711 | 6500.0
1712 | 6800.0
1713 | 6900.0
1714 | 7000.0
1715 |
1716 |
1717 | 16.0
1718 | 26.0
1719 | 30.0
1720 | 36.0
1721 | 40.0
1722 | 46.0
1723 | 50.0
1724 | 56.0
1725 | 60.0
1726 | 66.0
1727 | 70.0
1728 | 76.0
1729 | 86.0
1730 | 90.0
1731 | 96.0
1732 | 100.0
1733 |
1734 |
1735 |
1736 |
1737 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1738 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1739 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1740 | 50.0 50.0 50.0 50.0 50.0 50.0 50.0 50.0
1741 | 50.0 50.0 50.0 50.0 50.0 50.0 50.0 50.0
1742 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1743 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1744 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1745 |
1746 |
1747 | 500.0
1748 | 1000.0
1749 | 2000.0
1750 | 3000.0
1751 | 4000.0
1752 | 5000.0
1753 | 6000.0
1754 | 7000.0
1755 |
1756 |
1757 | 0.0
1758 | 20.0
1759 | 40.0
1760 | 100.0
1761 | 120.0
1762 | 160.0
1763 | 190.0
1764 | 210.0
1765 |
1766 |
1767 | 0.0
1768 | 0.0
1769 | 0.0
1770 | 0.0
1771 | 0.0
1772 | 0.0
1773 | 0.0
1774 | 0.0
1775 | 0.0
1776 | 0.0
1777 | 0.0
1778 | 0.0
1779 | 0.0
1780 | 0.0
1781 | 0.0
1782 | 0.0
1783 | 0.0
1784 | 0.0
1785 | 0.0
1786 | 0.0
1787 | 0.0
1788 | 0.0
1789 | 0.0
1790 | 0.0
1791 | 0.0
1792 | 0.0
1793 | 0.0
1794 | 0.0
1795 | 0.0
1796 | 0.0
1797 | 0.0
1798 | 0.0
1799 | 0.0
1800 | 0.0
1801 | 0.0
1802 | 0.0
1803 | 0.0
1804 | 0.0
1805 | 0.0
1806 | 0.0
1807 | 0.0
1808 | 0.0
1809 | 0.0
1810 | 0.0
1811 | 0.0
1812 | 0.0
1813 | 0.0
1814 | 0.0
1815 | 0.0
1816 | 0.0
1817 | 0.0
1818 | 0.0
1819 | 0.0
1820 | 0.0
1821 | 0.0
1822 | 0.0
1823 | 0.0
1824 | 0.0
1825 | 0.0
1826 | 0.0
1827 | 0.0
1828 | 0.0
1829 | 0.0
1830 | 0.0
1831 | 0.0
1832 | 0.0
1833 | 0.0
1834 | 0.0
1835 | 0.0
1836 | 0.0
1837 | 0.0
1838 | 0.0
1839 | 0.0
1840 | 0.0
1841 | 0.0
1842 | 0.0
1843 | 0.0
1844 | 0.0
1845 | 0.0
1846 | 0.0
1847 | 0.0
1848 | 0.0
1849 | 0.0
1850 | 0.0
1851 | 0.0
1852 | 0.0
1853 | 0.0
1854 | 0.0
1855 | 0.0
1856 | 0.0
1857 | 0.0
1858 | 0.0
1859 | 0.0
1860 | 0.0
1861 | 0.0
1862 | 0.0
1863 | 0.0
1864 | 0.0
1865 | 0.0
1866 | 0.0
1867 | 0.0
1868 | 0.0
1869 | 0.0
1870 | 0.0
1871 | 0.0
1872 | 0.0
1873 | 0.0
1874 | 0.0
1875 | 0.0
1876 | 0.0
1877 | 0.0
1878 | 0.0
1879 |
1880 |
1881 |
1882 |
1883 |
1884 |
1885 |
1886 |
1887 |
1888 |
1889 |
1890 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Attribution-NonCommercial 4.0 International
2 |
3 | =======================================================================
4 |
5 | Creative Commons Corporation ("Creative Commons") is not a law firm and
6 | does not provide legal services or legal advice. Distribution of
7 | Creative Commons public licenses does not create a lawyer-client or
8 | other relationship. Creative Commons makes its licenses and related
9 | information available on an "as-is" basis. Creative Commons gives no
10 | warranties regarding its licenses, any material licensed under their
11 | terms and conditions, or any related information. Creative Commons
12 | disclaims all liability for damages resulting from their use to the
13 | fullest extent possible.
14 |
15 | Using Creative Commons Public Licenses
16 |
17 | Creative Commons public licenses provide a standard set of terms and
18 | conditions that creators and other rights holders may use to share
19 | original works of authorship and other material subject to copyright
20 | and certain other rights specified in the public license below. The
21 | following considerations are for informational purposes only, are not
22 | exhaustive, and do not form part of our licenses.
23 |
24 | Considerations for licensors: Our public licenses are
25 | intended for use by those authorized to give the public
26 | permission to use material in ways otherwise restricted by
27 | copyright and certain other rights. Our licenses are
28 | irrevocable. Licensors should read and understand the terms
29 | and conditions of the license they choose before applying it.
30 | Licensors should also secure all rights necessary before
31 | applying our licenses so that the public can reuse the
32 | material as expected. Licensors should clearly mark any
33 | material not subject to the license. This includes other CC-
34 | licensed material, or material used under an exception or
35 | limitation to copyright. More considerations for licensors:
36 | wiki.creativecommons.org/Considerations_for_licensors
37 |
38 | Considerations for the public: By using one of our public
39 | licenses, a licensor grants the public permission to use the
40 | licensed material under specified terms and conditions. If
41 | the licensor's permission is not necessary for any reason--for
42 | example, because of any applicable exception or limitation to
43 | copyright--then that use is not regulated by the license. Our
44 | licenses grant only permissions under copyright and certain
45 | other rights that a licensor has authority to grant. Use of
46 | the licensed material may still be restricted for other
47 | reasons, including because others have copyright or other
48 | rights in the material. A licensor may make special requests,
49 | such as asking that all changes be marked or described.
50 | Although not required by our licenses, you are encouraged to
51 | respect those requests where reasonable. More considerations
52 | for the public:
53 | wiki.creativecommons.org/Considerations_for_licensees
54 |
55 | =======================================================================
56 |
57 | Creative Commons Attribution-NonCommercial 4.0 International Public
58 | License
59 |
60 | By exercising the Licensed Rights (defined below), You accept and agree
61 | to be bound by the terms and conditions of this Creative Commons
62 | Attribution-NonCommercial 4.0 International Public License ("Public
63 | License"). To the extent this Public License may be interpreted as a
64 | contract, You are granted the Licensed Rights in consideration of Your
65 | acceptance of these terms and conditions, and the Licensor grants You
66 | such rights in consideration of benefits the Licensor receives from
67 | making the Licensed Material available under these terms and
68 | conditions.
69 |
70 |
71 | Section 1 -- Definitions.
72 |
73 | a. Adapted Material means material subject to Copyright and Similar
74 | Rights that is derived from or based upon the Licensed Material
75 | and in which the Licensed Material is translated, altered,
76 | arranged, transformed, or otherwise modified in a manner requiring
77 | permission under the Copyright and Similar Rights held by the
78 | Licensor. For purposes of this Public License, where the Licensed
79 | Material is a musical work, performance, or sound recording,
80 | Adapted Material is always produced where the Licensed Material is
81 | synched in timed relation with a moving image.
82 |
83 | b. Adapter's License means the license You apply to Your Copyright
84 | and Similar Rights in Your contributions to Adapted Material in
85 | accordance with the terms and conditions of this Public License.
86 |
87 | c. Copyright and Similar Rights means copyright and/or similar rights
88 | closely related to copyright including, without limitation,
89 | performance, broadcast, sound recording, and Sui Generis Database
90 | Rights, without regard to how the rights are labeled or
91 | categorized. For purposes of this Public License, the rights
92 | specified in Section 2(b)(1)-(2) are not Copyright and Similar
93 | Rights.
94 | d. Effective Technological Measures means those measures that, in the
95 | absence of proper authority, may not be circumvented under laws
96 | fulfilling obligations under Article 11 of the WIPO Copyright
97 | Treaty adopted on December 20, 1996, and/or similar international
98 | agreements.
99 |
100 | e. Exceptions and Limitations means fair use, fair dealing, and/or
101 | any other exception or limitation to Copyright and Similar Rights
102 | that applies to Your use of the Licensed Material.
103 |
104 | f. Licensed Material means the artistic or literary work, database,
105 | or other material to which the Licensor applied this Public
106 | License.
107 |
108 | g. Licensed Rights means the rights granted to You subject to the
109 | terms and conditions of this Public License, which are limited to
110 | all Copyright and Similar Rights that apply to Your use of the
111 | Licensed Material and that the Licensor has authority to license.
112 |
113 | h. Licensor means the individual(s) or entity(ies) granting rights
114 | under this Public License.
115 |
116 | i. NonCommercial means not primarily intended for or directed towards
117 | commercial advantage or monetary compensation. For purposes of
118 | this Public License, the exchange of the Licensed Material for
119 | other material subject to Copyright and Similar Rights by digital
120 | file-sharing or similar means is NonCommercial provided there is
121 | no payment of monetary compensation in connection with the
122 | exchange.
123 |
124 | j. Share means to provide material to the public by any means or
125 | process that requires permission under the Licensed Rights, such
126 | as reproduction, public display, public performance, distribution,
127 | dissemination, communication, or importation, and to make material
128 | available to the public including in ways that members of the
129 | public may access the material from a place and at a time
130 | individually chosen by them.
131 |
132 | k. Sui Generis Database Rights means rights other than copyright
133 | resulting from Directive 96/9/EC of the European Parliament and of
134 | the Council of 11 March 1996 on the legal protection of databases,
135 | as amended and/or succeeded, as well as other essentially
136 | equivalent rights anywhere in the world.
137 |
138 | l. You means the individual or entity exercising the Licensed Rights
139 | under this Public License. Your has a corresponding meaning.
140 |
141 |
142 | Section 2 -- Scope.
143 |
144 | a. License grant.
145 |
146 | 1. Subject to the terms and conditions of this Public License,
147 | the Licensor hereby grants You a worldwide, royalty-free,
148 | non-sublicensable, non-exclusive, irrevocable license to
149 | exercise the Licensed Rights in the Licensed Material to:
150 |
151 | a. reproduce and Share the Licensed Material, in whole or
152 | in part, for NonCommercial purposes only; and
153 |
154 | b. produce, reproduce, and Share Adapted Material for
155 | NonCommercial purposes only.
156 |
157 | 2. Exceptions and Limitations. For the avoidance of doubt, where
158 | Exceptions and Limitations apply to Your use, this Public
159 | License does not apply, and You do not need to comply with
160 | its terms and conditions.
161 |
162 | 3. Term. The term of this Public License is specified in Section
163 | 6(a).
164 |
165 | 4. Media and formats; technical modifications allowed. The
166 | Licensor authorizes You to exercise the Licensed Rights in
167 | all media and formats whether now known or hereafter created,
168 | and to make technical modifications necessary to do so. The
169 | Licensor waives and/or agrees not to assert any right or
170 | authority to forbid You from making technical modifications
171 | necessary to exercise the Licensed Rights, including
172 | technical modifications necessary to circumvent Effective
173 | Technological Measures. For purposes of this Public License,
174 | simply making modifications authorized by this Section 2(a)
175 | (4) never produces Adapted Material.
176 |
177 | 5. Downstream recipients.
178 |
179 | a. Offer from the Licensor -- Licensed Material. Every
180 | recipient of the Licensed Material automatically
181 | receives an offer from the Licensor to exercise the
182 | Licensed Rights under the terms and conditions of this
183 | Public License.
184 |
185 | b. No downstream restrictions. You may not offer or impose
186 | any additional or different terms or conditions on, or
187 | apply any Effective Technological Measures to, the
188 | Licensed Material if doing so restricts exercise of the
189 | Licensed Rights by any recipient of the Licensed
190 | Material.
191 |
192 | 6. No endorsement. Nothing in this Public License constitutes or
193 | may be construed as permission to assert or imply that You
194 | are, or that Your use of the Licensed Material is, connected
195 | with, or sponsored, endorsed, or granted official status by,
196 | the Licensor or others designated to receive attribution as
197 | provided in Section 3(a)(1)(A)(i).
198 |
199 | b. Other rights.
200 |
201 | 1. Moral rights, such as the right of integrity, are not
202 | licensed under this Public License, nor are publicity,
203 | privacy, and/or other similar personality rights; however, to
204 | the extent possible, the Licensor waives and/or agrees not to
205 | assert any such rights held by the Licensor to the limited
206 | extent necessary to allow You to exercise the Licensed
207 | Rights, but not otherwise.
208 |
209 | 2. Patent and trademark rights are not licensed under this
210 | Public License.
211 |
212 | 3. To the extent possible, the Licensor waives any right to
213 | collect royalties from You for the exercise of the Licensed
214 | Rights, whether directly or through a collecting society
215 | under any voluntary or waivable statutory or compulsory
216 | licensing scheme. In all other cases the Licensor expressly
217 | reserves any right to collect such royalties, including when
218 | the Licensed Material is used other than for NonCommercial
219 | purposes.
220 |
221 |
222 | Section 3 -- License Conditions.
223 |
224 | Your exercise of the Licensed Rights is expressly made subject to the
225 | following conditions.
226 |
227 | a. Attribution.
228 |
229 | 1. If You Share the Licensed Material (including in modified
230 | form), You must:
231 |
232 | a. retain the following if it is supplied by the Licensor
233 | with the Licensed Material:
234 |
235 | i. identification of the creator(s) of the Licensed
236 | Material and any others designated to receive
237 | attribution, in any reasonable manner requested by
238 | the Licensor (including by pseudonym if
239 | designated);
240 |
241 | ii. a copyright notice;
242 |
243 | iii. a notice that refers to this Public License;
244 |
245 | iv. a notice that refers to the disclaimer of
246 | warranties;
247 |
248 | v. a URI or hyperlink to the Licensed Material to the
249 | extent reasonably practicable;
250 |
251 | b. indicate if You modified the Licensed Material and
252 | retain an indication of any previous modifications; and
253 |
254 | c. indicate the Licensed Material is licensed under this
255 | Public License, and include the text of, or the URI or
256 | hyperlink to, this Public License.
257 |
258 | 2. You may satisfy the conditions in Section 3(a)(1) in any
259 | reasonable manner based on the medium, means, and context in
260 | which You Share the Licensed Material. For example, it may be
261 | reasonable to satisfy the conditions by providing a URI or
262 | hyperlink to a resource that includes the required
263 | information.
264 |
265 | 3. If requested by the Licensor, You must remove any of the
266 | information required by Section 3(a)(1)(A) to the extent
267 | reasonably practicable.
268 |
269 | 4. If You Share Adapted Material You produce, the Adapter's
270 | License You apply must not prevent recipients of the Adapted
271 | Material from complying with this Public License.
272 |
273 |
274 | Section 4 -- Sui Generis Database Rights.
275 |
276 | Where the Licensed Rights include Sui Generis Database Rights that
277 | apply to Your use of the Licensed Material:
278 |
279 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right
280 | to extract, reuse, reproduce, and Share all or a substantial
281 | portion of the contents of the database for NonCommercial purposes
282 | only;
283 |
284 | b. if You include all or a substantial portion of the database
285 | contents in a database in which You have Sui Generis Database
286 | Rights, then the database in which You have Sui Generis Database
287 | Rights (but not its individual contents) is Adapted Material; and
288 |
289 | c. You must comply with the conditions in Section 3(a) if You Share
290 | all or a substantial portion of the contents of the database.
291 |
292 | For the avoidance of doubt, this Section 4 supplements and does not
293 | replace Your obligations under this Public License where the Licensed
294 | Rights include other Copyright and Similar Rights.
295 |
296 |
297 | Section 5 -- Disclaimer of Warranties and Limitation of Liability.
298 |
299 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
300 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
301 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
302 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
303 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
304 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
305 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
306 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
307 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
308 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
309 |
310 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
311 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
312 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
313 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
314 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
315 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
316 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
317 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
318 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
319 |
320 | c. The disclaimer of warranties and limitation of liability provided
321 | above shall be interpreted in a manner that, to the extent
322 | possible, most closely approximates an absolute disclaimer and
323 | waiver of all liability.
324 |
325 |
326 | Section 6 -- Term and Termination.
327 |
328 | a. This Public License applies for the term of the Copyright and
329 | Similar Rights licensed here. However, if You fail to comply with
330 | this Public License, then Your rights under this Public License
331 | terminate automatically.
332 |
333 | b. Where Your right to use the Licensed Material has terminated under
334 | Section 6(a), it reinstates:
335 |
336 | 1. automatically as of the date the violation is cured, provided
337 | it is cured within 30 days of Your discovery of the
338 | violation; or
339 |
340 | 2. upon express reinstatement by the Licensor.
341 |
342 | For the avoidance of doubt, this Section 6(b) does not affect any
343 | right the Licensor may have to seek remedies for Your violations
344 | of this Public License.
345 |
346 | c. For the avoidance of doubt, the Licensor may also offer the
347 | Licensed Material under separate terms or conditions or stop
348 | distributing the Licensed Material at any time; however, doing so
349 | will not terminate this Public License.
350 |
351 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
352 | License.
353 |
354 |
355 | Section 7 -- Other Terms and Conditions.
356 |
357 | a. The Licensor shall not be bound by any additional or different
358 | terms or conditions communicated by You unless expressly agreed.
359 |
360 | b. Any arrangements, understandings, or agreements regarding the
361 | Licensed Material not stated herein are separate from and
362 | independent of the terms and conditions of this Public License.
363 |
364 |
365 | Section 8 -- Interpretation.
366 |
367 | a. For the avoidance of doubt, this Public License does not, and
368 | shall not be interpreted to, reduce, limit, restrict, or impose
369 | conditions on any use of the Licensed Material that could lawfully
370 | be made without permission under this Public License.
371 |
372 | b. To the extent possible, if any provision of this Public License is
373 | deemed unenforceable, it shall be automatically reformed to the
374 | minimum extent necessary to make it enforceable. If the provision
375 | cannot be reformed, it shall be severed from this Public License
376 | without affecting the enforceability of the remaining terms and
377 | conditions.
378 |
379 | c. No term or condition of this Public License will be waived and no
380 | failure to comply consented to unless expressly agreed to by the
381 | Licensor.
382 |
383 | d. Nothing in this Public License constitutes or may be interpreted
384 | as a limitation upon, or waiver of, any privileges and immunities
385 | that apply to the Licensor or You, including from the legal
386 | processes of any jurisdiction or authority.
387 |
388 | =======================================================================
389 |
390 | Creative Commons is not a party to its public
391 | licenses. Notwithstanding, Creative Commons may elect to apply one of
392 | its public licenses to material it publishes and in those instances
393 | will be considered the “Licensor.” The text of the Creative Commons
394 | public licenses is dedicated to the public domain under the CC0 Public
395 | Domain Dedication. Except for the limited purpose of indicating that
396 | material is shared under a Creative Commons public license or as
397 | otherwise permitted by the Creative Commons policies published at
398 | creativecommons.org/policies, Creative Commons does not authorize the
399 | use of the trademark "Creative Commons" or any other trademark or logo
400 | of Creative Commons without its prior written consent including,
401 | without limitation, in connection with any unauthorized modifications
402 | to any of its public licenses or any other arrangements,
403 | understandings, or agreements concerning use of licensed material. For
404 | the avoidance of doubt, this paragraph does not form part of the
405 | public licenses.
406 |
407 | Creative Commons may be contacted at creativecommons.org.
408 |
409 |
410 |
--------------------------------------------------------------------------------
/Mazda/Miata_PNP96-98_SpeedyEFI.msq:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | "0"
7 | "CAN ID 0"
8 | 8000.0
9 | 3000.0
10 | 5000.0
11 | 255.0
12 | 200.0
13 | 245.0
14 |
15 | -2.0
16 | -1.5
17 | -1.2
18 | -1.0
19 | -0.8
20 | -0.6
21 | -0.4
22 | -0.2
23 | -0.1
24 | 0.0
25 |
26 |
27 | 179.0
28 | 179.0
29 | 179.0
30 | 179.0
31 | 163.0
32 | 138.0
33 | 128.0
34 | 112.0
35 | 108.0
36 | 100.0
37 |
38 |
39 | 4.0
40 | 4.0
41 | 4.0
42 | 4.0
43 | 4.0
44 | 4.0
45 | 4.0
46 | 4.0
47 | 4.0
48 | 4.0
49 | 4.0
50 | 4.0
51 | 4.0
52 | 4.0
53 | 4.0
54 | 4.0
55 | 4.0
56 | 4.0
57 | 4.0
58 | 4.0
59 | 4.0
60 | 4.0
61 | 4.0
62 | 4.0
63 | 4.0
64 | 4.0
65 | 4.0
66 | 4.0
67 | 4.0
68 | 4.0
69 | 4.0
70 | 6.0
71 | 4.0
72 | 4.0
73 | 4.0
74 | 4.0
75 | 4.0
76 | 4.0
77 | 4.0
78 | 4.0
79 | 4.0
80 | 4.0
81 | 4.0
82 | 4.0
83 | 4.0
84 | 4.0
85 | 4.0
86 | 4.0
87 | 4.0
88 | 4.0
89 | 4.0
90 | 4.0
91 | 4.0
92 | 4.0
93 | 4.0
94 | 8.0
95 | 4.0
96 | 4.0
97 | 4.0
98 | 4.0
99 | 8.0
100 | 4.0
101 | 4.0
102 | 4.0
103 | 4.0
104 | 4.0
105 | 4.0
106 | 4.0
107 | 4.0
108 | 4.0
109 | 4.0
110 | 4.0
111 | 4.0
112 | 4.0
113 | 4.0
114 | 4.0
115 | 4.0
116 | 4.0
117 | 4.0
118 | 4.0
119 | 4.0
120 | 4.0
121 | 4.0
122 | 4.0
123 | 4.0
124 | 4.0
125 | 4.0
126 | 4.0
127 | 4.0
128 | 4.0
129 | 4.0
130 | 4.0
131 | 4.0
132 | 4.0
133 | 4.0
134 | 4.0
135 | 4.0
136 | 4.0
137 | 4.0
138 | 4.0
139 | 4.0
140 | 4.0
141 | 4.0
142 | 4.0
143 | 4.0
144 | 4.0
145 | 4.0
146 | 4.0
147 | 4.0
148 | 4.0
149 | 4.0
150 | 4.0
151 | 4.0
152 | 4.0
153 | 4.0
154 | 4.0
155 | 4.0
156 | 4.0
157 | 4.0
158 | 4.0
159 | 4.0
160 | 4.0
161 | 4.0
162 | 4.0
163 | 4.0
164 | 4.0
165 | 4.0
166 | 4.0
167 |
168 |
169 | 4.0
170 | 4.0
171 | 4.0
172 | 4.0
173 | 4.0
174 | 4.0
175 | 4.0
176 | 4.0
177 | 4.0
178 | 4.0
179 | 4.0
180 | 4.0
181 | 4.0
182 | 4.0
183 | 4.0
184 | 4.0
185 | 4.0
186 | 4.0
187 | 4.0
188 | 4.0
189 | 4.0
190 | 4.0
191 | 4.0
192 | 4.0
193 | 4.0
194 | 4.0
195 | 4.0
196 | 4.0
197 | 4.0
198 | 4.0
199 | 4.0
200 | 6.0
201 | 4.0
202 | 4.0
203 | 4.0
204 | 4.0
205 | 4.0
206 | 4.0
207 | 4.0
208 | 4.0
209 | 4.0
210 | 4.0
211 | 4.0
212 | 4.0
213 | 4.0
214 | 4.0
215 | 4.0
216 | 4.0
217 | 4.0
218 | 4.0
219 | 4.0
220 | 4.0
221 | 4.0
222 | 4.0
223 | 4.0
224 | 8.0
225 | 4.0
226 | 4.0
227 | 4.0
228 | 4.0
229 | 8.0
230 | 4.0
231 | 4.0
232 | 4.0
233 | 4.0
234 | 4.0
235 | 4.0
236 | 4.0
237 | 4.0
238 | 4.0
239 | 4.0
240 | 4.0
241 | 4.0
242 | 4.0
243 | 4.0
244 | 4.0
245 | 4.0
246 | 4.0
247 | 4.0
248 | 4.0
249 | 4.0
250 | 4.0
251 | 4.0
252 | 4.0
253 | 4.0
254 | 4.0
255 | 4.0
256 | 4.0
257 | 4.0
258 | 4.0
259 | 4.0
260 | 4.0
261 | 4.0
262 | 4.0
263 | 4.0
264 | 4.0
265 | 4.0
266 | 4.0
267 | 4.0
268 | 4.0
269 | 4.0
270 | 4.0
271 | 4.0
272 | 4.0
273 | 4.0
274 | 4.0
275 | 4.0
276 | 4.0
277 | 4.0
278 | 4.0
279 | 4.0
280 | 4.0
281 | 4.0
282 | 4.0
283 | 4.0
284 | 4.0
285 | 4.0
286 | 4.0
287 | 4.0
288 | 4.0
289 | 4.0
290 | 4.0
291 | 4.0
292 | 4.0
293 | 4.0
294 | 4.0
295 | 4.0
296 | 4.0
297 |
298 |
299 | 0.0
300 | 0.0
301 | 0.0
302 | 0.0
303 | 0.0
304 | 0.0
305 | 0.0
306 | 0.0
307 | 0.0
308 | 0.0
309 | 0.0
310 | 0.0
311 | 0.0
312 | 0.0
313 | 0.0
314 | 0.0
315 | 0.0
316 | 0.0
317 | 0.0
318 | 0.0
319 | 0.0
320 | 0.0
321 | 0.0
322 | 0.0
323 | 0.0
324 | 0.0
325 | 0.0
326 | 0.0
327 | 0.0
328 | 0.0
329 | 0.0
330 | 6.0
331 | 0.0
332 | 0.0
333 | 0.0
334 | 0.0
335 | 0.0
336 | 0.0
337 | 0.0
338 | 0.0
339 | 0.0
340 | 0.0
341 | 0.0
342 | 0.0
343 | 0.0
344 | 0.0
345 | 0.0
346 | 0.0
347 | 0.0
348 | 0.0
349 | 0.0
350 | 0.0
351 | 0.0
352 | 0.0
353 | 0.0
354 | 8.0
355 | 0.0
356 | 0.0
357 | 0.0
358 | 0.0
359 | 8.0
360 | 0.0
361 | 0.0
362 | 0.0
363 | 0.0
364 | 0.0
365 | 0.0
366 | 0.0
367 | 0.0
368 | 0.0
369 | 0.0
370 | 0.0
371 | 0.0
372 | 0.0
373 | 0.0
374 | 0.0
375 | 0.0
376 | 0.0
377 | 0.0
378 | 0.0
379 | 0.0
380 | 0.0
381 | 0.0
382 | 0.0
383 | 0.0
384 | 0.0
385 | 0.0
386 | 0.0
387 | 0.0
388 | 0.0
389 | 0.0
390 | 0.0
391 | 0.0
392 | 0.0
393 | 0.0
394 | 0.0
395 | 0.0
396 | 0.0
397 | 0.0
398 | 0.0
399 | 0.0
400 | 0.0
401 | 0.0
402 | 0.0
403 | 0.0
404 | 0.0
405 | 0.0
406 | 0.0
407 | 0.0
408 | 0.0
409 | 0.0
410 | 0.0
411 | 0.0
412 | 0.0
413 | 0.0
414 | 0.0
415 | 0.0
416 | 0.0
417 | 0.0
418 | 0.0
419 | 0.0
420 | 0.0
421 | 0.0
422 | 0.0
423 | 0.0
424 | 0.0
425 | 0.0
426 | 0.0
427 |
428 |
429 | 511.0
430 | 100.0
431 | 511.0
432 | 511.0
433 | 100.0
434 | 100.0
435 | 100.0
436 | 100.0
437 |
438 | 255.0
439 | 255.0
440 | 255.0
441 | 255.0
442 |
443 |
444 | 1.0
445 | 100.0
446 | 31.986
447 | "TPS"
448 | "Open Time only"
449 | "Fixed"
450 | "Off"
451 | "PW Adder"
452 | "Baro"
453 |
454 | 179.0
455 | 179.0
456 | 179.0
457 | 179.0
458 | 163.0
459 | 138.0
460 | 128.0
461 | 112.0
462 | 108.0
463 | 100.0
464 |
465 | 10.0
466 | "UA4C"
467 | "Board Default"
468 | "Normal"
469 | 3.0
470 | 255.0
471 | 40.0
472 | 200.0
473 | "Unused"
474 | "VE"
475 | "CPU"
476 | "TPS"
477 | "Mem"
478 | "RPM"
479 | "RPM"
480 | "RPM"
481 | 12.7
482 | 2.0
483 | "Alternating"
484 | "No"
485 | "No"
486 | "Full"
487 | "MAP"
488 | "Disabled"
489 | 1.0
490 |
491 | 355.0
492 | 355.0
493 | 355.0
494 | 355.0
495 |
496 | "Event Average"
497 | "Four-stroke"
498 | "Port"
499 | "4"
500 | "MAP"
501 | "Off"
502 | "4"
503 | "Even fire"
504 | "Off"
505 | "No"
506 | "Off"
507 | "Semi-Sequential"
508 | "Yes"
509 | "Off"
510 | 139.986
511 | 90.0
512 | 42.0
513 | 0.0
514 | 0.0
515 | 27.0
516 | 185.0
517 | 3.0
518 | 416.0
519 | 5.0
520 | 14.7
521 | 0.0
522 | 0.0
523 | 0.0
524 | "36"
525 | "Normal"
526 | "Off"
527 | 20.0
528 | 1500.0
529 | 2500.0
530 | 40.0
531 | 80.0
532 | 12.0
533 | 16.0
534 | 14608.0
535 | -1.0
536 | 65535.0
537 | "No"
538 | "No"
539 | "No"
540 | "2"
541 | "Off"
542 | "No"
543 |
544 | 15.0
545 | 15.0
546 | 15.0
547 | 15.0
548 |
549 |
550 | 15.0
551 | 15.0
552 | 5.0
553 | 3.0
554 |
555 |
556 | -4.014
557 | 49.986
558 | 103.986
559 | 175.986
560 |
561 |
562 | 30.0
563 | 30.0
564 | 25.0
565 | 25.0
566 |
567 |
568 | -4.014
569 | 49.986
570 | 103.986
571 | 175.986
572 |
573 | "Board Default"
574 | "Inverted"
575 | "On"
576 | "Off"
577 | "TPS"
578 | "0"
579 | 2000.0
580 | 4.0
581 |
582 | 500.0
583 | 2000.0
584 | 4500.0
585 | 6500.0
586 |
587 | 6.2
588 | 0.0
589 | 103.986
590 | "Off"
591 | "15"
592 | 0.0
593 | 67.0
594 | 0.0
595 | 0.0
596 | 0.0
597 | 0.0
598 | 0.0
599 | 0.0
600 | "On"
601 | "No"
602 | "16"
603 | 6600.0
604 | 3.0
605 | 255.0
606 | 2550.0
607 | 71.0
608 | 71.0
609 |
610 | 255.0
611 | 255.0
612 | 255.0
613 |
614 |
615 |
616 |
617 | 32.0 32.0 34.0 35.0 31.0 31.0 31.0 30.0 42.0 42.0 42.0 41.0 41.0 41.0 41.0 41.0
618 | 32.0 32.0 35.0 35.0 31.0 31.0 29.0 32.0 42.0 48.0 47.0 46.0 46.0 45.0 46.0 44.0
619 | 32.0 32.0 35.0 35.0 33.0 35.0 35.0 37.0 45.0 49.0 50.0 49.0 46.0 49.0 51.0 50.0
620 | 36.0 38.0 39.0 41.0 36.0 37.0 35.0 42.0 49.0 50.0 53.0 52.0 52.0 55.0 55.0 52.0
621 | 41.0 49.0 46.0 46.0 39.0 39.0 39.0 47.0 49.0 52.0 54.0 53.0 54.0 57.0 57.0 54.0
622 | 45.0 50.0 52.0 52.0 42.0 42.0 42.0 50.0 54.0 58.0 57.0 56.0 58.0 58.0 59.0 56.0
623 | 47.0 50.0 55.0 52.0 45.0 46.0 47.0 54.0 62.0 68.0 63.0 64.0 63.0 62.0 61.0 60.0
624 | 44.0 49.0 54.0 51.0 47.0 49.0 49.0 57.0 65.0 68.0 67.0 68.0 63.0 66.0 66.0 68.0
625 | 46.0 49.0 60.0 55.0 52.0 52.0 52.0 61.0 63.0 62.0 59.0 60.0 61.0 58.0 58.0 58.0
626 | 47.0 50.0 64.0 62.0 55.0 54.0 55.0 63.0 63.0 64.0 63.0 63.0 63.0 62.0 62.0 61.0
627 | 100.0 52.0 64.0 66.0 56.0 57.0 58.0 67.0 64.0 67.0 69.0 70.0 72.0 74.0 77.0 71.0
628 | 100.0 59.0 65.0 65.0 57.0 59.0 62.0 71.0 76.0 80.0 79.0 82.0 79.0 80.0 81.0 75.0
629 | 100.0 61.0 65.0 67.0 60.0 63.0 64.0 71.0 78.0 81.0 81.0 86.0 86.0 88.0 88.0 87.0
630 | 100.0 61.0 68.0 73.0 63.0 64.0 65.0 72.0 77.0 81.0 81.0 82.0 84.0 86.0 92.0 90.0
631 | 100.0 61.0 69.0 75.0 70.0 70.0 66.0 70.0 80.0 88.0 87.0 85.0 87.0 91.0 95.0 89.0
632 | 100.0 59.0 77.0 75.0 77.0 77.0 77.0 77.0 77.0 90.0 95.0 95.0 95.0 95.0 100.0 100.0
633 |
634 |
635 | 500.0
636 | 700.0
637 | 900.0
638 | 1500.0
639 | 2100.0
640 | 2900.0
641 | 3800.0
642 | 4700.0
643 | 5500.0
644 | 5700.0
645 | 5900.0
646 | 6100.0
647 | 6300.0
648 | 6500.0
649 | 6600.0
650 | 6600.0
651 |
652 |
653 | 16.0
654 | 26.0
655 | 30.0
656 | 36.0
657 | 40.0
658 | 46.0
659 | 50.0
660 | 56.0
661 | 60.0
662 | 66.0
663 | 70.0
664 | 76.0
665 | 86.0
666 | 90.0
667 | 96.0
668 | 100.0
669 |
670 |
671 |
672 |
673 | 17.0 20.0 20.0 24.0 25.0 28.0 31.0 33.0 34.0 35.0 36.0 37.0 38.0 38.0 39.0 40.0
674 | 17.0 20.0 20.0 24.0 25.0 28.0 31.0 33.0 34.0 35.0 36.0 37.0 38.0 38.0 39.0 40.0
675 | 17.0 20.0 20.0 24.0 25.0 28.0 31.0 33.0 34.0 35.0 36.0 37.0 38.0 38.0 39.0 40.0
676 | 17.0 20.0 20.0 24.0 25.0 28.0 31.0 33.0 34.0 34.0 36.0 37.0 37.0 37.0 38.0 39.0
677 | 16.0 20.0 20.0 23.0 24.0 28.0 31.0 32.0 34.0 34.0 36.0 37.0 37.0 37.0 38.0 39.0
678 | 16.0 20.0 21.0 23.0 24.0 28.0 31.0 32.0 33.0 34.0 35.0 36.0 36.0 36.0 37.0 38.0
679 | 15.0 20.0 22.0 23.0 24.0 27.0 30.0 31.0 32.0 33.0 34.0 35.0 36.0 36.0 37.0 38.0
680 | 15.0 20.0 21.0 23.0 24.0 26.0 29.0 30.0 31.0 32.0 33.0 34.0 35.0 35.0 36.0 37.0
681 | 15.0 20.0 21.0 23.0 24.0 25.0 28.0 30.0 31.0 32.0 33.0 34.0 34.0 34.0 35.0 35.0
682 | 15.0 20.0 21.0 23.0 24.0 25.0 28.0 29.0 30.0 31.0 32.0 33.0 33.0 33.0 34.0 34.0
683 | 15.0 20.0 21.0 23.0 24.0 25.0 28.0 29.0 30.0 31.0 31.0 32.0 32.0 32.0 33.0 33.0
684 | 15.0 20.0 22.0 23.0 24.0 25.0 28.0 29.0 30.0 30.0 31.0 31.0 31.0 31.0 32.0 32.0
685 | 15.0 20.0 22.0 23.0 24.0 25.0 28.0 29.0 29.0 29.0 30.0 30.0 30.0 30.0 31.0 31.0
686 | 16.0 21.0 22.0 23.0 24.0 25.0 28.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 30.0 30.0
687 | 17.0 22.0 22.0 23.0 24.0 25.0 28.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0
688 | 18.0 22.0 22.0 23.0 24.0 25.0 27.0 28.0 28.0 28.0 28.0 28.0 28.0 28.0 28.0 28.0
689 |
690 |
691 | 500.0
692 | 1000.0
693 | 1500.0
694 | 2000.0
695 | 2500.0
696 | 3000.0
697 | 3500.0
698 | 4000.0
699 | 4500.0
700 | 5000.0
701 | 5500.0
702 | 6000.0
703 | 6500.0
704 | 7000.0
705 | 8000.0
706 | 9000.0
707 |
708 |
709 | 10.0
710 | 16.0
711 | 20.0
712 | 26.0
713 | 30.0
714 | 36.0
715 | 40.0
716 | 46.0
717 | 50.0
718 | 56.0
719 | 66.0
720 | 74.0
721 | 80.0
722 | 88.0
723 | 96.0
724 | 100.0
725 |
726 |
727 |
728 | 0.0
729 | 0.0
730 | 5.0
731 | 10.0
732 | "RISING"
733 | "Crank Speed"
734 | "Going Low"
735 | "4G63 / Miata / 3000GT"
736 | "RISING"
737 | "Board Default"
738 | "Yes"
739 | 1.0
740 | "Single tooth cam"
741 | "Low"
742 | 0.0
743 | "Disabled"
744 | "9"
745 | 0.0
746 | "Open Loop"
747 | "On"
748 | "Wasted Spark"
749 | "Weak"
750 | "On"
751 | 6.0
752 | 3.5
753 | 2.0
754 | 1.0
755 | 400.0
756 | 90.0
757 | 6800.0
758 | 1.0
759 | 2.0
760 | 7100.0
761 |
762 | 10.0
763 | 270.0
764 | 700.0
765 | 1000.0
766 |
767 |
768 | 43.0
769 | 49.0
770 | 74.0
771 | 113.0
772 |
773 |
774 | -40.014
775 | -25.614
776 | -9.414
777 | 6.786
778 | 24.786
779 | 66.186
780 | 89.586
781 | 118.386
782 | 150.786
783 | 170.586
784 |
785 | 12.0
786 |
787 | 106.0
788 | 105.0
789 | 100.0
790 | 100.0
791 | 91.0
792 | 85.0
793 |
794 |
795 | 31.986
796 | 67.986
797 | 85.986
798 | 103.986
799 | 139.986
800 | 211.986
801 |
802 |
803 | 0.0
804 | 0.0
805 | 0.0
806 | 0.0
807 | 0.0
808 | 0.0
809 |
810 | 1500.0
811 | 150.0
812 | 1.0
813 | "Off"
814 | "3"
815 | "HIGH"
816 | 0.0
817 | 0.0
818 | 0.0
819 | 0.0
820 | 0.0
821 | 0.0
822 | 0.0
823 |
824 | -4.014
825 | 49.986
826 | 85.986
827 | 112.986
828 | 139.986
829 | 175.986
830 |
831 |
832 | 0.0
833 | 0.0
834 | 0.0
835 | 0.0
836 | 0.0
837 | 0.0
838 |
839 |
840 | 2550.0
841 | 2550.0
842 | 2550.0
843 | 2550.0
844 |
845 |
846 | 255.0
847 | 255.0
848 | 255.0
849 | 255.0
850 |
851 | -0.1
852 |
853 | 87.0
854 | 93.0
855 | 97.0
856 | 99.0
857 | 101.0
858 | 103.0
859 | 105.0
860 | 107.0
861 |
862 |
863 | 100.0
864 | 100.0
865 | 100.0
866 | 100.0
867 | 100.0
868 | 100.0
869 | 100.0
870 | 100.0
871 |
872 |
873 | -200.0
874 | -100.0
875 | -50.0
876 | 50.0
877 | 100.0
878 | 200.0
879 |
880 |
881 | 0.0
882 | 0.0
883 | 0.0
884 | 0.0
885 | 0.0
886 | 0.0
887 |
888 | 7000.0
889 |
890 | 255.0
891 | 255.0
892 | 255.0
893 | 255.0
894 | 255.0
895 | 255.0
896 | 255.0
897 |
898 |
899 |
900 |
901 | 13.8 13.8 13.8 14.3 14.9 14.9 14.8 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7
902 | 13.8 13.8 13.8 14.3 14.8 14.8 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7
903 | 13.8 13.8 13.8 14.3 14.8 14.8 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7 14.7
904 | 13.8 13.8 13.8 14.3 14.7 14.7 14.6 14.7 14.6 14.6 14.6 14.5 14.5 14.4 14.4 14.4
905 | 13.8 13.8 13.8 14.3 14.7 14.8 14.6 14.6 14.4 14.3 14.2 14.1 14.0 14.0 14.0 14.0
906 | 13.8 13.8 13.8 14.2 14.6 14.7 14.5 14.6 14.1 14.0 13.9 13.7 13.6 13.5 13.5 13.5
907 | 14.3 14.3 14.3 14.7 14.5 14.3 14.1 13.9 13.7 13.6 13.6 13.5 13.5 13.4 13.4 13.4
908 | 14.2 14.2 14.2 14.5 14.4 14.2 14.0 13.8 13.6 13.5 13.5 13.4 13.4 13.4 13.4 13.4
909 | 14.1 14.1 14.2 14.4 14.2 14.1 13.9 13.7 13.5 13.5 13.4 13.4 13.4 13.3 13.3 13.3
910 | 14.1 14.1 14.2 14.2 14.0 13.9 13.7 13.6 13.4 13.4 13.4 13.3 13.3 13.3 13.3 13.3
911 | 14.1 14.1 14.2 14.0 13.9 13.8 13.7 13.5 13.4 13.4 13.3 13.3 13.3 13.2 13.2 13.2
912 | 14.0 14.0 14.0 13.8 13.7 13.6 13.5 13.4 13.3 13.3 13.3 13.2 13.2 13.2 13.2 13.2
913 | 13.7 13.7 13.7 13.5 13.4 13.4 13.3 13.2 13.2 13.2 13.2 13.1 13.1 13.1 13.1 13.1
914 | 13.4 13.4 13.4 13.3 13.3 13.3 13.2 13.2 13.1 13.1 13.1 13.1 13.1 13.1 13.1 13.1
915 | 13.1 13.1 13.1 13.1 13.1 13.1 13.1 13.1 13.1 13.0 13.0 13.0 13.0 13.0 13.0 13.0
916 | 12.8 12.8 12.8 13.0 13.0 13.0 13.0 13.0 13.0 13.0 13.0 13.0 13.0 13.0 13.0 13.0
917 |
918 |
919 | 500.0
920 | 700.0
921 | 900.0
922 | 1500.0
923 | 2100.0
924 | 2900.0
925 | 3800.0
926 | 4700.0
927 | 5500.0
928 | 5700.0
929 | 5900.0
930 | 6100.0
931 | 6300.0
932 | 6500.0
933 | 6500.0
934 | 6500.0
935 |
936 |
937 | 16.0
938 | 26.0
939 | 30.0
940 | 36.0
941 | 40.0
942 | 46.0
943 | 50.0
944 | 56.0
945 | 60.0
946 | 66.0
947 | 70.0
948 | 76.0
949 | 86.0
950 | 90.0
951 | 96.0
952 | 100.0
953 |
954 |
955 |
956 | "No correction"
957 | "Wide Band"
958 | "Off"
959 | "Off"
960 | "Spark Only"
961 | 100.0
962 | 20.0
963 | 0.0
964 | 316.386
965 | 16.0
966 | "On/Off"
967 | "MAP"
968 | "Advance"
969 | "Yes"
970 | "No"
971 | "On"
972 | 15.0
973 | 9.0
974 | 19.0
975 | 15.0
976 | 1200.0
977 | 70.0
978 | "Board Default"
979 | "No"
980 | "Simple"
981 | "20"
982 | "Yes"
983 | "No"
984 |
985 | 7.0
986 | 9.0
987 | 12.1
988 | 13.9
989 | 16.9
990 | 20.3
991 |
992 |
993 | 154.0
994 | 117.0
995 | 107.0
996 | 100.0
997 | 100.0
998 | 100.0
999 |
1000 |
1001 | -40.014
1002 | -4.014
1003 | 31.986
1004 | 67.986
1005 | 94.986
1006 | 121.986
1007 | 143.586
1008 | 195.786
1009 | 247.986
1010 |
1011 |
1012 | 126.0
1013 | 116.0
1014 | 107.0
1015 | 100.0
1016 | 100.0
1017 | 102.0
1018 | 104.0
1019 | 105.0
1020 | 110.0
1021 |
1022 | 30.0
1023 | 300.0
1024 | 170.0
1025 | "Board Default"
1026 | "No"
1027 | "LOW"
1028 | 2500.0
1029 | -15.0
1030 | 4000.0
1031 | 15.0
1032 | 2.0
1033 | 0.0
1034 | 0.0
1035 | 120.0
1036 | 35.0
1037 | 38.0
1038 | 1.0
1039 | "Pullup"
1040 | "No"
1041 | "No"
1042 | "No"
1043 | "A0"
1044 | 4500.0
1045 | 30.0
1046 | 2500.0
1047 |
1048 | 1200.0
1049 | 1150.0
1050 | 1100.0
1051 | 1000.0
1052 | 950.0
1053 | 860.0
1054 | 850.0
1055 | 800.0
1056 | 800.0
1057 | 800.0
1058 |
1059 |
1060 | 0.0
1061 | 0.0
1062 | 0.0
1063 | 0.0
1064 | 0.0
1065 | 0.0
1066 | 0.0
1067 | 0.0
1068 | 0.0
1069 | 0.0
1070 |
1071 |
1072 | 70.0
1073 | 70.0
1074 | 70.0
1075 | 70.0
1076 | 65.0
1077 | 60.0
1078 | 55.0
1079 | 50.0
1080 | 50.0
1081 | 50.0
1082 |
1083 |
1084 | -16.614
1085 | 19.386
1086 | 42.786
1087 | 60.786
1088 | 78.786
1089 | 96.786
1090 | 116.586
1091 | 154.386
1092 | 188.586
1093 | 217.386
1094 |
1095 |
1096 | 0.0
1097 | 0.0
1098 | 0.0
1099 | 0.0
1100 |
1101 |
1102 | 83.0
1103 | 83.0
1104 | 83.0
1105 | 83.0
1106 |
1107 |
1108 | -40.014
1109 | 28.386
1110 | 60.786
1111 | 98.586
1112 |
1113 | "PWM Open loop"
1114 | "1"
1115 | "1"
1116 | "Normal"
1117 | -40.014
1118 | 0.0
1119 | 0.0
1120 | "No"
1121 | "On/Off"
1122 | "Board Default"
1123 | 199.386
1124 | 10.0
1125 | 0.0
1126 |
1127 | -40.014
1128 | -40.014
1129 | -40.014
1130 | -40.014
1131 |
1132 |
1133 |
1134 |
1135 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1136 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1137 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1138 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1139 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1140 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1141 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1142 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1143 |
1144 |
1145 | 0.0
1146 | 0.0
1147 | 0.0
1148 | 0.0
1149 | 0.0
1150 | 0.0
1151 | 0.0
1152 | 0.0
1153 |
1154 |
1155 | 0.0
1156 | 0.0
1157 | 0.0
1158 | 0.0
1159 | 0.0
1160 | 0.0
1161 | 0.0
1162 | 0.0
1163 |
1164 |
1165 | 100.0 100.0 100.0 100.0 0.0 0.0 0.0 0.0
1166 | 100.0 100.0 100.0 100.0 0.0 0.0 0.0 0.0
1167 | 100.0 100.0 100.0 100.0 0.0 0.0 0.0 0.0
1168 | 100.0 100.0 100.0 100.0 0.0 0.0 0.0 0.0
1169 | 100.0 100.0 100.0 100.0 0.0 0.0 0.0 0.0
1170 | 100.0 100.0 100.0 100.0 0.0 0.0 0.0 0.0
1171 | 100.0 100.0 100.0 100.0 0.0 0.0 0.0 0.0
1172 | 100.0 100.0 100.0 100.0 0.0 0.0 0.0 0.0
1173 |
1174 |
1175 | 100.0
1176 | 1500.0
1177 | 2500.0
1178 | 3000.0
1179 | 4500.0
1180 | 5500.0
1181 | 6500.0
1182 | 7000.0
1183 |
1184 |
1185 | 30.0
1186 | 40.0
1187 | 50.0
1188 | 60.0
1189 | 70.0
1190 | 80.0
1191 | 90.0
1192 | 100.0
1193 |
1194 |
1195 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1196 | 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
1197 | 0.0 0.0 0.0 0.0 0.0 10.0 18.0 25.0
1198 | 0.0 0.0 0.0 9.0 9.0 22.0 35.0 50.0
1199 | 0.0 0.0 0.0 14.0 14.0 29.0 53.0 75.0
1200 | 0.0 0.0 0.0 22.0 22.0 39.0 63.0 90.0
1201 | 0.0 0.0 0.0 31.0 31.0 52.0 80.0 100.0
1202 | 0.0 0.0 0.0 40.0 40.0 64.0 90.0 100.0
1203 |
1204 |
1205 | 100.0
1206 | 600.0
1207 | 1000.0
1208 | 2000.0
1209 | 300.0
1210 | 4000.0
1211 | 5500.0
1212 | 7000.0
1213 |
1214 |
1215 | 510.0
1216 | 510.0
1217 | 510.0
1218 | 510.0
1219 | 510.0
1220 | 510.0
1221 | 510.0
1222 | 510.0
1223 |
1224 |
1225 |
1226 |
1227 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1228 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1229 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1230 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1231 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1232 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1233 |
1234 |
1235 | 0.0
1236 | 0.0
1237 | 0.0
1238 | 0.0
1239 | 0.0
1240 | 0.0
1241 |
1242 |
1243 | 0.0
1244 | 0.0
1245 | 0.0
1246 | 0.0
1247 | 0.0
1248 | 0.0
1249 |
1250 |
1251 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1252 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1253 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1254 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1255 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1256 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1257 |
1258 |
1259 | 0.0
1260 | 0.0
1261 | 0.0
1262 | 0.0
1263 | 0.0
1264 | 0.0
1265 |
1266 |
1267 | 0.0
1268 | 0.0
1269 | 0.0
1270 | 0.0
1271 | 0.0
1272 | 0.0
1273 |
1274 |
1275 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1276 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1277 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1278 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1279 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1280 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1281 |
1282 |
1283 | 0.0
1284 | 0.0
1285 | 0.0
1286 | 0.0
1287 | 0.0
1288 | 0.0
1289 |
1290 |
1291 | 0.0
1292 | 0.0
1293 | 0.0
1294 | 0.0
1295 | 0.0
1296 | 0.0
1297 |
1298 |
1299 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1300 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1301 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1302 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1303 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1304 | -128.0 -128.0 -128.0 -128.0 -128.0 -128.0
1305 |
1306 |
1307 | 0.0
1308 | 0.0
1309 | 0.0
1310 | 0.0
1311 | 0.0
1312 | 0.0
1313 |
1314 |
1315 | 0.0
1316 | 0.0
1317 | 0.0
1318 | 0.0
1319 | 0.0
1320 | 0.0
1321 |
1322 |
1323 | 48.0 48.0 48.0 48.0 49.0 49.0
1324 | 49.0 49.0 50.0 50.0 50.0 50.0
1325 | 51.0 51.0 51.0 51.0 51.0 52.0
1326 | 52.0 52.0 52.0 53.0 53.0 53.0
1327 | 53.0 54.0 54.0 54.0 54.0 54.0
1328 | 55.0 55.0 55.0 55.0 56.0 56.0
1329 |
1330 |
1331 | 18400.0
1332 | 18400.0
1333 | 18500.0
1334 | 18500.0
1335 | 18500.0
1336 | 18500.0
1337 |
1338 |
1339 | 374.0
1340 | 372.0
1341 | 372.0
1342 | 372.0
1343 | 372.0
1344 | 370.0
1345 |
1346 |
1347 | 59.0 60.0 60.0 60.0 60.0 61.0
1348 | 61.0 61.0 61.0 61.0 62.0 62.0
1349 | 62.0 62.0 63.0 63.0 63.0 63.0
1350 | 64.0 64.0 -67.0 -67.0 -67.0 -67.0
1351 | -67.0 -67.0 87.0 79.0 73.0 67.0
1352 | 62.0 58.0 53.0 50.0 47.0 43.0
1353 |
1354 |
1355 | 16800.0
1356 | 16600.0
1357 | 16300.0
1358 | 16100.0
1359 | 15900.0
1360 | 15700.0
1361 |
1362 |
1363 | 294.0
1364 | 296.0
1365 | 300.0
1366 | 304.0
1367 | 306.0
1368 | 310.0
1369 |
1370 |
1371 | 14.0 13.0 12.0 11.0 9.0 8.0
1372 | 7.0 7.0 5.0 4.0 3.0 2.0
1373 | 2.0 0.0 0.0 -1.0 -2.0 -3.0
1374 | -3.0 -5.0 -5.0 -6.0 -7.0 -7.0
1375 | -8.0 -8.0 -10.0 -10.0 -11.0 -11.0
1376 | -12.0 -12.0 -13.0 -14.0 -15.0 -15.0
1377 |
1378 |
1379 | 11200.0
1380 | 11200.0
1381 | 11100.0
1382 | 11100.0
1383 | 11000.0
1384 | 11000.0
1385 |
1386 |
1387 | 214.0
1388 | 214.0
1389 | 216.0
1390 | 216.0
1391 | 218.0
1392 | 220.0
1393 |
1394 |
1395 | -22.0 -23.0 -23.0 -24.0 -25.0 -25.0
1396 | -25.0 -26.0 -26.0 -26.0 -27.0 -27.0
1397 | -28.0 -28.0 -28.0 -29.0 -29.0 -30.0
1398 | -30.0 -30.0 -31.0 -31.0 -31.0 -32.0
1399 | -32.0 -32.0 -33.0 -33.0 -33.0 -34.0
1400 | -34.0 -35.0 -35.0 -35.0 -36.0 -36.0
1401 |
1402 |
1403 | 9200.0
1404 | 9100.0
1405 | 9100.0
1406 | 9100.0
1407 | 9100.0
1408 | 9000.0
1409 |
1410 |
1411 | 176.0
1412 | 176.0
1413 | 178.0
1414 | 178.0
1415 | 180.0
1416 | 180.0
1417 |
1418 |
1419 |
1420 | "Disable"
1421 | "Disable"
1422 | "Enable"
1423 | "Off"
1424 | "Digital_local"
1425 | "Via Secondary Serial"
1426 | "Via Internal CAN"
1427 | "Via Internal CAN"
1428 | "Off"
1429 | "Digital_local"
1430 | "Via Secondary Serial"
1431 | "Via Internal CAN"
1432 | "Via Internal CAN"
1433 | "Off"
1434 | "Digital_local"
1435 | "Via Secondary Serial"
1436 | "Via Internal CAN"
1437 | "Via Internal CAN"
1438 | "Off"
1439 | "Digital_local"
1440 | "Via Secondary Serial"
1441 | "Via Internal CAN"
1442 | "Via Internal CAN"
1443 | "Off"
1444 | "Digital_local"
1445 | "Via Secondary Serial"
1446 | "Via Internal CAN"
1447 | "Via Internal CAN"
1448 | "Off"
1449 | "Digital_local"
1450 | "Via Secondary Serial"
1451 | "Via Internal CAN"
1452 | "Via Internal CAN"
1453 | "Off"
1454 | "Digital_local"
1455 | "Via Secondary Serial"
1456 | "Via Internal CAN"
1457 | "Via Internal CAN"
1458 | "Off"
1459 | "Digital_local"
1460 | "Via Secondary Serial"
1461 | "Via Internal CAN"
1462 | "Via Internal CAN"
1463 | "Off"
1464 | "Digital_local"
1465 | "Via Secondary Serial"
1466 | "Via Internal CAN"
1467 | "Via Internal CAN"
1468 | "Off"
1469 | "Digital_local"
1470 | "Via Secondary Serial"
1471 | "Via Internal CAN"
1472 | "Via Internal CAN"
1473 | "Off"
1474 | "Digital_local"
1475 | "Via Secondary Serial"
1476 | "Via Internal CAN"
1477 | "Via Internal CAN"
1478 | "Off"
1479 | "Digital_local"
1480 | "Via Secondary Serial"
1481 | "Via Internal CAN"
1482 | "Via Internal CAN"
1483 | "Off"
1484 | "Digital_local"
1485 | "Via Secondary Serial"
1486 | "Via Internal CAN"
1487 | "Via Internal CAN"
1488 | "Off"
1489 | "Digital_local"
1490 | "Via Secondary Serial"
1491 | "Via Internal CAN"
1492 | "Via Internal CAN"
1493 | "Off"
1494 | "Digital_local"
1495 | "Via Secondary Serial"
1496 | "Via Internal CAN"
1497 | "Via Internal CAN"
1498 | "Off"
1499 | "Digital_local"
1500 | "Via Secondary Serial"
1501 | "Via Internal CAN"
1502 | "Via Internal CAN"
1503 | "0x100"
1504 | "0x100"
1505 | "0x100"
1506 | "0x100"
1507 | "0x100"
1508 | "0x100"
1509 | "0x100"
1510 | "0x100"
1511 | "0x100"
1512 | "0x100"
1513 | "0x100"
1514 | "0x100"
1515 | "0x100"
1516 | "0x100"
1517 | "0x100"
1518 | "0x100"
1519 | "7"
1520 | "1"
1521 | "1"
1522 | "1"
1523 | "1"
1524 | "1"
1525 | "1"
1526 | "1"
1527 | "1"
1528 | "7"
1529 | "7"
1530 | "7"
1531 | "7"
1532 | "7"
1533 | "7"
1534 | "7"
1535 | "2"
1536 | "2"
1537 | "2"
1538 | "2"
1539 | "2"
1540 | "2"
1541 | "2"
1542 | "2"
1543 | "2"
1544 | "2"
1545 | "2"
1546 | "2"
1547 | "2"
1548 | "2"
1549 | "2"
1550 | "2"
1551 | 255.0
1552 | 255.0
1553 | "On"
1554 | "On"
1555 | "Off"
1556 | "Off"
1557 | "Off"
1558 | "Off"
1559 | "Off"
1560 | "Off"
1561 | "Off"
1562 |
1563 | 0.0
1564 | 0.0
1565 | 0.0
1566 | 0.0
1567 | 0.0
1568 | 0.0
1569 | 0.0
1570 | 0.0
1571 |
1572 | "7"
1573 | "1"
1574 | "1"
1575 | "1"
1576 | "1"
1577 | "1"
1578 | "1"
1579 | "1"
1580 | "1"
1581 | "1"
1582 | "1"
1583 | "1"
1584 | 0.0
1585 | 0.0
1586 | 0.0
1587 | 0.0
1588 | "CAN ID 0"
1589 | "0x100"
1590 | "0x100"
1591 | "0x100"
1592 | "A0"
1593 | "A0"
1594 | "A0"
1595 | "A0"
1596 | "A0"
1597 | "A0"
1598 | "A4"
1599 | "A0"
1600 | "A1"
1601 | "A6"
1602 | "A10"
1603 | "A10"
1604 | "A3"
1605 | "A3"
1606 | "A3"
1607 | "A8"
1608 | "30"
1609 | "8"
1610 | "1"
1611 | "8"
1612 | "11"
1613 | "8"
1614 | "12"
1615 | "8"
1616 | "1"
1617 | "8"
1618 | "26"
1619 | "8"
1620 | "46"
1621 | "8"
1622 | "7"
1623 | "8"
1624 | "Yes"
1625 | "0"
1626 | ""
1627 | ""
1628 | 765.0
1629 |
1630 | 7.0
1631 | 7.0
1632 | 7.0
1633 | 7.0
1634 | 7.0
1635 | 7.0
1636 | 7.0
1637 | 7.0
1638 | 7.0
1639 | 7.0
1640 | 7.0
1641 | 7.0
1642 | 7.0
1643 | 7.0
1644 | 7.0
1645 | 7.0
1646 | 7.0
1647 | 7.0
1648 | 7.0
1649 | 7.0
1650 | 7.0
1651 | 7.0
1652 | 7.0
1653 | 7.0
1654 | 7.0
1655 | 7.0
1656 | 7.0
1657 | 7.0
1658 | 7.0
1659 | 7.0
1660 | 7.0
1661 | 7.0
1662 | 7.0
1663 | 7.0
1664 | 7.0
1665 | 7.0
1666 | 7.0
1667 |
1668 |
1669 |
1670 |
1671 | -38.214
1672 | 35.586
1673 | 93.186
1674 | 181.386
1675 |
1676 |
1677 | 175.0
1678 | 155.0
1679 | 130.0
1680 | 125.0
1681 |
1682 | "FC"
1683 | "Off"
1684 | "Automatic"
1685 | "A0"
1686 |
1687 | 255.0
1688 | 255.0
1689 | 255.0
1690 | 255.0
1691 | 255.0
1692 | 255.0
1693 | 255.0
1694 | 255.0
1695 |
1696 |
1697 | 510.0
1698 | 510.0
1699 | 510.0
1700 | 510.0
1701 | 510.0
1702 | 510.0
1703 | 510.0
1704 | 510.0
1705 |
1706 | 65535.0
1707 | 255.0
1708 | 300.0
1709 | 700.0
1710 | 20.0
1711 |
1712 | 0.0
1713 | 20.0
1714 | 40.0
1715 | 60.0
1716 | 80.0
1717 | 100.0
1718 |
1719 |
1720 | 50.0
1721 | 50.0
1722 | 50.0
1723 | 50.0
1724 | 50.0
1725 | 50.0
1726 |
1727 |
1728 | 0.0
1729 | 20.0
1730 | 40.0
1731 | 60.0
1732 | 80.0
1733 | 100.0
1734 |
1735 |
1736 | 100.0
1737 | 100.0
1738 | 100.0
1739 | 100.0
1740 | 100.0
1741 | 100.0
1742 |
1743 |
1744 | 0.0
1745 | 20.0
1746 | 40.0
1747 | 60.0
1748 | 80.0
1749 | 100.0
1750 |
1751 |
1752 | 0.0
1753 | 0.0
1754 | 0.0
1755 | 1.0
1756 | 2.0
1757 | 3.0
1758 |
1759 | "Off"
1760 | "30"
1761 | 139.986
1762 | 250.0
1763 | 50.0
1764 | 17.0
1765 | "31"
1766 | "LOW"
1767 | "Yes"
1768 | 3000.0
1769 | 6000.0
1770 | 6.0
1771 | 3.0
1772 | 5.0
1773 | "32"
1774 | "No"
1775 | 6000.0
1776 | 7000.0
1777 | 3.0
1778 | 2.0
1779 | 5.0
1780 | "Analog"
1781 | "3"
1782 | "LOW"
1783 | "Off"
1784 | "No"
1785 | "3"
1786 | "3"
1787 | 7.5
1788 | 100.0
1789 | 1000.0
1790 |
1791 | 2000.0
1792 | 3000.0
1793 | 4000.0
1794 | 6000.0
1795 | 5000.0
1796 | 5000.0
1797 |
1798 |
1799 | 0.0
1800 | 0.0
1801 | 0.0
1802 | 0.0
1803 | -20.0
1804 | -20.0
1805 |
1806 |
1807 | 30.0
1808 | 30.0
1809 | 30.0
1810 | 30.0
1811 | 15.0
1812 | 3.0
1813 |
1814 | 1.0
1815 | 2.0
1816 | 20.0
1817 | 0.2
1818 | 0.1
1819 | 0.0
1820 | 0.0
1821 | "MAP"
1822 | "Off"
1823 | "MAP"
1824 | 102.0
1825 | "21"
1826 | "LOW"
1827 | "Yes"
1828 | 41.0
1829 | 6.0
1830 | 1.0
1831 | 0.0
1832 | 342.0
1833 | -1.0
1834 | 0.1
1835 | "Off"
1836 | "Off"
1837 | "Off"
1838 | "A0"
1839 | "A0"
1840 | 0.0
1841 | 0.0
1842 | 0.0
1843 | 0.0
1844 |
1845 | 0.0
1846 | 0.0
1847 | 0.0
1848 | 0.0
1849 |
1850 |
1851 | 0.0
1852 | 0.0
1853 | 0.0
1854 | 0.0
1855 |
1856 | "Off"
1857 | "Simple"
1858 | "Off"
1859 | 0.0
1860 | 0.0
1861 | 0.0
1862 | 0.0
1863 | -40.014
1864 | 0.0
1865 | "Off"
1866 | "Board Default"
1867 | "Normal"
1868 | "Off"
1869 | "Board Default"
1870 | "Normal"
1871 | "Board Default"
1872 |
1873 | 0.0
1874 | 100.0
1875 | 200.0
1876 | 300.0
1877 | 400.0
1878 | 500.0
1879 |
1880 |
1881 | 0.0
1882 | 0.0
1883 | 0.0
1884 | 0.0
1885 | 0.0
1886 | 0.0
1887 |
1888 | 0.0
1889 | 0.0
1890 | "Board Default"
1891 |
1892 | -40.014
1893 | -40.014
1894 | -40.014
1895 | -40.014
1896 | -40.014
1897 | -40.014
1898 |
1899 |
1900 | 0.0
1901 | 0.0
1902 | 0.0
1903 | 0.0
1904 | 0.0
1905 | 0.0
1906 |
1907 | "MAP"
1908 | "Off"
1909 | "RPM"
1910 | 0.0
1911 | "LOW"
1912 | "No"
1913 |
1914 | 0.0
1915 | 0.0
1916 |
1917 |
1918 |
1919 |
1920 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1921 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1922 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1923 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1924 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1925 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1926 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1927 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1928 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1929 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1930 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1931 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1932 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1933 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1934 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1935 | 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0 100.0
1936 |
1937 |
1938 | 500.0
1939 | 700.0
1940 | 900.0
1941 | 1500.0
1942 | 2100.0
1943 | 2900.0
1944 | 3800.0
1945 | 4700.0
1946 | 5500.0
1947 | 5700.0
1948 | 5900.0
1949 | 6100.0
1950 | 6300.0
1951 | 6500.0
1952 | 6600.0
1953 | 6600.0
1954 |
1955 |
1956 | 16.0
1957 | 26.0
1958 | 30.0
1959 | 36.0
1960 | 40.0
1961 | 46.0
1962 | 50.0
1963 | 56.0
1964 | 60.0
1965 | 66.0
1966 | 70.0
1967 | 76.0
1968 | 86.0
1969 | 90.0
1970 | 96.0
1971 | 100.0
1972 |
1973 |
1974 |
1975 |
1976 | 255.0 255.0 255.0 255.0 255.0 255.0 255.0 255.0
1977 | 255.0 255.0 255.0 255.0 255.0 255.0 255.0 255.0
1978 | 255.0 255.0 255.0 255.0 255.0 255.0 255.0 255.0
1979 | 255.0 255.0 255.0 255.0 255.0 255.0 255.0 255.0
1980 | 255.0 255.0 255.0 255.0 255.0 255.0 255.0 255.0
1981 | 255.0 255.0 255.0 255.0 255.0 255.0 255.0 255.0
1982 | 255.0 255.0 255.0 255.0 255.0 255.0 255.0 255.0
1983 | 255.0 255.0 255.0 255.0 255.0 255.0 255.0 255.0
1984 |
1985 |
1986 | 25500.0
1987 | 25500.0
1988 | 25500.0
1989 | 25500.0
1990 | 25500.0
1991 | 25500.0
1992 | 25500.0
1993 | 25500.0
1994 |
1995 |
1996 | 510.0
1997 | 510.0
1998 | 510.0
1999 | 510.0
2000 | 510.0
2001 | 510.0
2002 | 510.0
2003 | 510.0
2004 |
2005 |
2006 | 3.5 3.5 3.5 3.5
2007 | 3.5 3.5 3.5 3.5
2008 | 3.5 3.5 3.5 3.5
2009 | 3.5 3.5 3.5 3.5
2010 |
2011 |
2012 | 1000.0
2013 | 3000.0
2014 | 5000.0
2015 | 7000.0
2016 |
2017 |
2018 | 20.0
2019 | 50.0
2020 | 70.0
2021 | 100.0
2022 |
2023 |
2024 | 0.0
2025 | 0.0
2026 | 0.0
2027 | 0.0
2028 | 0.0
2029 | 0.0
2030 | 0.0
2031 | 0.0
2032 | 0.0
2033 | 0.0
2034 | 0.0
2035 | 0.0
2036 | 0.0
2037 | 0.0
2038 | 0.0
2039 | 0.0
2040 | 0.0
2041 | 0.0
2042 | 0.0
2043 | 0.0
2044 | 0.0
2045 | 0.0
2046 | 0.0
2047 | 0.0
2048 | 0.0
2049 | 0.0
2050 | 0.0
2051 | 0.0
2052 | 0.0
2053 | 0.0
2054 | 0.0
2055 | 0.0
2056 | 0.0
2057 | 0.0
2058 | 0.0
2059 | 0.0
2060 | 0.0
2061 | 0.0
2062 | 0.0
2063 | 0.0
2064 | 0.0
2065 | 0.0
2066 | 0.0
2067 | 0.0
2068 | 0.0
2069 | 0.0
2070 | 0.0
2071 | 0.0
2072 | 0.0
2073 | 0.0
2074 | 0.0
2075 | 0.0
2076 | 0.0
2077 | 0.0
2078 | 0.0
2079 | 0.0
2080 | 0.0
2081 | 0.0
2082 | 0.0
2083 | 0.0
2084 | 0.0
2085 | 0.0
2086 | 0.0
2087 | 0.0
2088 | 0.0
2089 | 0.0
2090 | 0.0
2091 | 0.0
2092 | 0.0
2093 | 0.0
2094 | 0.0
2095 | 0.0
2096 | 0.0
2097 | 0.0
2098 | 0.0
2099 | 0.0
2100 | 0.0
2101 | 0.0
2102 | 0.0
2103 | 0.0
2104 |
2105 |
2106 | 0.0
2107 | 0.0
2108 | 0.0
2109 | 0.0
2110 | 0.0
2111 | 0.0
2112 | 0.0
2113 | 0.0
2114 |
2115 |
2116 |
2117 | "Active high"
2118 | "Active low"
2119 | "Active low"
2120 | "Active low"
2121 | "Active high"
2122 | "Active high"
2123 | "Active low"
2124 | "Active high"
2125 | 78.0
2126 |
2127 | 0.0
2128 | 0.0
2129 | 0.0
2130 | 0.0
2131 | 0.0
2132 | 0.0
2133 | 0.0
2134 | 0.0
2135 |
2136 | "Disabled"
2137 | "Disabled"
2138 | "Disabled"
2139 | "Disabled"
2140 | "Disabled"
2141 | "Disabled"
2142 | "Disabled"
2143 | "Disabled"
2144 |
2145 | 8.0
2146 | 8.1
2147 | 8.1
2148 | 8.1
2149 | 8.1
2150 | 8.1
2151 | 8.2
2152 | 8.2
2153 |
2154 |
2155 | 82.0
2156 | 82.0
2157 | 83.0
2158 | 83.0
2159 | 83.0
2160 | 83.0
2161 | 84.0
2162 | 84.0
2163 |
2164 | "status bits 3"
2165 | "status bits 3"
2166 | "status bits 3"
2167 | "status bits 3"
2168 | "engineProtectStatus"
2169 | "engineProtectStatus"
2170 |
2171 | 84.0
2172 | 84.0
2173 | 85.0
2174 | 85.0
2175 | 85.0
2176 | 85.0
2177 | 85.0
2178 | 86.0
2179 |
2180 | "engineProtectStatus"
2181 | "engineProtectStatus"
2182 | "Fuel load"
2183 | "Fuel load"
2184 | "Fuel load"
2185 | "Fuel load"
2186 | "Fuel load"
2187 |
2188 | 86.0
2189 | 86.0
2190 | 86.0
2191 | 87.0
2192 | 87.0
2193 | 87.0
2194 | 87.0
2195 | 88.0
2196 | 88.0
2197 | 88.0
2198 | 88.0
2199 | 88.0
2200 | 89.0
2201 | 89.0
2202 | 89.0
2203 | 89.0
2204 |
2205 |
2206 | 23130.0
2207 | 23130.0
2208 | 23387.0
2209 | 23387.0
2210 | 23643.0
2211 | 23644.0
2212 | 23900.0
2213 | 23901.0
2214 |
2215 |
2216 | 24157.0
2217 | 24158.0
2218 | 24158.0
2219 | 24415.0
2220 | 24415.0
2221 | 24672.0
2222 | 24672.0
2223 | 24929.0
2224 |
2225 | "!="
2226 | "<"
2227 | "AND"
2228 | "!="
2229 | "<"
2230 | "AND"
2231 | ">"
2232 | "<"
2233 | "AND"
2234 | ">"
2235 | "<"
2236 | "AND"
2237 | ">"
2238 | "<"
2239 | "AND"
2240 | ">"
2241 | "<"
2242 | "AND"
2243 | ">"
2244 | "<"
2245 | "AND"
2246 | ">="
2247 | "<"
2248 | "AND"
2249 |
2250 | 25443.0
2251 | 25699.0
2252 | 25700.0
2253 | 25956.0
2254 | 25957.0
2255 | 25957.0
2256 | 26214.0
2257 | 26214.0
2258 |
2259 |
2260 | 103.0
2261 | 103.0
2262 | 103.0
2263 | 103.0
2264 | 104.0
2265 | 104.0
2266 | 104.0
2267 | 104.0
2268 | 104.0
2269 | 105.0
2270 | 105.0
2271 | 105.0
2272 | 105.0
2273 | 106.0
2274 | 106.0
2275 | 106.0
2276 | 106.0
2277 | 107.0
2278 | 107.0
2279 | 107.0
2280 | 107.0
2281 | 107.0
2282 |
2283 |
2284 |
2285 |
2286 | 68.0 68.0 69.0 69.0 69.0 69.0 70.0 70.0 70.0 70.0 71.0 71.0 71.0 71.0 71.0 72.0
2287 | 72.0 72.0 72.0 73.0 73.0 73.0 73.0 74.0 74.0 74.0 74.0 74.0 75.0 75.0 75.0 75.0
2288 | 76.0 76.0 76.0 76.0 77.0 77.0 77.0 77.0 77.0 78.0 78.0 78.0 78.0 79.0 79.0 79.0
2289 | 79.0 80.0 80.0 80.0 80.0 80.0 81.0 81.0 81.0 81.0 82.0 82.0 82.0 82.0 83.0 83.0
2290 | 83.0 83.0 84.0 84.0 84.0 84.0 84.0 85.0 85.0 85.0 85.0 86.0 86.0 86.0 86.0 87.0
2291 | 87.0 87.0 87.0 87.0 88.0 88.0 88.0 88.0 89.0 89.0 89.0 89.0 90.0 90.0 90.0 90.0
2292 | 90.0 91.0 91.0 91.0 91.0 92.0 92.0 92.0 92.0 93.0 93.0 93.0 93.0 93.0 94.0 94.0
2293 | 94.0 94.0 95.0 95.0 95.0 95.0 96.0 96.0 96.0 96.0 97.0 97.0 97.0 97.0 97.0 98.0
2294 | 98.0 98.0 98.0 99.0 99.0 99.0 99.0 100.0 100.0 100.0 100.0 100.0 101.0 101.0 101.0 101.0
2295 | 102.0 102.0 102.0 102.0 103.0 103.0 103.0 103.0 103.0 104.0 104.0 104.0 104.0 105.0 105.0 105.0
2296 | 105.0 106.0 106.0 106.0 106.0 106.0 107.0 107.0 107.0 107.0 108.0 108.0 108.0 108.0 109.0 109.0
2297 | 109.0 109.0 110.0 110.0 110.0 110.0 110.0 111.0 111.0 111.0 111.0 112.0 112.0 112.0 112.0 113.0
2298 | 113.0 113.0 113.0 113.0 114.0 114.0 114.0 114.0 115.0 115.0 115.0 115.0 116.0 116.0 116.0 116.0
2299 | 116.0 117.0 117.0 117.0 117.0 118.0 118.0 118.0 118.0 119.0 119.0 119.0 119.0 119.0 120.0 120.0
2300 | 120.0 120.0 121.0 121.0 121.0 121.0 122.0 122.0 122.0 122.0 123.0 123.0 123.0 123.0 123.0 124.0
2301 | 124.0 124.0 124.0 125.0 125.0 125.0 125.0 126.0 126.0 126.0 126.0 126.0 127.0 127.0 127.0 127.0
2302 |
2303 |
2304 | 16800.0
2305 | 16800.0
2306 | 16800.0
2307 | 16800.0
2308 | 16900.0
2309 | 16900.0
2310 | 16900.0
2311 | 16900.0
2312 | 16900.0
2313 | 17000.0
2314 | 17000.0
2315 | 17000.0
2316 | 17000.0
2317 | 17100.0
2318 | 17100.0
2319 | 17100.0
2320 |
2321 |
2322 | 350.0
2323 | 350.0
2324 | 348.0
2325 | 348.0
2326 | 348.0
2327 | 348.0
2328 | 346.0
2329 | 346.0
2330 | 346.0
2331 | 346.0
2332 | 344.0
2333 | 344.0
2334 | 344.0
2335 | 344.0
2336 | 344.0
2337 | 342.0
2338 |
2339 |
2340 |
2341 |
2342 |
2343 |
2344 |
2345 |
2346 |
2347 |
2348 |
2349 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |

4 |
5 | [](https://speeduino.com/home/community/slack)
6 |
7 | ##### A low cost, DIY friendly Engine Management System (ECU) based on the Arduino framework
8 |
9 |
10 |
11 | ## Speeduino
12 | The Speeduino project is a flexible, fully featured Engine Management Systems (EMS aka ECU) based on the low cost and open source Arduino platform. It provides the hardware, firmware and software components that make up an engine management system, all provided under open licenses. With over 1000 installations, Speeduino has matured into a product that meets the needs of the hobbyist and enthusiast community without driving prices to the levels of traditional aftermarket ECUs.
13 |
14 | ## Overview
15 | This repositiory contains official and user contributed tune files that can then be downloaded through [SpeedyLoader](https://github.com/speeduino/SpeedyLoader)
16 |
17 | ## How do I contribute a tune?
18 | This library contains both official tunes as well as user contributed ones. If you'd like to contribute your tune, a Pull Request or Issue can be submitted against this repository to get it added.
19 |
20 | Please note that all tunes submitted are released under the [Creative Commons CC BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/).
21 |
22 | ### As an issue
23 |
24 | If you're not comfortable with creating a Pull Request, simply create a new Issue (https://github.com/speeduino/Tunes/issues) and attach your tune file. Make sure to add details about your tune such as the specific make/model, whether it is for a stock vehicle or what the modification details are, which firmwar the tune was created for etc.
25 |
26 | ### As a Pull Request
27 |
28 | When adding your tune, 2 main steps are needed:
29 |
30 | 1. Your tune file should be placed in the relevant manufacturer folder (Eg "Mazda", "BMW" etc). If the manufacturer for your tune does not exist already, you should create this folder
31 | 2. You will need to add an entry into the bottom of the `index.json` file with the details of your tune. A sample entry is below:
32 | ```
33 | {
34 | "id": "3",
35 | "displayName": "Miata / MX5 96-97 PNP",
36 | "make": "Mazda",
37 | "firmware": 201909,
38 | "provider": "Speeduino",
39 | "type": "Stock",
40 | "board": "Miata NA8 PNP",
41 | "description": "Tune for use with the Speeduino PNP units on 1996-1997 NA8 Miata + MX5",
42 | "filename": "NA8%20PNP%20base%20tune.msq"
43 | },
44 | ```
45 |
46 | #### Field List:
47 |
48 | * id: This should be the next number from the previous last entry in the file
49 | * displayName: A brief description of the engine / car your tune is for. If it is a non-stock tune then a very brief description of the modifications should be added. Eg: `Miata / MX5 96-97 PNP with Turbo`
50 | * make: The manufacturer of the car/engine the tune is for. **Must match the folder name that the tune file has been placed in (case sensitive)**
51 | * firmware: The firmware version that the tune was created with
52 | * provider: A username that will be shown in SpeedyLoader for who authored the tune
53 | * type: Either `Stock` or `Modified` depending on whether the tune is for a stock engine setup or a modified one
54 | * board: The hardware design that the tune was developed on (Eg v0.4, NA6 PNP etc)
55 | * description: A longer description of the tune. If it is for a modified engine, please describe in detail the modifications you've made
56 | * filename: The filename of the tune
57 |
58 | ## License
59 | All tunes are provided under the [Creative Commons CC BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/).
60 |
61 | ## Support
62 | In addition the manual referenced above, Speeduino has a large and very vibrant community of people to help out with your setup or any questions you might add.
63 |
64 | * [Speeduino Manual](https://wiki.speeduino.com)
65 | * [Speeduino Forum](https://speeduino.com/forum)
66 | * [Discord](https://speeduino.com/home/community/discord)
67 | * [Facebook](https://www.facebook.com/groups/191918764521976/)
68 |
69 | ## Contributors
70 |
71 | This project exists thanks to all the people who contribute, both in terms of code and testing provided. If you'd like to get involved, please have a read through [Contributing](contributing.md) and then jump on Slack to discuss things further
72 |
--------------------------------------------------------------------------------
/index.json:
--------------------------------------------------------------------------------
1 | [{
2 | "id": "1",
3 | "displayName": "Speeduino Generic base tune",
4 | "make": "Generic",
5 | "firmware": 202305,
6 | "provider": "Speeduino",
7 | "type": "Stock",
8 | "board": "v0.4",
9 | "description": "This is the generic basic tune for Speeduino v0.4 and v0.3. It is not meant to work out of the box for every vehicle, but will give all settings a sane value",
10 | "filename": "Speeduino%20base%20tune.msq"
11 | },
12 | {
13 | "id": "2",
14 | "displayName": "Miata / MX5 89-95 PNP",
15 | "make": "Mazda",
16 | "firmware": 202108,
17 | "provider": "Speeduino",
18 | "type": "Stock",
19 | "board": "NA6 PNP",
20 | "description": "Tune for use with the Speeduino PNP units on 1989-1995 NA6 and NA8 Miata + MX5",
21 | "filename": "NA6%20PNP%20base%20tune.msq"
22 | },
23 | {
24 | "id": "3",
25 | "displayName": "Miata / MX5 96-97 PNP",
26 | "make": "Mazda",
27 | "firmware": 202108,
28 | "provider": "Speeduino",
29 | "type": "Stock",
30 | "board": "NA8 PNP",
31 | "description": "Tune for use with the Speeduino PNP units on 1996-1997 NA8 Miata + MX5",
32 | "filename": "NA8%20PNP%20base%20tune.msq"
33 | },
34 | {
35 | "id": "12",
36 | "displayName": "Miata / MX5 96-98 PNP (SpeedyEFI)",
37 | "make": "Mazda",
38 | "firmware": 202103,
39 | "provider": "SpeedyEFI",
40 | "type": "Stock",
41 | "board": "UA4C",
42 | "description": "Tune for use with the SpeedyEFI UA4C PNP",
43 | "filename": "Miata_PNP96-98_SpeedyEFI.msq"
44 | },
45 | {
46 | "id": "13",
47 | "displayName": "Miata / MX5 99-00 PNP (SpeedyEFI)",
48 | "make": "Mazda",
49 | "firmware": 202207,
50 | "provider": "SpeedyEFI",
51 | "type": "Stock",
52 | "board": "UA4C",
53 | "description": "Tune for use with the SpeedyEFI UA4C PNP",
54 | "filename": "Miata_PNP99-00_SpeedyEFI.msq"
55 | },
56 | {
57 | "id": "4",
58 | "displayName": "Miata / MX5 01-05 PNP",
59 | "make": "Mazda",
60 | "firmware": 202108,
61 | "provider": "Speeduino",
62 | "type": "Stock",
63 | "board": "NB2 PNP",
64 | "description": "Tune for use with the Speeduino PNP units on 2001-2005 NB8B Miata + MX5",
65 | "filename": "NB8B%20PNP%20base%20tune.msq"
66 | },
67 | {
68 | "id": "5",
69 | "displayName": "BMW M50NV PNP",
70 | "make": "BMW",
71 | "firmware": 202202,
72 | "provider": "Pazi88",
73 | "type": "Stock",
74 | "description": "",
75 | "board": "BMW PNP",
76 | "filename": "M50NV_PnP.msq"
77 | },
78 | {
79 | "id": "6",
80 | "displayName": "BMW M50TU PNP",
81 | "make": "BMW",
82 | "firmware": 202202,
83 | "provider": "Pazi88",
84 | "type": "Stock",
85 | "description": "",
86 | "board": "BMW PNP",
87 | "filename": "M50TU_PnP.msq"
88 | },
89 | {
90 | "id": "7",
91 | "displayName": "BMW M52 PNP",
92 | "make": "BMW",
93 | "firmware": 202202,
94 | "provider": "Pazi88",
95 | "type": "Stock",
96 | "description": "",
97 | "board": "DIY-EFI CORE4",
98 | "filename": "M52_PnP.msq"
99 | },
100 | {
101 | "id": "8",
102 | "displayName": "BMW M43 PNP",
103 | "make": "BMW",
104 | "firmware": 202202,
105 | "provider": "Pazi88",
106 | "type": "Stock",
107 | "description": "",
108 | "board": "BMW PNP",
109 | "filename": "M43_PnP.msq"
110 | },
111 | {
112 | "id": "9",
113 | "displayName": "BMW M60 PNP",
114 | "make": "BMW",
115 | "firmware": 202202,
116 | "provider": "Pazi88",
117 | "type": "Stock",
118 | "description": "",
119 | "board": "BMW PNP",
120 | "filename": "M60_PnP.msq"
121 | },
122 | {
123 | "id": "10",
124 | "displayName": "BMW M52TU PNP",
125 | "make": "BMW",
126 | "firmware": 202202,
127 | "provider": "Pazi88",
128 | "type": "Stock",
129 | "description": "",
130 | "board": "DIY-EFI CORE4",
131 | "filename": "M52TU_PnP.msq"
132 | },
133 | {
134 | "id": "11",
135 | "displayName": "4G93",
136 | "make": "Mitsubishi",
137 | "firmware": 202103,
138 | "provider": "Steven Chua",
139 | "type": "Stock",
140 | "description": "Stock 4G93 tune with support for limited boost. Some adjustment of CAS maybe needed to align with the trigger angle used",
141 | "board": "v0.4",
142 | "filename": "4g93_stock.msq"
143 | },
144 | {
145 | "id": "12",
146 | "displayName": "A4 B5 1.8t",
147 | "make": "Audi",
148 | "firmware": 202501,
149 | "provider": "N/A",
150 | "type": "Stock",
151 | "description": "Stock Audi A4 B5 1.8t engine",
152 | "board": "UA4C",
153 | "filename": "Audi_A4_B5_1.8t.msq"
154 | }
155 | ]
156 |
--------------------------------------------------------------------------------
/schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "type": "array",
3 | "items": {
4 | "type": "object",
5 | "properties": {
6 | "id": {
7 | "type": "string"
8 | },
9 | "displayName": {
10 | "type": "string"
11 | },
12 | "make": {
13 | "type": "string"
14 | },
15 | "firmware": {
16 | "type": "integer"
17 | },
18 | "provider": {
19 | "type": "string"
20 | },
21 | "type": {
22 | "type": "string"
23 | },
24 | "board": {
25 | "type": "string"
26 | },
27 | "description": {
28 | "type": "string"
29 | },
30 | "filename": {
31 | "type": "string"
32 | }
33 | },
34 | "required": [
35 | "id",
36 | "displayName",
37 | "make",
38 | "firmware",
39 | "provider",
40 | "type",
41 | "board",
42 | "description",
43 | "filename"
44 | ]
45 | }
46 | }
47 |
--------------------------------------------------------------------------------
/schema.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
--------------------------------------------------------------------------------