common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Either add TODO or delete commented line.

Either add TODO or delete commented line.

Not better to use this instead? bloodPumpMotorEdgeCount += (U16)(delta);

Not better to use this instead? bloodPumpMotorEdgeCount += (U16)(delta);

Can we log 2 data with alarms (set alarm and a data value when detected, log with alarm here)?

Can we log 2 data with alarms (set alarm and a data value when detected, log with alarm here)?

Is this the new "coldest spot" sensor?

Is this the new "coldest spot" sensor?

Can drain time out in this state? Why no check?

Can drain time out in this state? Why no check?

What is this state doing?

What is this state doing?

Are these the only two faults that can happen in R1 to R2 state?

Are these the only two faults that can happen in R1 to R2 state?

I prefer to reverse the order of these to change accidental = instead of ==.

I prefer to reverse the order of these to change accidental = instead of ==.

Check boolean explicitly.

Check boolean explicitly.

Check these booleans explicitly.

Check these booleans explicitly.

Set these booleans to TRUE or FALSE explicitly.

Set these booleans to TRUE or FALSE explicitly.

Is Thd same as TRo? Does it belong in this group?

Is Thd same as TRo? Does it belong in this group?

Removed. It seems nothing much we can do. The door switch is simple and just a GPIO read from FPGA.

Removed. It seems nothing much we can do. The door switch is simple and just a GPIO read from FPGA.

Straw door needs to be open for concentrate jugs' connection. Other than that, I am not aware of any flow path that requires closed door. Added TODO.

Straw door needs to be open for concentrate jugs' connection. Other than that, I am not aware of any flow path that requires closed door.
Added TODO.

This comment needs a rephrase. I don't think range has anything to do with it. This is a retry counter check.

This comment needs a rephrase. I don't think range has anything to do with it. This is a retry counter check.

Done.

Done.

Combined air trap and bubble detectors into one used cartridge check.

Combined air trap and bubble detectors into one used cartridge check.

Combined air trap and bubble detectors into one used cartridge check.

Combined air trap and bubble detectors into one used cartridge check.

Recommend being much more descriptive of these states. What exactly is the state trying to accomplish.

Recommend being much more descriptive of these states. What exactly is the state trying to accomplish.

Why no actuators set for draining R2 here? I see VRd being set a few lines down. Maybe move this comment to go with the valve change.

Why no actuators set for draining R2 here? I see VRd being set a few lines down. Maybe move this comment to go with the valve change.

Checked with Nick. The DG does not expose motors to the user. The straw door switch should be open in Fill Mode to allow access to straw connection. The straw door switch should be closed in modes ...

Checked with Nick. The DG does not expose motors to the user.
The straw door switch should be open in Fill Mode to allow access to straw connection.
The straw door switch should be closed in modes such as (heat disinfection, chem disinfection) to prevent user from exposure to hot water or chemical.

Added TODO.

I prefer boolean conditions be explicit (e.g. TRUE == isThisLastDrain). This way, if value gets corrupted to a garbage value (like 5) it will be same as FALSE.

I prefer boolean conditions be explicit (e.g. TRUE == isThisLastDrain). This way, if value gets corrupted to a garbage value (like 5) it will be same as FALSE.

Should actuators be reset here too?

Should actuators be reset here too?

This doesn't look like a complete list of possible status. What are these used for?

This doesn't look like a complete list of possible status. What are these used for?

I thought hot and cold paths got merged into one?

I thought hot and cold paths got merged into one?

When is status unknown? And shouldn't there be a partially full status?

When is status unknown? And shouldn't there be a partially full status?

Align #define values on left.

Align #define values on left.

This looks tight. Will we pass? Do we need a bigger filter for temp sensors?

This looks tight. Will we pass? Do we need a bigger filter for temp sensors?

Wrong valve state. Fixed.

Wrong valve state. Fixed.

Fixed.

Fixed.