Index: dialin/dg/calibration_record.py =================================================================== diff -u -r580b0f65e726560f7bfc7f23a1462754d66dd47f -r72335b185c277c008b114da7ad97bdc2978b3d76 --- dialin/dg/calibration_record.py (.../calibration_record.py) (revision 580b0f65e726560f7bfc7f23a1462754d66dd47f) +++ dialin/dg/calibration_record.py (.../calibration_record.py) (revision 72335b185c277c008b114da7ad97bdc2978b3d76) @@ -51,7 +51,7 @@ self.received_msg_length = 0 self.cal_data = 0 self._raw_cal_record = [] - self._write_fw_data_to_excel = False + self._write_fw_data_to_excel = True self._utilities = NVOpsUtils() # DG calibration_record main record self.dg_calibration_record = OrderedDict() Index: dialin/utils/nv_ops_utils.py =================================================================== diff -u -r580b0f65e726560f7bfc7f23a1462754d66dd47f -r72335b185c277c008b114da7ad97bdc2978b3d76 --- dialin/utils/nv_ops_utils.py (.../nv_ops_utils.py) (revision 580b0f65e726560f7bfc7f23a1462754d66dd47f) +++ dialin/utils/nv_ops_utils.py (.../nv_ops_utils.py) (revision 72335b185c277c008b114da7ad97bdc2978b3d76) @@ -199,13 +199,11 @@ if 'crc' not in spec and 'time' not in spec: temp_buffer.append(struct.pack(dialin_record[group][hardware][spec][0], cell_value)) if dialin_record[group][hardware][spec][1] != cell_value: - print('{}, {}, {}'.format(spec, dialin_record[group][hardware][spec][1], cell_value)) is_value_different = True dialin_record[group][hardware][spec][1] = cell_value if is_value_different and 'time' in spec: epoch_time = self.get_current_time_in_epoch() - print(hardware, spec, epoch_time) dialin_record[group][hardware][spec][1] = epoch_time temp_buffer.append(struct.pack(dialin_record[group][hardware][spec][0], epoch_time)) date_time = self.get_current_date_time(epoch_time) @@ -214,7 +212,6 @@ elif 'time' in spec and isinstance(cell_value, str): epoch_time = self.get_date_time_in_epoch(cell_value) dialin_record[group][hardware][spec][1] = epoch_time - print(epoch_time) if is_value_different and 'crc' in spec: # Convert the data in the temp buffer to bytes and calculate its crc. Fisheye: Tag 72335b185c277c008b114da7ad97bdc2978b3d76 refers to a dead (removed) revision in file `tests/dg_heat_disinfect_test.py'. Fisheye: No comparison available. Pass `N' to diff?