Index: dialin/dg/calibration_record.py =================================================================== diff -u -ra345f4093235adf6f88ede58841e9d6ccbcd29ff -r9032244539733b706a82fa68ba1e981a599d196c --- dialin/dg/calibration_record.py (.../calibration_record.py) (revision a345f4093235adf6f88ede58841e9d6ccbcd29ff) +++ dialin/dg/calibration_record.py (.../calibration_record.py) (revision 9032244539733b706a82fa68ba1e981a599d196c) @@ -390,7 +390,8 @@ hardware_names = ['fpga_board', 'load_cell_a1_b1', 'load_cell_a2_b2', 'thdo_rtd', 'tdi_rtd', 'internal_cond', 'onboard_ntc', 'power_supply_1', 'power_supply_2', 'outlet_redundant', 'inlet_dialysate', 'inlet_primary_heater', 'outlet_primary_heater', 'cond_sensor_1', 'cond_sensor_2', - 'heat_disinfect', 'thd_rdt', 'barometric_temp', 'reserved_4', 'reserved_5'] + 'heat_disinfect', 'thd_rdt', 'barometric_temp', 'reserved_1', 'reserved_2', 'reserved_3', + 'reserved_4', 'reserved_5'] group_byte_size = 0 group_name = 'temperature_sensors' hardware_group = OrderedDict({group_name: OrderedDict()}) Index: tests/dg_nvm_scripts.py =================================================================== diff -u -ra345f4093235adf6f88ede58841e9d6ccbcd29ff -r9032244539733b706a82fa68ba1e981a599d196c --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision a345f4093235adf6f88ede58841e9d6ccbcd29ff) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 9032244539733b706a82fa68ba1e981a599d196c) @@ -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/2022-07-12-DG-Record.xlsx') + #dg.calibration_record.cmd_set_dg_calibration_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-07-12-DG-Record.xlsx') # For resetting the calibration record to benign values, use the function below #dg.calibration_record.cmd_reset_dg_calibration_record()