| Anonymous | Login | Signup for a new account | 2010-09-08 04:06 UTC |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000076 | [FreeEMS-Tuner] User Interface | feature | N/A | 2008-11-28 23:33 | 2009-09-04 10:39 | |||||||
| Reporter | Fred | View Status | public | |||||||||
| Assigned To | sry_not4sale | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | ||||||||||
| Summary | 0000076: Add ability to cell by cell tune tables to memory dump tab | |||||||||||
| Description |
This one should be pretty easy too :-) You'll need to source the location id from the same drop down. Then you need three numeric text entry fields : RPM index Load index Value The three new packet types are : /* Main table manipulation */ #define adjustMainTableCell 100 #define adjustMainTableRPMAxis 102 #define adjustMainTableLoadAxis 104 The first one has 8 bytes of payload in the form of 4 unsigned shorts. <start><header> location id, rpm index, load index, cell value <checksum><stop> The second is : <start><header> location id, rpm index, rpm value <checksum><stop> And the third : <start><header> location id, load index, load value <checksum><stop> This will form the foundation of tuning into the future :-) Should be easy as pie to do as well :-) Mean while Aaron can fix those bugs ;-) |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Issue Type | New Feature | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Mantis 1.1.7[^] Copyright © 2000 - 2008 Mantis Group |