2024-05-20T05:09:05.898691 chip number 0xa904 is not a stored value, fix this if you are using a new chip 2024-05-20T05:09:05.907666 chip number 0x509 is not a stored value, fix this if you are using a new chip 2024-05-20T05:09:05.912653 chip number 0x8e04 is not a stored value, fix this if you are using a new chip 2024-05-20T05:09:05.915646 chip number 0xab04 is not a stored value, fix this if you are using a new chip 2024-05-20T05:09:17.702069 Received message "START 10.000000", but generated error 2024-05-20T05:09:17.703066 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2024-05-20T17:50:37.099328 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 334, in handle self.print(return_message) File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 315, in print log_and_print(string, request=self.wfile) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 131, in log_and_print LogPrintHandler().log_and_print(string, logfile, request, log, verbose) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 121, in log_and_print write_sendall(request, string) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 30, in write_sendall write_sendall_bytes(write, _encoded_string) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 36, in write_sendall_bytes request.write(_start + _len + bytes_string) File "C:\ProgramData\Miniconda3\lib\socketserver.py", line 826, in write self._sock.sendall(b) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host 2024-05-20T20:23:32.132886 chip number 0xb104 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:32.141861 chip number 0x1a09 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:32.145851 chip number 0x8204 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:32.148842 chip number 0xb004 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:35.012171 chip number 0xb504 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:35.021147 chip number 0x1d09 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:35.025137 chip number 0x8404 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:35.029126 chip number 0xb204 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:37.834609 chip number 0xb704 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:37.843586 chip number 0x1c09 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:37.847575 chip number 0x8704 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:37.850567 chip number 0xb404 is not a stored value, fix this if you are using a new chip 2024-05-20T20:23:49.662913 Received message "START 60.000000", but generated error 2024-05-20T20:23:49.662913 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2024-05-20T20:51:11.509770 chip number 0x5494 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:11.518747 chip number 0x4f25 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:11.522736 chip number 0x5bf6 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:11.525729 chip number 0x53de is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:17.426921 chip number 0x55ad is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:17.435897 chip number 0x55bf is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:17.439886 chip number 0x6c40 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:17.443876 chip number 0x6242 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:23.081773 chip number 0x6b2b is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:23.090749 chip number 0x665a is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:23.094738 chip number 0x7219 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:23.098728 chip number 0x6e5b is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:28.169146 chip number 0x6cee is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:28.179119 chip number 0x68a4 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:28.183108 chip number 0x687c is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:28.186100 chip number 0x7b3e is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:33.862894 chip number 0x8381 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:33.871870 chip number 0x7743 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:33.875860 chip number 0x8460 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:33.879849 chip number 0x80f4 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:39.613490 chip number 0x8384 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:39.622466 chip number 0x84aa is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:39.626456 chip number 0xa31a is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:39.629448 chip number 0x8c79 is not a stored value, fix this if you are using a new chip 2024-05-20T20:51:51.408894 Received message "START 60.000000", but generated error 2024-05-20T20:51:51.408894 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2024-05-20T21:05:30.965352 chip number 0x559b is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:30.974328 chip number 0x525f is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:30.978318 chip number 0x5c3c is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:30.982307 chip number 0x5a6b is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:36.865544 chip number 0xaf93 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:36.874519 chip number 0x5854 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:36.878509 chip number 0x6b54 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:36.882498 chip number 0x66bd is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:42.129440 chip number 0x6468 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:42.138416 chip number 0x62bb is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:42.141407 chip number 0x7590 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:42.145397 chip number 0x6e2c is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:47.513015 chip number 0xaf9d is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:47.521991 chip number 0x6b61 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:47.525980 chip number 0x8129 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:47.528972 chip number 0x744c is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:53.209751 chip number 0x7701 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:53.218728 chip number 0x7703 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:53.222717 chip number 0x87d7 is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:53.226706 chip number 0x872c is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:58.876568 chip number 0x86bb is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:58.885544 chip number 0x821b is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:58.889533 chip number 0x925b is not a stored value, fix this if you are using a new chip 2024-05-20T21:05:58.892525 chip number 0x8b15 is not a stored value, fix this if you are using a new chip 2024-05-20T21:06:10.679942 Received message "START 60.000000", but generated error 2024-05-20T21:06:10.679942 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2024-05-20T21:07:12.653414 chip number 0x4db0 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:12.662390 chip number 0x42c1 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:12.665383 chip number 0x4c81 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:12.669372 chip number 0x4d8c is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:18.358129 chip number 0x541f is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:18.368103 chip number 0x5511 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:18.372093 chip number 0x5ccf is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:18.375084 chip number 0x5669 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:24.058855 chip number 0x5b4b is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:24.068828 chip number 0x5d59 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:24.072818 chip number 0x6853 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:24.076807 chip number 0x6371 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:29.978993 chip number 0x65b6 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:29.987968 chip number 0x636c is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:29.991958 chip number 0x76ed is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:29.994950 chip number 0x657c is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:34.654465 chip number 0x74e1 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:34.663442 chip number 0x728f is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:34.668428 chip number 0x7eef is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:34.672418 chip number 0x7a10 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:39.199288 chip number 0x7aa5 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:39.209262 chip number 0x7626 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:39.213251 chip number 0x9155 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:39.216243 chip number 0x8ab3 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:44.705535 chip number 0x810e is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:44.714511 chip number 0x7b86 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:44.718500 chip number 0x9ac1 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:44.721492 chip number 0x8e84 is not a stored value, fix this if you are using a new chip 2024-05-20T21:07:56.499933 Received message "START 60.000000", but generated error 2024-05-20T21:07:56.499933 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2024-05-20T21:30:34.821650 chip number 0x4b8d is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:34.831623 chip number 0x513f is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:34.835612 chip number 0x54c6 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:34.838605 chip number 0x5193 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:36.853207 chip number 0x569c is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:36.862183 chip number 0x5c04 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:36.866173 chip number 0x5ab9 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:36.869165 chip number 0x5e4f is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:40.679957 chip number 0x61f5 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:40.687935 chip number 0x6281 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:40.691924 chip number 0x6797 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:40.695913 chip number 0x6ac6 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:43.445547 chip number 0x6ae4 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:43.455521 chip number 0x6f59 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:43.459511 chip number 0x7833 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:43.462502 chip number 0x7205 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:45.726437 chip number 0x7340 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:45.735413 chip number 0x6dc2 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:45.739403 chip number 0x86d7 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:45.743392 chip number 0x8498 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:48.050212 chip number 0x742b is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:48.059188 chip number 0x776f is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:48.063177 chip number 0x89b2 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:48.067167 chip number 0x7c08 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:50.177519 chip number 0x7966 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:50.191476 chip number 0x7ce1 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:50.198458 chip number 0x8ed1 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:50.202447 chip number 0x80ee is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:52.004619 chip number 0x7e47 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:52.013595 chip number 0x8207 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:52.018582 chip number 0x93c6 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:52.021574 chip number 0x85c2 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:54.448073 chip number 0x8312 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:54.457049 chip number 0x8736 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:54.461038 chip number 0x98ea is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:54.464031 chip number 0x8a7b is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:56.861608 chip number 0x880b is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:56.870584 chip number 0x8c3e is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:56.874573 chip number 0x9db0 is not a stored value, fix this if you are using a new chip 2024-05-20T21:30:56.878563 chip number 0x8f13 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:01.717599 chip number 0x8ca0 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:01.725578 chip number 0x9123 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:01.729567 chip number 0xa286 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:01.733556 chip number 0x939e is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:13.509012 Received message "START 60.000000", but generated error 2024-05-20T21:31:13.509012 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2024-05-20T21:31:27.003057 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:27.012034 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:29.872371 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:29.881348 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:32.741822 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:32.750798 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:35.595179 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:35.604155 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:38.460502 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:38.469479 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:41.329816 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:41.338792 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:44.194143 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:44.203119 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:47.057472 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:47.066448 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:49.917811 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:49.926785 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:52.787123 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:52.796100 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:55.795067 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:55.809035 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:58.555678 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:31:58.572632 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:01.377112 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:01.386088 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:04.264377 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:04.273354 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:07.131696 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:07.140673 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:09.989041 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:09.998018 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:12.838409 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:12.847384 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:15.721685 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:15.730661 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:18.585014 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:18.593990 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:21.425405 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:21.434381 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:24.299072 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:24.308048 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:27.164396 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:27.173372 chip number 0x8066 is not a stored value, fix this if you are using a new chip 2024-05-20T21:32:27.547371 Received message "START 60.000000", but generated error 2024-05-20T21:32:27.547371 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1139, in acadias_acquire acadias_init( File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1093, in acadias_init macie_interface.init(firmware_slot, load_files, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 962, in init super(BaseACADIA, self).init(firmware_slot, load_files, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 296, in init self.load_macie_firmware(firmware_slot, self.all_macies) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 700, in load_macie_firmware api.load_macie_firmware(self.handle, select_macies, firmware_slot) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1059, in load_macie_firmware handle_status(MACIE.MACIE_loadMACIEFirmware(handle, select_macies, firmware_slot, ct.byref(firmware_result))) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 660, in handle_status raise MACIEFailError asdetector.detector.macie.api.MACIEFailError: MACIE interface is not initialized 2024-05-20T21:52:35.489921 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 334, in handle self.print(return_message) File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 315, in print log_and_print(string, request=self.wfile) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 131, in log_and_print LogPrintHandler().log_and_print(string, logfile, request, log, verbose) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 121, in log_and_print write_sendall(request, string) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 30, in write_sendall write_sendall_bytes(write, _encoded_string) File "C:\PycharmProjects\asdetector\asdetector\utils\logging.py", line 36, in write_sendall_bytes request.write(_start + _len + bytes_string) File "C:\ProgramData\Miniconda3\lib\socketserver.py", line 826, in write self._sock.sendall(b) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host 2024-05-20T22:20:31.332019 Received message "START 10.000000", but generated error 2024-05-20T22:20:31.333016 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 526, in start self.capture_frame(frame, True, save_science_frame=save_science_frame) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames 2024-05-20T23:40:06.596872 Received message "START 10.000000", but generated error 2024-05-20T23:40:06.596872 Traceback (most recent call last): File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 283, in execute_command command_response = tcs_command.execute_command() File "C:\PycharmProjects\asdetector\asdetector\interface\interface.py", line 106, in execute_command io_start(self.exposure_time, skip_time=self.skip_time, request=self.request, status=self.status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1264, in io_start acadias_acquire(interfaces, exposure_time, skip_time, request, status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 1135, in acadias_acquire macie_interface.start(exposure_time, skip_time=skip_time, request=request, status=status) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 534, in start threads.append(self.capture_frame(frame, skip_frame=skip_frame, save_science_frame=save_science_frame)) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 326, in capture_frame all_data = self.read_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 914, in read_science_frame return self.read_gige_science_frame() File "C:\PycharmProjects\asdetector\asdetector\detector\macie\io.py", line 792, in read_gige_science_frame return api.read_gige_science_frame(self.handle, self.science_frame_timeout, self.total_frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 1782, in read_gige_science_frame return handle_image_array(image_array, frame_size) File "C:\PycharmProjects\asdetector\asdetector\detector\macie\api.py", line 669, in handle_image_array raise ImageAcquisitionError asdetector.detector.macie.api.ImageAcquisitionError: GigE timeout, no available frames