Index: tests/dg_nvm_scripts.py =================================================================== diff -u -rcdcedbbbbae8cbc38fb3eb667cd3b5969212c7d0 -r170ecd83e47c216d8c5bd978ca955cc6e4b3bcc7 --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision cdcedbbbbae8cbc38fb3eb667cd3b5969212c7d0) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 170ecd83e47c216d8c5bd978ca955cc6e4b3bcc7) @@ -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/2022-12-07-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() @@ -101,7 +101,7 @@ # in your computer. dg.service_record.cmd_get_dg_service_record() - #dg.service_record.cmd_set_dg_service_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-12-07-DG-Record.xlsx') + #dg.service_record.cmd_set_dg_service_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2023-06-12-DG-Record.xlsx') #dg.service_record.cmd_reset_dg_service_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 -rcdcedbbbbae8cbc38fb3eb667cd3b5969212c7d0 -r170ecd83e47c216d8c5bd978ca955cc6e4b3bcc7 --- tests/dg_tests.py (.../dg_tests.py) (revision cdcedbbbbae8cbc38fb3eb667cd3b5969212c7d0) +++ tests/dg_tests.py (.../dg_tests.py) (revision 170ecd83e47c216d8c5bd978ca955cc6e4b3bcc7) @@ -490,7 +490,7 @@ f = open(address, "w") #dg.hd_proxy.cmd_start_stop_dg_ro_permeate_sample() - dg.temperatures.cmd_temperatures_value_override(0, 49) + #dg.temperatures.cmd_temperatures_value_override(0, 49) try: while True: @@ -737,7 +737,7 @@ #collect_treatment_data() - run_ro_permeate_sample() + #run_ro_permeate_sample() #collect_hd_treatment() @@ -748,9 +748,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) Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r8bc7a5336b8f69192918eafc465ee1094537f96d -r170ecd83e47c216d8c5bd978ca955cc6e4b3bcc7 --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 8bc7a5336b8f69192918eafc465ee1094537f96d) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 170ecd83e47c216d8c5bd978ca955cc6e4b3bcc7) @@ -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/2023-06-10-HD-SW-CONFIGS-Record.xlsx') + hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2023-06-12-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() @@ -85,9 +85,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. - hd.usage_record.cmd_get_hd_usage_info_record() + #hd.usage_record.cmd_get_hd_usage_info_record() - #hd.usage_record.cmd_set_dg_usage_info_excel_to_fw('/home/fw/projects/HD_NV_Records/2022-12-07-HD-Record.xlsx') + hd.usage_record.cmd_set_dg_usage_info_excel_to_fw('/home/fw/projects/HD_NV_Records/2022-12-07-HD-Record.xlsx') #hd.usage_record.cmd_reset_hd_usage_info_record() @@ -114,7 +114,7 @@ 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() @@ -123,6 +123,6 @@ #run_usage_info_commands() - #run_service_commands() + run_service_commands()