•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-5873-1 30 Nov 2020

Why were these removed?

DG-DEN-5873-1 07 Dec 2020

Done

DG-DEN-3421-1 10 Aug 2020

You removed the "Set" control mode. I use these to distinguish actual mode from the mode being requested by a call to a Set function. Set function sets drainPumpControlMode and state machine (off state) sets drainPumpControlModeSet if/when it executes the request and actually starts the pump.

HD-DEN-9480-1 11 Nov 2021

RESOLVED IN CODE WALKTHROUGH

HD-DEN-5674-2 30 Dec 2020

Fixed.

DG-DEN-13427-1 07 Sep 2022

Fixed. Thanks!

HD-DEN-5674-2 30 Dec 2020

Fixed.

DIALIN-DEVELOP-BUG-FIXES-1 11 Nov 2020

Done

DG-DEN-3421-2-1 12 Nov 2020

Added on/off states to the publish structure.

DG-DEN-3504-1 12 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3504-1 10 Nov 2020

speedIncrease is a float so literals should have decimal point. Change -1 to -1.0.

DG-DEN-3421-2-1 13 Nov 2020

Done

HD-DEN-4640-1 20 Oct 2020

In f/w, I like to keep percentages as per unit so that the math works - e.g. if I need to apply percentage to something I can just multiply it directly.
On Dialin side, I kept as percentage.

UI-DEN-4598-1 10 Nov 2020

The reason this has been added is somewhat complicated to explain. But one of the reasons is so the next time we enter pre-treatment the top page is the create treatment page and not the treatment begin page. I've made a note to follow up on this

DG-DEN-3421-1 22 Oct 2020

Done

DG-DEN-3421-1 22 Oct 2020

Added a flag that is set to TRUE once closed loop control is requested.

UI-DEN-4598-1 09 Nov 2020

Done

DG-DEN-3421-1 22 Oct 2020

I changed the code so the minimum RPM DAC is set until the PI controller sets the proper DAC value.

HD-DEN-4640-1 26 Oct 2020

These will always be a mix of some un-commented and some commented. Comments would be aligned if all were un-commented.

HD-DEN-4640-1 26 Oct 2020

Not consistent. Made all pointers.

UI-DEN-4598-1 10 Nov 2020

I've noted this and will make sure to resolve it later

DG-DEN-3421-1 26 Oct 2020

This is not a merge issue. We deliberately changed it to 5 for testing.

HD-DEN-4640-1 20 Oct 2020

Why one value is in percent and the other in per unit? (which requires conversion)

DG-DEN-3504-1 10 Nov 2020

Done.

UI-DEN-4691-1 19 Nov 2020

RESOLVED.
My understanding is that this will be connected in a future story

UI-DEN-4598-1 10 Nov 2020

I've noted this and will make sure to resolve it later

http://dvm-linux02:8080/browse/DEN-5642

UI-DEN-4598-1 10 Nov 2020

RESOLVED

UI-DEN-4598-1 10 Nov 2020

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

UI-DEN-4598-1 10 Nov 2020

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

DG-DEN-3421-2-1 13 Nov 2020

Done

DG-DEN-3421-2-1 21 Nov 2020

Done

DG-DEN-3421-2-1 10 Nov 2020

Should we also include whether each UV is on/off?

UI-DEN-4691-1 09 Nov 2020

The message ID is in decimal not hex

DG-DEN-3421-2-1 13 Nov 2020

Why are these function declarations deleted?

DG-DEN-3504-1 13 Nov 2020

We should think about this. I'm ok with adding an explicit transition out handler (similar to the existing transition to handler), but if we do this we should build this into all modes (DG and HD).
To date, I've not required any clean-up on way out of a mode - mode can be reset on next entry. That seems to have been working so far.
Valve positions and motor states should be set as appropriate on entry to next mode, so we shouldn't have to worry about these kind of things on way out of a mode.

DG-DEN-3421-2-1 21 Nov 2020

This is het.h. This is auto generated by HALCoGen and we do not touch it.

DG-DEN-3421-2-1 21 Nov 2020

Added the (). I had fixed the MIN to MAX pressure but I did not push it. Done.

DG-DEN-3421-2-1 23 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3421-2-1 19 Nov 2020

Misspelled "INVAID"?

DG-DEN-3421-2-1 23 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3421-2-1 23 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3421-2-1 23 Nov 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-5736-1 30 Nov 2020

Same comment about waitForObjectExists as in here: http://dvm-linux02:8060/cru/#UI-DEN-5736-1CFR-20566

DG-DEN-5855-1 30 Nov 2020

Revert this change. The other format for doxygen is correct.

DG-DEN-5846-1 30 Nov 2020

Why removed?

DG-DEN-3421-2-1 29 Nov 2020

Please refer to DEN-5846 code review.

DG-DEN-3421-2-1 29 Nov 2020

This branch was covering all the drivers that were needed for heat disinfection. Each driver now has a branch and code review.

DG-DEN-3421-2-1 23 Nov 2020

Reactos?

DG-DEN-5855-1 30 Nov 2020

Remove extra space between "Inputs", "Outputs" and colon.

DG-DEN-5864-1 30 Nov 2020

Should the payload is F32 rather than TEST_OVERRIDE_ARRAY_PAYLOAD_T?