Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r8b2c714710d2d533c876614ab3d0a59df10a9ee9 -r27e8758fa6199e72b914e1199786a4396ce74d06 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 8b2c714710d2d533c876614ab3d0a59df10a9ee9) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 27e8758fa6199e72b914e1199786a4396ce74d06) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2025 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file ModeStandby.c * -* @author (last) Vinayakam Mani -* @date (last) 06-Aug-2024 +* @author (last) “rkallala” +* @date (last) 09-Dec-2025 * * @author (original) Vinayakam Mani -* @date (original) 06-Aug-2024 +* @date (original) 07-Aug-2024 * ***************************************************************************/ @@ -26,6 +26,7 @@ #include "Messaging.h" //#include "NVDataMgmt.h" #include "OperationModes.h" +#include "PermeateTank.h" #include "Pressure.h" #include "SystemCommDD.h" #include "TaskGeneral.h" @@ -91,6 +92,8 @@ deenergizeActuators( PARK_CONC_PUMPS ); + resetPermeateTank(); + // // Upon transition to mode standby set CD1 and CD2 calibration records to be picked to the normal // // table. If the chemical disinfect fails, the mode transitions back to mode standby. // setCondcutivitySensorCalTable( D17_COND, CAL_DATA_CD1_COND_SENSOR );