Index: sources/canbus/MessageGlobals.h =================================================================== diff -u -re0158a66406d2280faab420f9272c8326c00e744 -re7a8d5092cb499d6c6ed621eabde437bccbc1e0e --- sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision e0158a66406d2280faab420f9272c8326c00e744) +++ sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision e7a8d5092cb499d6c6ed621eabde437bccbc1e0e) @@ -49,8 +49,7 @@ // but if the model still needs more the model will fail. // so it is better to keep them next to each other to make sure they are in sync. // ---- - {Gui::GuiActionType::ID_PowerOff , 1 }, // 1 parameters each 4bytes - {Gui::GuiActionType::ID_ShuttingDown , 0 }, + {Gui::GuiActionType::ID_PowerOffWarning , 0 * 4 }, // 0 parameters {Gui::GuiActionType::ID_TDCheckIn , 0 }, //// ----- @LEAHIZED // Generic Confirm @@ -116,11 +115,11 @@ //FP Data Messages {Gui::GuiActionType::ID_FPROPumpData , 9 * 4 }, // 9 parameters each 4bytes - {Gui::GuiActionType::ID_FPPressuresData , 9 * 4 }, // 9 parameters each 4bytes + {Gui::GuiActionType::ID_FPPressuresData , 5 * 4 }, // 5 parameters each 4bytes {Gui::GuiActionType::ID_FPLevelData , 1 * 4 }, // 1 parameters each 4bytes - {Gui::GuiActionType::ID_FPFlowSensorData , 4 * 4 }, // 4 parameters each 4bytes + {Gui::GuiActionType::ID_FPFlowSensorData , 2 * 4 }, // 2 parameters each 4bytes {Gui::GuiActionType::ID_FPConductivityData , 2 * 4 }, // 2 parameters each 4bytes - {Gui::GuiActionType::ID_FPTemperaturesData , 13 * 4 }, // 13 parameters each 4bytes + {Gui::GuiActionType::ID_FPTemperaturesData , 11 * 4 }, // 11 parameters each 4bytes {Gui::GuiActionType::ID_FPROBoosterPumpData , 9 * 4 }, // 9 parameters each 4bytes {Gui::GuiActionType::ID_FPRORejectionPercentageData , 5 * 4 }, // 5 parameters each 4bytes // HD Data Messages