Index: tests/dg_tests.py =================================================================== diff -u -r48b305f75146cc149b1da602c8395285b1e48796 -r0dd570bf7b03118ad6dcd1d48dd23aa30fa8741f --- tests/dg_tests.py (.../dg_tests.py) (revision 48b305f75146cc149b1da602c8395285b1e48796) +++ tests/dg_tests.py (.../dg_tests.py) (revision 0dd570bf7b03118ad6dcd1d48dd23aa30fa8741f) @@ -724,7 +724,7 @@ hd.cmd_log_in_to_hd() sleep(1) - hd.test_configs.cmd_set_test_config(HDTestConfigOptions.TEST_CONFIG_USE_WET_CARTRIDGE.value) + #hd.test_configs.cmd_set_test_config(HDTestConfigOptions.TEST_CONFIG_USE_WET_CARTRIDGE.value) #sleep(1) #hd.test_configs.cmd_set_test_config(HDTestConfigOptions.TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_CHECK.value) #dg.load_cells.cmd_get_load_cells_tare_values() @@ -780,11 +780,11 @@ #hd.ui.cmd_set_ro_only_mode_status(1) #hd.blood_leak.cmd_blood_leak_emb_mode_info_cmds_override(EmbModeCommands.I.value, 1000, reset=1) - hd.blood_leak.cmd_blood_leak_intensity_moving_average_override(1100.3, reset=1) + #hd.blood_leak.cmd_blood_leak_intensity_moving_average_override(1100.3, reset=1) while True: # print(dg.switches.dg_switches_status) - print(time.time(), get_blood_leak_info()) + print(time.time(), hd.alarms.alarm_top, dg.pressures.barometric_pressure, dg.temperatures.temperatures) sleep(1) #dg.hd_proxy.cmd_start_stop_dg_heat_disinfect() #while True: