Index: tests/dg_nvm_scripts.py =================================================================== diff -u -rfdd68b47e0ec4dbc3be930de58641348243bb167 -re185c54997986242e19e828780e9ce6a3f5ee78e --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision fdd68b47e0ec4dbc3be930de58641348243bb167) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision e185c54997986242e19e828780e9ce6a3f5ee78e) @@ -27,12 +27,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 your computer. - #dg.sw_configs.cmd_get_dg_sw_config_record() + dg.sw_configs.cmd_get_dg_sw_config_record() # 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-06-26-DG-SW-CONFIGS-Record.xlsx') + #dg.sw_configs.cmd_update_dg_sw_config_record('/home/fw/projects/DG_NV_Records/2023-06-26-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() @@ -84,9 +84,9 @@ # 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 your computer. - #dg.usage_record.cmd_get_dg_usage_info_record() + dg.usage_record.cmd_get_dg_usage_info_record() - dg.usage_record.cmd_set_dg_usage_info_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-06-13-DG-Record.xlsx') + #dg.usage_record.cmd_set_dg_usage_info_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-06-13-DG-Record.xlsx') #dg.usage_record.cmd_reset_dg_usage_info_record() @@ -112,13 +112,13 @@ if dg.cmd_log_in_to_dg(): - run_sw_configs_commands() + #run_sw_configs_commands() #run_calibration_commands() #run_system_commands() - #run_usage_info_commands() + run_usage_info_commands() #run_service_commands() Index: tests/dg_tests.py =================================================================== diff -u -rd12a1772af6b17f07b8ffc50e1396dcbe500876b -re185c54997986242e19e828780e9ce6a3f5ee78e --- tests/dg_tests.py (.../dg_tests.py) (revision d12a1772af6b17f07b8ffc50e1396dcbe500876b) +++ tests/dg_tests.py (.../dg_tests.py) (revision e185c54997986242e19e828780e9ce6a3f5ee78e) @@ -739,7 +739,7 @@ # cmd_set_disinfect_ui_screen() - collect_treatment_data() + #collect_treatment_data() #run_ro_permeate_sample() @@ -752,9 +752,9 @@ # print(get_dg_valves_states()) # sleep(1) - #while True: - # print(dg.rtc.get_rtc_epoch(), hd.rtc.get_rtc_epoch()) - # sleep(1) + while True: + print(dg.rtc.get_rtc_epoch(), hd.rtc.get_rtc_epoch()) + sleep(1) #ui = HDSimulator() #ui.cmd_send_hd_operation_mode(3, 1)