Interactive ASAM XCP measurement & calibration simulator with real-time DAQ, map/curve editors, A2L browser, and CTO/DTO protocol visualization
| Parameter | Address | Value | Unit | Min/Max |
|---|
| RPM | 800 | 1500 | 2500 | 3500 | 4500 | 5500 | 6500 |
|---|---|---|---|---|---|---|---|
| Advance ° | 8 | 14 | 22 | 28 | 32 | 34 | 30 |
Select a parameter from the A2L tree to view details
| Project | ENGINE_ECU_M1 |
| Module | ECM_Module |
| Version | ASAM MCD-2MC v1.71 |
| ECU Address | 0x40000000 - 0x4003FFFF |
| Measurements | 6 signals |
| Characteristics | 8 scalars + 1 curve + 1 map |
| COMPU_METHOD | Linear, Tab_Interp, Rat_Func |
| Byte Order | MSB_LAST (Little-Endian) |
| Code | Command | Description |
|---|---|---|
0xFF | CONNECT | Establish connection to slave |
0xFE | DISCONNECT | Close connection |
0xFD | GET_STATUS | Read session status & protection |
0xFC | SYNCH | Synchronize after error |
0xFB | GET_COMM_MODE_INFO | Get comm capabilities |
0xF9 | GET_ID | Read slave identification |
0xF5 | SET_MTA | Set memory transfer address |
0xF4 | UPLOAD | Read from MTA (n bytes) |
0xF3 | SHORT_UPLOAD | Read from address directly |
0xF0 | DOWNLOAD | Write to MTA (n bytes) |
0xEF | SHORT_DOWNLOAD | Write to address directly |
0xEB | SET_CAL_PAGE | Switch calibration page |
0xEA | GET_CAL_PAGE | Query active cal page |
| Code | Command | Description |
|---|---|---|
0xE5 | FREE_DAQ | Release all DAQ lists |
0xE4 | ALLOC_DAQ | Allocate DAQ list count |
0xE3 | ALLOC_ODT | Allocate ODTs per DAQ list |
0xE2 | ALLOC_ODT_ENTRY | Allocate entries per ODT |
0xE1 | SET_DAQ_PTR | Point to ODT entry |
0xE0 | WRITE_DAQ | Configure ODT entry (addr/size) |
0xDE | SET_DAQ_LIST_MODE | Set event channel & prescaler |
0xDD | START_STOP_DAQ_LIST | Start/stop individual list |
0xDC | START_STOP_SYNCH | Start/stop all DAQ lists |
0xDB | GET_DAQ_CLOCK | Read ECU timestamp |
| Code | Name |
|---|---|
0x00 | ERR_CMD_SYNCH |
0x10 | ERR_CMD_BUSY |
0x20 | ERR_CMD_UNKNOWN |
0x21 | ERR_CMD_SYNTAX |
0x22 | ERR_OUT_OF_RANGE |
0x25 | ERR_ACCESS_DENIED |
0x30 | ERR_PAGE_NOT_VALID |
0x31 | ERR_PAGE_MODE_NOT_VALID |
0x33 | ERR_WRITE_PROTECTED |