KaiserEngineering / digitaldash

Code to generate the GUI for the KE DIgital Dash
13 stars 3 forks source link

KE Dash Crash #11

Open AuRoN89 opened 2 months ago

AuRoN89 commented 2 months ago

The issue seems to happen only with a 'toggle' dynamic view (like your already implemented CC OFF Control Toggle).

Set 2 views: View 1 = Oil Temp, Boost, RPM View 2 = Cat Temp, IAT, CAC

Dynamic Condition: View 1 = CC OFF TOGGLE = 0 View 2 = CC OFF TOGGLE = 1

  1. Turn on the unit
  2. Feed View 1 canbus values
  3. Switch to view 2 by sending CC Toggle canbus value
  4. Feed View 2 canbus values

Issue 1: CC Toggle no longer works, and you cannot switch back to view 1. Issue 2) Send an rpm value of 8 or less and you will see that Cat Temp value change (but it shouldn't)

Unit Crash. (only a power cycle fix it)