DTCs now hav severity and improved DTCMaintenance
This commit is contained in:
@@ -75,13 +75,25 @@
|
||||
<table class="table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="col-md-4" scope="col">Timestamp</th>
|
||||
<th class="col-md-4" scope="col">DTC</th>
|
||||
<th class="col-md-4" scope="col">active</th>
|
||||
<th class="col-md-3" scope="col">Zeitstempel</th>
|
||||
<th class="col-md-3" scope="col">Fehlercode</th>
|
||||
<th class="col-md-3" scope="col">Schwere</th>
|
||||
<th class="col-md-3" scope="col">Aktiv</th>
|
||||
</tr>
|
||||
%DTC_TABLE%
|
||||
</tbody>
|
||||
</table>
|
||||
<p>
|
||||
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseDTCDescription"
|
||||
aria-expanded="false" aria-controls="collapseDTCDescription">
|
||||
DTC Beschreibung
|
||||
</button>
|
||||
</p>
|
||||
<div class="collapse" id="collapseDTCDescription">
|
||||
<div class="card card-body">
|
||||
<embed type="text/html" src="static/dtc.txt" width="100%">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
12
Software/data/static/dtc.txt
Normal file
12
Software/data/static/dtc.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
1 - TANK_EMPTY
|
||||
2 - DTC_TANK_LOW
|
||||
3 - DTC_NO_EEPROM_FOUND
|
||||
4 - DTC_EEPROM_CFG_BAD
|
||||
5 - DTC_EEPROM_PDS_BAD
|
||||
6 - DTC_EEPROM_PDSADRESS_BAD
|
||||
7 - DTC_EEPROM_VERSION_BAD
|
||||
8 - DTC_FLASHFS_ERROR
|
||||
9 - DTC_FLASHFS_VERSION_ERROR
|
||||
10 - DTC_NO_GPS_SERIAL
|
||||
11 - DTC_CAN_TRANSCEIVER_FAILED
|
||||
12 - DTC_NO_CAN_SIGNAL
|
BIN
Software/data/static/img/critical.png
Normal file
BIN
Software/data/static/img/critical.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
BIN
Software/data/static/img/info.png
Normal file
BIN
Software/data/static/img/info.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
Software/data/static/img/warn.png
Normal file
BIN
Software/data/static/img/warn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Reference in New Issue
Block a user