Index: dialin/ui/dg_simulator.py =================================================================== diff -u -racd09d02879e8add4cf7f694f5db8e423a76c341 -r0448a5c20523f3bd085494b5f797c833a3a0e46d --- dialin/ui/dg_simulator.py (.../dg_simulator.py) (revision acd09d02879e8add4cf7f694f5db8e423a76c341) +++ dialin/ui/dg_simulator.py (.../dg_simulator.py) (revision 0448a5c20523f3bd085494b5f797c833a3a0e46d) @@ -684,3 +684,4 @@ payload=payload) self.can_interface.send(message, 0) + Index: tests/dg_nvm_scripts.py =================================================================== diff -u -rc1ec3baacb779f5176e3a7a619fe49f2dc4c19cd -r0448a5c20523f3bd085494b5f797c833a3a0e46d --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision c1ec3baacb779f5176e3a7a619fe49f2dc4c19cd) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 0448a5c20523f3bd085494b5f797c833a3a0e46d) @@ -32,7 +32,7 @@ # Use cmd_set_dg_sw_config_record() set the changes back to firmware # This function requires an address for the excel report. Use the absolute address of your excel report like the # example below - dg.sw_configs.cmd_update_dg_sw_config_record('/home/fw/projects/DG_NV_Records/2023-01-23-DG-SW-CONFIGS-Record.xlsx') + dg.sw_configs.cmd_update_dg_sw_config_record('/home/fw/projects/DG_NV_Records/2023-02-07-DG-SW-CONFIGS-Record.xlsx') # Use this function to reset the configuration records to all be 0 #dg.sw_configs.cmd_reset_dg_sw_config_record() @@ -49,12 +49,12 @@ # It creates a folder called DG_NV_Records in the destination that is called # If no address is provided, the default location is one folder above the dialin folder wherever it is installed # in you computer. - dg.calibration_record.cmd_get_dg_calibration_record_report() + #dg.calibration_record.cmd_get_dg_calibration_record_report() # Use cmd_set_dg_calibration_excel_to_fw() set the changes back to firmware # This function requires an address for the excel report. Use the absolute address of your excel report like the # example below - #dg.calibration_record.cmd_set_dg_calibration_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-02-01-DG-Record.xlsx') + dg.calibration_record.cmd_set_dg_calibration_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-02-01-DG-Record.xlsx') # For resetting the calibration record to benign values, use the function below #dg.calibration_record.cmd_reset_dg_calibration_record() @@ -70,7 +70,7 @@ # in your computer. #dg.system_record.cmd_get_dg_system_record_report() - dg.system_record.cmd_set_dg_system_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-01-03-DG-Record.xlsx') + dg.system_record.cmd_set_dg_system_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-02-04-DG-Record.xlsx') # For resetting the system record to benign values, use the function below #dg.system_record.cmd_reset_dg_system_record() Index: tests/dg_tests.py =================================================================== diff -u -rc1ec3baacb779f5176e3a7a619fe49f2dc4c19cd -r0448a5c20523f3bd085494b5f797c833a3a0e46d --- tests/dg_tests.py (.../dg_tests.py) (revision c1ec3baacb779f5176e3a7a619fe49f2dc4c19cd) +++ tests/dg_tests.py (.../dg_tests.py) (revision 0448a5c20523f3bd085494b5f797c833a3a0e46d) @@ -489,10 +489,10 @@ heaters = get_heaters_info() dg_fans = get_dg_fans_info() conc_pumps = get_concentrate_pumps_info() - blood_leak = get_blood_leak_info() + blood_leak = "0" #get_blood_leak_info() hd_pumps = get_hd_pumps_info() fill_info = get_dg_fill_info() - idle_bad_fill = get_dg_idle_bad_fill_info() + 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() @@ -715,7 +715,7 @@ #collect_hd_treatment() - run_nelson_support_modes() + #run_nelson_support_modes() #while True: # print(get_hd_fans_info(), get_dg_fans_info(), get_temperature_sensors_info()) @@ -741,4 +741,12 @@ #sleep(1) #dg.pressures.cmd_pressure_override(0, 4) #dg.conductivity_sensors.cmd_conductivity_sensor_override(0, 3000) + #hd.valves.cmd_set_hd_valve_position(0, 1) + #sleep(0.5) + #hd.valves.cmd_set_hd_valve_position(1, 1) + #leep(0.5) + #hd.valves.cmd_set_hd_valve_position(2, 1) + #sleep(0.5) + #hd.valves.cmd_set_hd_valve_position(3, 1) + #sleep(0.5) Index: tests/hd_nvm_scripts.py =================================================================== diff -u -racd09d02879e8add4cf7f694f5db8e423a76c341 -r0448a5c20523f3bd085494b5f797c833a3a0e46d --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision acd09d02879e8add4cf7f694f5db8e423a76c341) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 0448a5c20523f3bd085494b5f797c833a3a0e46d) @@ -33,7 +33,7 @@ # Use cmd_update_hd_sw_config_record() set the changes back to firmware # This function requires an address for the excel report. Use the absolute address of your excel report like the # example below - hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2022-11-22-HD-SW-CONFIGS-Record.xlsx') + hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2023-02-07-HD-SW-CONFIGS-Record.xlsx') # Use this function to reset the configuration records to all be 0 #hd.sw_configs.cmd_reset_hd_sw_config_record() @@ -114,12 +114,12 @@ if hd.cmd_log_in_to_hd(): # Comment this function if not needed - #run_sw_configs_commands() + run_sw_configs_commands() # Comment this function if not needed #run_calibration_commands() - run_system_commands() + #run_system_commands() #run_usage_info_commands() Index: tests/test_nelson_labs_disinfect.py =================================================================== diff -u -rc1ec3baacb779f5176e3a7a619fe49f2dc4c19cd -r0448a5c20523f3bd085494b5f797c833a3a0e46d --- tests/test_nelson_labs_disinfect.py (.../test_nelson_labs_disinfect.py) (revision c1ec3baacb779f5176e3a7a619fe49f2dc4c19cd) +++ tests/test_nelson_labs_disinfect.py (.../test_nelson_labs_disinfect.py) (revision 0448a5c20523f3bd085494b5f797c833a3a0e46d) @@ -326,9 +326,9 @@ #run_nelson_inoculate() - run_nelson_drain_samples() + #run_nelson_drain_samples() - #run_nelson_heat_positive_control() + run_nelson_heat_positive_control() #run_nelson_chem_positive_control()