Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Same comment as duration confirmation. compare uf rate too.

Same comment as duration confirmation. compare uf rate too.

Also check uf rate from confirmation message (request) is still the same as validated uf rate. WARNING - uf rate will be a float and we shouldn't use == operator on floats.

Also check uf rate from confirmation message (request) is still the same as validated uf rate.
WARNING - uf rate will be a float and we shouldn't use == operator on floats.

I think validated variable here should be L/Hr and assigned to response.ufRate so that when we get confirmation, we can compare rates with same units.

I think validated variable here should be L/Hr and assigned to response.ufRate so that when we get confirmation, we can compare rates with same units.

I think validated variable here should be L/Hr and assigned to response.ufRate so that when we get confirmation, we can compare rates with same units.

I think validated variable here should be L/Hr and assigned to response.ufRate so that when we get confirmation, we can compare rates with same units.

Treatment mode will also need one of these (later). Should we add PreTx to the function name to differentiate?

Treatment mode will also need one of these (later). Should we add PreTx to the function name to differentiate?

I don't see you changing the GoalL. Recommend you use local presUFVolumeMl instead.

I don't see you changing the GoalL. Recommend you use local presUFVolumeMl instead.

2 lines above/below banner

2 lines above/below banner

remove blank line.

remove blank line.

use response.x for these.

use response.x for these.

use response.duration.

use response.duration.

Already set this above.

Already set this above.

no need to respond.

no need to respond.

don't need response to a response.

don't need response to a response.

don't need this if statement either and don't need what's inside the if.

don't need this if statement either and don't need what's inside the if.

Don't need this if statement or flag.

Don't need this if statement or flag.

use separate time than stability (even if same right now).

use separate time than stability (even if same right now).

Move to transition function and remove this if statement.

Move to transition function and remove this if statement.

do 2 data with the p1 and p2 pressures.

do 2 data with the p1 and p2 pressures.

Remove extra blank line.

Remove extra blank line.

Remove if statement. Always set valve to pos A.

Remove if statement. Always set valve to pos A.

Want to stop air pump, not end air trap control.

Want to stop air pump, not end air trap control.

Don't want to start air trap control. Want to turn on the air pump at max power (100.0%)

Don't want to start air trap control. Want to turn on the air pump at max power (100.0%)

Put this stuff in transition function for this state. Remove venousSetupStateEntered flag.

Put this stuff in transition function for this state. Remove venousSetupStateEntered flag.

change flag to tubeSetLeakChecksStarted

change flag to tubeSetLeakChecksStarted

Shouldn't this be the pressure sensor normal setup state?

Shouldn't this be the pressure sensor normal setup state?

initialize start time for next state. Should we set a flag indicating we completed the tube set checks?

initialize start time for next state. Should we set a flag indicating we completed the tube set checks?

Call your transition function for new state here.

Call your transition function for new state here.

state removed.

state removed.

Don't need this flag or this if statement.

Don't need this flag or this if statement.