SWMU
supports only .log format with max file size {{ max_size }}mb
{% if files %} {% for file in files %}
Download log Download position file
name: {{files}}
x01_log_book_record: {{mulog[0]}}  info x04_driver_login: {{mulog[1]}}  info
x05_driver_logout: {{mulog[2]}}  info x08x09_log_record: {{mulog[3]}}  info
x08x09_log_record: {{mulog[4]}}  info x13_driving_style: {{mulog[5]}}  info
x1400_accelerometer_event: {{mulog[6]}}  info x25_perfect_drive: {{mulog[7]}}  info
x26_long_mext: {{mulog[8]}}  info x0b_log_record: {{mulog[9]}}  info  info
x0d_log_record: {{mulog[10]}}  info x1a_fastlog: {{mulog[11]}}  info
x1c_log_record: {{mulog[12]}}  info x1d_domain_vehicle_parameters: {{mulog[13]}}  info
0x0e_record: {{mulog[15]}}  info other_type: {{mulog[16]}}
0x10_record: {{mulog[14]}}  info
number of timestamps: {{ts_c}} number of positions: {{pos_c}}
{% if pos_c > max_pos %}
recommended amount position for rendering is {{max_pos}}, otherwise, it may cause delay or instability
{% endif %} {% if warn %}
timestamp in mulog is suspicious ([row in mulog], [message], [timestamp]): {list_ts_warning} {{warn}}
{% endif %} {% if text %} {{text}} {% endif %}
{% endfor %} {% endif %}
{% if files %} {% if text %} {% else %}
{% endif %} {% endif %}