•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-3421-2-1 13 Nov 2020

That is right. Changed to AND.

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

Consider initializing these status and the exec states in a loop.

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

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED in CODE WALKTHROUGH.

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

Again, doesn't make sense to assign a delta % to a %.
If candidate PWM duty cycle % is decreasing, need the same logic as above with increase to ensure you don't exceed max decrement. As I understand it, a decrease is more important when considering how quickly the fan speed should be allowed to change.

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

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED in CODE WALKTHROUGH.

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

In comment, make clear these are the measured speeds from tachometers. Also give units of speed (RPM).

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

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3504-1 17 Nov 2020

Pumps are now controlled individually. Reverse direction for motor has been added.

DG-DEN-3504-1 17 Nov 2020

Not a big fan of numbering variables like Speed1, Speed2, etc.

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

Remove extra blank lines.

DG-DEN-5873-1 30 Nov 2020

Remove extra space between U32 and function name.

DG-DEN-5873-1 30 Nov 2020

Why 2 functions for start/stop command? Should just have one message and add a parameter for which UV reactor to start/stop.

UI-DEN-5736-1 30 Nov 2020

I agree, but I wanted to keep this naming consistent with Tx, Uf only in two letters.

DG-DEN-5873-1 30 Nov 2020

We might not need this condition.

DG-DEN-5873-1 30 Nov 2020

Move up in order with other inits for controllers/monitors.

HD-DEN-5674-2 30 Dec 2020

We are (formal) instead of We're (informal)

UI-DEN-4598-1 10 Nov 2020

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

HD-DEN-5674-2 30 Dec 2020

Formalize sentence.

DG-DEN-3421-1 22 Oct 2020

No. This function gets the deltaP, sets the pump control to closed loop and set the closed loop flag to TRUE. In the off state, the minimum DAC is set to 300 RPM and from there the PI controller will take over.

DG-DEN-3421-1 26 Oct 2020

Done

HD-DEN-5674-2 30 Dec 2020

Should not (formal) instead of Shouldn't (informal)

HD-DEN-4640-1 20 Oct 2020

Purpose of asking pre-processor to pack?

DG-DEN-3421-1 26 Oct 2020

Merge issue. Reverse the change.

DG-DEN-3421-1 10 Aug 2020

Controller should be initialized to a DAC value (not an RPM).

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

RESOLVED in CODE WALKTHROUGH.

UI-DEN-5282-1 28 Oct 2020

What is this new file for?

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

Validate given reactor before using it.

DG-DEN-3504-1 10 Nov 2020

Done.

HD-DEN-9480-1 11 Nov 2021

RESOLVED IN CODE WALKTHROUGH

DG-DEN-3504-1 10 Nov 2020

Done.

HD-DEN-5674-2 30 Dec 2020

we are (formal) instead of we're (informal)

DG-DEN-3504-1 10 Nov 2020

The tare load cell request is flagged at the start of a drain command. That means we only drain and tare one reservoir at a time.

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

I think this local variable is poorly named. Looking below, it appears to be a pulse count from FPGA.
If it is a pulse count, I don't know about the term "toggle" for describing it.

HD-DEN-5674-2 30 Dec 2020

The parentheses for second condition is mismatched.

HD-DEN-5674-2 30 Dec 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-5674-2 30 Dec 2020

we are (formal) instead of we're (informal)

DIALIN-DEN-3504-1 10 Nov 2020

Sean isn't this part of the request in DIAL-2 - Set Operation Modes? Maybe we should discuss

HD-DEN-5674-2 30 Dec 2020

have not (formal) instead of haven't (informal)

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

I don't understand this equation. If slope converts temp to PWM duty cycle % (which is what you want), why do we need the min % and min temp terms?

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

Done

DG-DEN-3504-1 10 Nov 2020

Update @params to match function parameters.

DG-DEN-3504-1 10 Nov 2020

Remove blank line.

DG-DEN-3504-1 10 Nov 2020

Move code below declarations.

DG-DEN-3504-1 10 Nov 2020

Add blank line between local function declarations and code.