•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-14561-1 31 Jan 2023

Seems like this flush tracking logic should be done in fill complete state (after fill, not before).

HD-DEN-14561-1 02 Feb 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14561-1 02 Feb 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14604-1 03 Feb 2023

Done

DG-DEN-14604-1 03 Feb 2023

Removed the code.

DG-DEN-14604-1 03 Feb 2023

Done.

DG-DEN-14604-1 03 Feb 2023

Let's keep this broadcast until this project is finished.

DG-DEN-14604-1 03 Feb 2023

Done.

DG-DEN-14604-1 03 Feb 2023

I think #defines are still appropriate. Since it's debug code, they can be placed right above the function (inside the #ifndef RELEASE) so they do not get used in release s/w.

DG-DEN-14604-1 02 Feb 2023

#ifndef RELEASE.

DG-DEN-14604-1 03 Feb 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14604-1 02 Feb 2023

This is an input.

DG-DEN-14604-1 02 Feb 2023

For a blank case like this, we should add a comment making it clear no action is intended.

DG-DEN-14604-1 03 Feb 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14604-1 03 Feb 2023

Removed the code.

DG-DEN-14604-1 03 Feb 2023

Removed the code.

DG-DEN-14604-1 03 Feb 2023

No this has been removed.

DG-DEN-14604-1 02 Feb 2023

Even in release build?

DG-DEN-14604-1 02 Feb 2023

Even in release build?

DG-DEN-14604-1 03 Feb 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14604-1 02 Feb 2023

Is this necessary? We're faulting. Won't be coming back. Even if we did come back, wouldn't init set this?

DG-DEN-14604-1 03 Feb 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14604-1 02 Feb 2023

Is this temporary? Should it have #ifndef RELEASE?

DG-DEN-14604-1 02 Feb 2023

Maybe #define?

DIALIN-DEN-14604-1 03 Feb 2023

Will do a bulk catch-up on this later when we have some time. For now, it is functional and will have to do.

DG-DEN-14547-1 02 Feb 2023

Remove blank line

DIALIN-DEN-14589-1 30 Jan 2023

This is currently in sync with the VALVES_T struct in the DG firmware.

/// Enumeration of valves.
typedef enum Valves

VRF = 0, ///< Valve Reservoir Fill
VRI, ///< Valve Reservoir Inlet
RSRVD_SPACE, ///< This space has been reserved
VRO, ///< Valve Reservoir Outlet
VPO, ///< Valve Pressure Outlet
VBF, ///< Valve Bypass Filter
VRC, ///< Valve Recirculate
VDR, ///< Valve Drain
VPI, ///< Valve Pressure Inlet
VSP, ///< Valve Sampling Port
VRD1, ///< Valve Reservoir 1 Drain
VRD2, ///< Valve Reservoir 2 Drain
VPD, ///< Valve Production Drain
NUM_OF_VALVES ///< Number of valves
VALVES_T;


Dara Navaei may be able to clarify as to why

LEAHI-APPLICATION-LDT-1616-1 18 Sep 2025

made the variable name update

HD-STT-3088-1 02 Oct 2023

RESOLVED IN CODE WALKTHROUGH

DIALIN-DEN-14589-1 30 Jan 2023

The reserved space belongs to the former reservoir drain valve that was broken into VRD1 and VRD2.

HD-DEN-14549-1 31 Jan 2023

RESOLVED IN CODE WALKTHROUGH

DIALIN-DEN-14589-1 31 Jan 2023

It does not look aligned with firmware.
firmware has: fill, inlet, reserved, ...
you now have fill, reserved, drain, ...

DIALIN-DEN-14589-1 31 Jan 2023

Ok, not sure how this got into staging already. Will have to add it back later.
RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-14589-1 31 Jan 2023

Fixed. Thanks!

DIALIN-DEN-14589-1 31 Jan 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14561-1 31 Jan 2023

Another way to handle making sure we get past s.t. dry state is to not set startNormalFill on res until op mode state machine gets to s.t. dry state. Then don't need to change this if to consider pre-tx state.

HD-DEN-14561-1 31 Jan 2023

Add blank line between declaration and code.

DG-DEN-16372-1 04 Oct 2023

Did this alarm change to HD?

HD-DEN-14561-1 31 Jan 2023

I don't see this being used anywhere. Remove.

DG-DEN-16446-1 09 Oct 2023

Done

HD-DEN-14549-1 31 Jan 2023

RESOLVED IN CODE WALKTHROUGH

HD-DEN-14549-1 31 Jan 2023

RESOLVED IN CODE WALKTHROUGH

HD-DENBUG-96-1 11 Oct 2023

RESOLVED IN CODE WALKTHROUGH

HD-DEN-14549-1 31 Jan 2023

RESOLVED IN CODE WALKTHROUGH

DG-DEN-16446-2 15 Oct 2023

Is this meant to be the 2nd gradient check. Maybe a clearer symbol name?

HD-DEN-14549-1 31 Jan 2023

RESOLVED IN CODE WALKTHROUGH

HD-DEN-14549-1 31 Jan 2023

Fixed.

DG-DEN-14604-1 31 Jan 2023

Need to verify alarms with SRS after merge with staging.

HD-DEN-14549-1 31 Jan 2023

RESOLVED IN CODE WALKTHROUGH

HD-DEN-13834-1 19 Sep 2022

How is the event calibration update record being used?