We probably want to go to patient connection state (or whatever the next state is) eventually, but we haven't implemented any other states in pre-treatment yet. Comment this line out with a TODO comment to restore when the state is implemented. And, for now, add a call to request treatment mode.
#2. Change Heparin Dispensising Rate from 0.2 to OFF -> Verify Heparing Stop Time is set to OFF 1. First give a value to duration, hep bolus value, and dispensing rate, and hep stop time. (none should be set to OFF) 2. Set Dispensing Rate to off 3. Verify hepstop time is set to off
This is a lot of memory for an average with little value. Assume we want moving 3-sec average and samples are added in priority task every time (so 100/sec). Unlikely that we will have real samples at 100 Hz. Maybe 10 Hz. So recommend adding a new sample to the running average every 100 ms (every 10th time in priority task) so we can reduce the number of samples in the average from 300 to 30 to be more reasonable and save memory.