Index: tests/dg_tests.py =================================================================== diff -u -r386b48cd9e28d3a3d30ddd3d87fe5da686eb5dbf -rd35f88b19a29e12c617b00bcd2b340a5ada8ffcc --- tests/dg_tests.py (.../dg_tests.py) (revision 386b48cd9e28d3a3d30ddd3d87fe5da686eb5dbf) +++ tests/dg_tests.py (.../dg_tests.py) (revision d35f88b19a29e12c617b00bcd2b340a5ada8ffcc) @@ -502,7 +502,7 @@ idle_bad_fill = '0,' #get_dg_idle_bad_fill_info() uv = get_uv_reactors_info() hd_fans = get_hd_fans_info() - hd_pressures = get_hd_occlusion_pressures_info() + hd_pressures = '0' #get_hd_occlusion_pressures_info() air_trap = get_hd_air_trap_info() var = str(datetime.now()) + ', ' + hd_run + dg_run + hd_rsrvrs + dg_rsrvrs + load_cell + drain + ro + \ @@ -678,14 +678,14 @@ dg.test_configs.cmd_set_test_config(DGTestConfigOptions.TEST_CONFIG_ENABLE_MIXING_WITH_WATER.value, reset=0) sleep(1) - + """ dg.test_configs.cmd_request_test_config_status_from_fw() while True: print(hex(dg.test_configs.cmd_get_test_config_status( DGTestConfigOptions.TEST_CONFIG_ENABLE_MIXING_WITH_WATER.value))) sleep(1) - """ + #run_heat_disinfect() #run_flush_mode()