Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14197: Addressed code review comments.

  1. … 4 more files in changeset.
Remove extra blank line.

Remove extra blank line.

Testers requested the feature as feed back voltage. see http://dvm-linux02:8080/browse/DIAL-212 The static variable name is roPumpFeedbackDutyCyclePct. We get data from the INT_ADC_RO_PUMP_FEEDBAC...

Testers requested the feature as feed back voltage. see http://dvm-linux02:8080/browse/DIAL-212

The static variable name is roPumpFeedbackDutyCyclePct. We get data from the INT_ADC_RO_PUMP_FEEDBACK_DUTY_CYCLE register on the FPGA in execROPumpMonitor/

No issue renaming it but is it a voltage or a duty cycle?

Remove extra blank line.

Remove extra blank line.

Remove extra blank line.

Remove extra blank line.

I think it's abbreviated - should be spelled out (inactiveReservoir) I think.

I think it's abbreviated - should be spelled out (inactiveReservoir) I think.

If it's a global static variable, use variable name. If it's accessed via another module's get function, description is ok.

If it's a global static variable, use variable name. If it's accessed via another module's get function, description is ok.

Add another blank line here (separates normal code from test code).

Add another blank line here (separates normal code from test code).

Put parenthesis around inner conditions. Put constant on left side of "==".

Put parenthesis around inner conditions. Put constant on left side of "==".

Voltage mis-spelled. Should rename anyway per comment above.

Voltage mis-spelled. Should rename anyway per comment above.

Variable suggests this is a duty cycle (not a voltage). Suggest renaming function.

Variable suggests this is a duty cycle (not a voltage). Suggest renaming function.

Remove extra blank line.

Remove extra blank line.

Update header. systemREG1 input and output.

Update header. systemREG1 input and output.

Update header.

Update header.

Update header.

Update header.

Update header.

Update header.

Where is inactiveRsrv declared.

Where is inactiveRsrv declared.

Should be using variable names? or is description OK?

Should be using variable names? or is description OK?

Remove blank lines

Remove blank lines

Input is integratedVolumeML

Input is integratedVolumeML

Alignment.

Alignment.

Update header. Looks like header may have been incorrect before changes.

Update header. Looks like header may have been incorrect before changes.

Update header.

Update header.

Is this a placeholder? Should have a "TODO" comment for the planned updates. Are the flow profiles intended to change eventually? Do some of these states have different pump load conditions? Test/t...

Is this a placeholder? Should have a "TODO" comment for the planned updates. Are the flow profiles intended to change eventually? Do some of these states have different pump load conditions? Test/tuning plans? Where will setROPIFlowProfile() be called? etc.

Merge branch 'DEN-14197-sw-s83-mg-pi-optimizations' into develop

DEN-14197: Created a set pwm step limit for PI controllers. Updated RO pump profiles to contain a max set step limit. Removed unused #defines for ro pump.

  1. … 2 more files in changeset.
DEN-14197: Created a set pwm step limit for PI controllers. Updated RO pump profiles to contain a max set step limit. Removed unused defines for ro pump.

  1. … 2 more files in changeset.
Merged DEN-14307

  1. … 1 more file in changeset.
DEN-14307 updated the code and updated the checkAlarms.sh to check the alarms manual table upon compilation

  1. … 5 more files in changeset.