Index: dialin/ui/hd_simulator.py =================================================================== diff -u -r571feda5a4937e23f834930de8bfe02c8aadd477 -rcc91c2c209113ec2783086ed8570f0895f97ae43 --- dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision 571feda5a4937e23f834930de8bfe02c8aadd477) +++ dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision cc91c2c209113ec2783086ed8570f0895f97ae43) @@ -311,6 +311,8 @@ if self.demoSelection == 42: # Rinseback in process; short cycle it self.rinseback_volume_out_ml = self.rinseback_volume_set_ml - 1 self.rinseback_volume_all_ml = self.rinseback_volume_out_ml + if self.demoSelection == 5: + self.demoCountdownChannel = DenaliChannels.dg_to_ui_ch_id elif (msg_id == MsgIds.MSG_ID_UI_CONFIRMATION_RESULT_RESPONSE.value) and \ (params.data_int[0] == 6):