This is an old revision of the document!


Carmon

As electronic systems installed in cars are becoming more and more complex these days, the probability of their failure rapidly increases. Due to this complexity aspect, post-mortem analysis of such failure is quite often problematic, sometimes even impossible due to the lack of enough data. To mitigate this problem and simplify identification of the failure root cause, it would be nice if it might be possible to continuously monitor electronic systems in the car, providing for possibility to identify on-the-fly any non-standard patterns in their behavior, as well as collect appropriate set of information which could be later used during post-mortem problem analysis.

Goals

  • collecting operational data
  • analyzing data on-the-fly
  • detecting potential problems on-the-fly
  • informing car driver about problems found
  • storing collected data in central database
  • off-line data analysis

Architecture

On-board monitoring system

Central database and expert system

Data processor

Display distance between DPF rejuvenations
$ grep DPFDIST * | cut -d ',' -f 4 | gawk '{aa = strtonum("0x" $0); if (aa < 200) print aa}' > /tmp/dpfdist
$ echo "set terminal x11; set grid; plot '/tmp/dpfdist' with lines" | gnuplot -p
projects/carmon.1479230010.txt.gz · Last modified: 2016/11/15 18:13 by admin
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0