2024-05-19T20:04:14.955122 chip number 0x5c03 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:14.964098 chip number 0x5634 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:14.969084 chip number 0x4e49 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:14.973074 chip number 0xadc3 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:20.193090 chip number 0x6215 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:20.201067 chip number 0x7000 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:20.205057 chip number 0x5f1e is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:20.209046 chip number 0x5b18 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:25.531786 chip number 0x7223 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:25.540761 chip number 0x68c0 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:25.543754 chip number 0x6613 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:25.547744 chip number 0x5fb6 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:30.731854 chip number 0x7f82 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:30.740830 chip number 0x7342 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:30.744819 chip number 0x71a3 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:30.748809 chip number 0x6501 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:36.270016 chip number 0x8438 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:36.278992 chip number 0x8167 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:36.283979 chip number 0x7e2e is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:36.287968 chip number 0x81f3 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:41.658580 chip number 0x870c is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:41.667556 chip number 0x8600 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:41.671545 chip number 0x7ec2 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:41.675534 chip number 0x85ad is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:46.960375 chip number 0x907b is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:46.969351 chip number 0x8bb7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:46.973341 chip number 0x889f is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:46.976333 chip number 0x8de3 is not a stored value, fix this if you are using a new chip 2024-05-19T20:04:58.780645 Received message "START 60.000000", but generated error 2024-05-19T20:04:58.781641 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-19T20:06:55.866585 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-19T20:27:35.384308 chip number 0x6133 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:35.393283 chip number 0x52a7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:35.397273 chip number 0x4f5f is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:35.400265 chip number 0x4fb1 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:41.011229 chip number 0x6bd3 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:41.020205 chip number 0x58a6 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:41.024194 chip number 0x59aa is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:41.027186 chip number 0x5665 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:46.736885 chip number 0x70fc is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:46.745861 chip number 0x71b7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:46.749851 chip number 0x61f7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:46.753840 chip number 0x632b is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:52.456558 chip number 0x79ac is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:52.465534 chip number 0xb2e7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:52.469523 chip number 0x6ac2 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:52.473513 chip number 0x6a4f is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:58.317854 chip number 0x897a is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:58.326829 chip number 0xb30c is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:58.330819 chip number 0x8035 is not a stored value, fix this if you are using a new chip 2024-05-19T20:27:58.334808 chip number 0x7584 is not a stored value, fix this if you are using a new chip 2024-05-19T20:28:02.014946 chip number 0x9065 is not a stored value, fix this if you are using a new chip 2024-05-19T20:28:02.023922 chip number 0x8e23 is not a stored value, fix this if you are using a new chip 2024-05-19T20:28:02.027911 chip number 0x8509 is not a stored value, fix this if you are using a new chip 2024-05-19T20:28:02.031901 chip number 0x7e5a is not a stored value, fix this if you are using a new chip 2024-05-19T20:28:13.790391 Received message "START 60.000000", but generated error 2024-05-19T20:28:13.790391 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-19T20:44:22.829796 chip number 0x57b8 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:22.838772 chip number 0x5671 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:22.842761 chip number 0x4ce0 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:22.845753 chip number 0x4ac8 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:28.602332 chip number 0x657c is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:28.611308 chip number 0x61d4 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:28.615297 chip number 0xafc2 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:28.619287 chip number 0x5462 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:34.090629 chip number 0x700f is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:34.100603 chip number 0x6b5e is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:34.104592 chip number 0x5e17 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:34.107583 chip number 0x597b is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:39.447279 chip number 0x75d2 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:39.456254 chip number 0x6ace is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:39.461241 chip number 0x71c7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:39.468230 chip number 0x6a13 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:45.056252 chip number 0x7fef is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:45.065228 chip number 0x7a3c is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:45.068220 chip number 0x79d7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:45.072210 chip number 0x761c is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:50.746010 chip number 0x89ec is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:50.754986 chip number 0x7e49 is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:50.757978 chip number 0x7baf is not a stored value, fix this if you are using a new chip 2024-05-19T20:44:50.761967 chip number 0x7f0e is not a stored value, fix this if you are using a new chip 2024-05-19T20:45:02.539416 Received message "START 60.000000", but generated error 2024-05-19T20:45:02.539416 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-19T20:52:04.306207 chip number 0x5380 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:04.315184 chip number 0x4faf is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:04.319173 chip number 0x435e is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:04.322164 chip number 0x49d6 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:07.067809 chip number 0x5e95 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:07.076786 chip number 0x57b2 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:07.080775 chip number 0x500d is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:07.085762 chip number 0x520a is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:09.045512 chip number 0x6bde is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:09.055484 chip number 0x55f4 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:09.059474 chip number 0x5ad3 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:09.063463 chip number 0x63d1 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:11.534842 chip number 0x6da7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:11.543818 chip number 0x6524 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:11.548805 chip number 0x6989 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:11.551797 chip number 0x62e7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:14.222642 chip number 0x72a0 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:14.231618 chip number 0x6a07 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:14.235606 chip number 0x6ebe is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:14.239596 chip number 0x67ca is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:17.471937 chip number 0x776c is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:17.481910 chip number 0x6eeb is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:17.485899 chip number 0x740d is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:17.489889 chip number 0x6cc6 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:19.634144 chip number 0x7c27 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:19.643121 chip number 0x73fb is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:19.647110 chip number 0x7928 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:19.651099 chip number 0x71c9 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:22.282051 chip number 0x80eb is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:22.290029 chip number 0x78d5 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:22.295016 chip number 0x7e15 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:22.298008 chip number 0x76f3 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:24.652700 chip number 0x8578 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:24.661677 chip number 0x7dad is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:24.666662 chip number 0x82e5 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:24.670652 chip number 0x7bfe is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:26.845824 chip number 0x8a0a is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:26.854801 chip number 0x8264 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:26.858790 chip number 0x878d is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:26.862780 chip number 0x80b3 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:30.146981 chip number 0x8ec1 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:30.155957 chip number 0x86f7 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:30.159946 chip number 0x8c40 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:30.163936 chip number 0x8552 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:32.103739 chip number 0x935e is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:32.113713 chip number 0x8b1a is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:32.118698 chip number 0x90d0 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:32.122688 chip number 0x89e5 is not a stored value, fix this if you are using a new chip 2024-05-19T20:52:43.895150 Received message "START 60.000000", but generated error 2024-05-19T20:52:43.895150 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-19T21:00:45.658913 Received message "START 60.000000", but generated error 2024-05-19T21:00:45.658913 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-19T21:06:52.395281 chip number 0x523b is not a stored value, fix this if you are using a new chip 2024-05-19T21:06:52.404257 chip number 0x4bb7 is not a stored value, fix this if you are using a new chip 2024-05-19T21:06:52.408247 chip number 0x470f is not a stored value, fix this if you are using a new chip 2024-05-19T21:06:52.411238 chip number 0x473f is not a stored value, fix this if you are using a new chip 2024-05-19T21:06:58.143880 chip number 0x5f4f is not a stored value, fix this if you are using a new chip 2024-05-19T21:06:58.153854 chip number 0x5acb is not a stored value, fix this if you are using a new chip 2024-05-19T21:06:58.157843 chip number 0x5221 is not a stored value, fix this if you are using a new chip 2024-05-19T21:06:58.160835 chip number 0x4c83 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:03.770806 chip number 0x6a92 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:03.779781 chip number 0x6bb8 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:03.783771 chip number 0x620d is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:03.786763 chip number 0x581a is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:09.581239 chip number 0x702a is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:09.591212 chip number 0x67c0 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:09.595202 chip number 0x680e is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:09.598194 chip number 0x6674 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:15.219135 chip number 0x7f2c is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:15.228111 chip number 0x799d is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:15.232100 chip number 0x6aba is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:15.235092 chip number 0x6ade is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:21.163210 chip number 0x8696 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:21.172186 chip number 0x7b1b is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:21.176176 chip number 0x7978 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:21.180165 chip number 0x7211 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:26.961676 chip number 0xaf93 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:26.969655 chip number 0xb2d2 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:26.973643 chip number 0x86d3 is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:26.977633 chip number 0x7a1f is not a stored value, fix this if you are using a new chip 2024-05-19T21:07:38.741118 Received message "START 60.000000", but generated error 2024-05-19T21:07:38.742115 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-19T21:09:44.721405 chip number 0x4e01 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:44.730381 chip number 0x4be2 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:44.734371 chip number 0x491f is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:44.737362 chip number 0x4730 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:48.120299 chip number 0x59a9 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:48.129275 chip number 0x550c is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:48.133264 chip number 0x4642 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:48.138251 chip number 0x4902 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:51.958018 chip number 0x59b3 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:51.971980 chip number 0x5089 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:51.975969 chip number 0x784c is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:51.979958 chip number 0x4c85 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:56.559689 chip number 0x5ef3 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:56.569663 chip number 0x552d is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:56.572654 chip number 0x7c57 is not a stored value, fix this if you are using a new chip 2024-05-19T21:09:56.576644 chip number 0x5136 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:02.250443 chip number 0x642b is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:02.259419 chip number 0x59c6 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:02.263408 chip number 0x8052 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:02.266400 chip number 0x55b9 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:07.517333 chip number 0x708b is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:07.527306 chip number 0x6794 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:07.531296 chip number 0x5b66 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:07.535285 chip number 0x6c0f is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:11.950457 chip number 0x7391 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:11.959432 chip number 0x704f is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:11.963422 chip number 0x6c55 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:11.966413 chip number 0x64ab is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:16.221015 chip number 0x792f is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:16.229991 chip number 0x7127 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:16.233980 chip number 0x65d2 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:16.237970 chip number 0x66bb is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:20.223292 chip number 0x72dd is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:20.231271 chip number 0x822b is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:20.235260 chip number 0x77e9 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:20.239250 chip number 0x7e3e is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:25.593904 chip number 0x8635 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:25.602881 chip number 0xb290 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:25.606870 chip number 0x7ad7 is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:25.611857 chip number 0x885e is not a stored value, fix this if you are using a new chip 2024-05-19T21:10:37.385315 Received message "START 60.000000", but generated error 2024-05-19T21:10:37.385315 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-19T21:17:46.546115 chip number 0x508b is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:46.555092 chip number 0x4b5d is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:46.559080 chip number 0x431d is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:46.562072 chip number 0x431e is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:52.386469 chip number 0x5d21 is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:52.395445 chip number 0x5b39 is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:52.399434 chip number 0x4e43 is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:52.403423 chip number 0x4fcc is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:58.218843 chip number 0x606e is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:58.227820 chip number 0x4fd8 is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:58.231808 chip number 0x506e is not a stored value, fix this if you are using a new chip 2024-05-19T21:17:58.235798 chip number 0x6071 is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:04.038253 chip number 0x70ad is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:04.047229 chip number 0x62d1 is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:04.051218 chip number 0x57e8 is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:04.055207 chip number 0x5f49 is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:09.884590 chip number 0x7a0b is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:09.893566 chip number 0x71c5 is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:09.897555 chip number 0x63c4 is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:09.901545 chip number 0x6a18 is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:15.576341 chip number 0x7ffc is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:15.585318 chip number 0x718e is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:15.589307 chip number 0x6d4e is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:15.593296 chip number 0x815c is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:21.260114 chip number 0x8d2e is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:21.269090 chip number 0x8517 is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:21.273080 chip number 0x757a is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:21.276071 chip number 0x7d0b is not a stored value, fix this if you are using a new chip 2024-05-19T21:18:33.061498 Received message "START 60.000000", but generated error 2024-05-19T21:18:33.061498 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-19T21:25:58.850035 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-20T00:45:11.029296 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:11.040267 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:11.044257 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:11.049243 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:13.905591 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:13.914566 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:13.918556 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:13.921548 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:16.774903 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:16.783880 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:16.787869 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:16.790861 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:19.648206 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:19.657182 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:19.661171 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:19.664163 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:45:20.014924 Received message "START 10.000000", but generated error 2024-05-20T00:45:20.014924 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-20T00:46:24.201495 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:24.210471 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:24.215458 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:24.218450 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:27.080781 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:27.089757 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:27.093747 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:27.097736 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:29.969044 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:29.978019 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:29.982009 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:29.985001 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:32.804028 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:32.812006 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:32.816994 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:32.819985 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:46:33.148106 Received message "START 10.000000", but generated error 2024-05-20T00:46:33.149103 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-20T00:47:31.808463 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:31.817438 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:31.820430 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:31.824420 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:34.651845 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:34.660820 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:34.664810 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:34.667802 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:37.523153 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:37.532128 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:37.536118 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:37.540107 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:40.376508 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:40.385484 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:40.389473 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:40.392465 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:47:40.745520 Received message "START 10.000000", but generated error 2024-05-20T00:47:40.746516 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-20T00:48:16.924594 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:16.933570 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:16.938557 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:16.941549 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:19.804877 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:19.813853 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:19.817843 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:19.820834 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:22.675188 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:22.684163 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:22.688153 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:22.691144 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:25.541508 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:25.550484 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:25.554474 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:25.558463 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:25.907754 Received message "START 10.000000", but generated error 2024-05-20T00:48:25.907754 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-20T00:48:59.270582 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:59.279557 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:59.283547 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:48:59.286539 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:02.156849 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:02.166822 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:02.170812 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:02.173804 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:05.042119 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:05.051095 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:05.055084 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:05.059074 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:07.886499 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:07.894477 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:07.898467 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:07.902456 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:08.247082 Received message "START 10.000000", but generated error 2024-05-20T00:49:08.248079 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-20T00:49:55.638704 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:55.648677 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:55.652668 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:55.655659 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:58.535942 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:58.551904 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:58.559880 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:49:58.566862 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:01.393287 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:01.403261 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:01.407250 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:01.411239 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:04.247640 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:04.256616 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:04.260606 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:04.264595 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:04.616652 Received message "START 10.000000", but generated error 2024-05-20T00:50:04.616652 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-20T00:50:18.356751 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:18.365727 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:18.369716 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:18.373706 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:21.236037 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:21.245013 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:21.249003 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:21.252992 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:24.119313 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:24.129286 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:24.133276 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:24.136267 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:26.976658 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:26.986631 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:26.989623 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:26.993612 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:27.346717 Received message "START 10.000000", but generated error 2024-05-20T00:50:27.347714 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-20T00:50:41.085550 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:41.094526 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:41.098515 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:41.101508 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:43.968826 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:43.977802 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:43.981791 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:43.984783 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:46.836145 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:46.845120 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:46.850107 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:46.854096 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:49.698476 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:49.707452 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:49.712439 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:49.716428 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:50:50.065822 Received message "START 10.000000", but generated error 2024-05-20T00:50:50.065822 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-20T00:51:09.430545 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:09.439521 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:09.443510 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:09.447500 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:15.348969 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:15.357945 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:15.361934 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:15.365924 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:21.094576 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:21.103552 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:21.107542 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:21.111531 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:27.068998 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:27.077974 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:27.080966 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:27.084956 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:27.431741 Received message "START 10.000000", but generated error 2024-05-20T00:51:27.432737 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-20T00:51:43.353679 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:43.362655 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:43.366645 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:43.369636 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:46.225984 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:46.234960 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:46.238949 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:46.241942 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:49.105270 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:49.114246 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:49.118236 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:49.122225 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:51.982562 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:51.991538 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:51.994530 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:51.998519 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:51:52.347225 Received message "START 10.000000", but generated error 2024-05-20T00:51:52.347225 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-20T00:52:06.084713 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:06.093689 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:06.097678 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:06.100671 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:09.065731 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:09.081684 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:09.088667 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:09.094654 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:11.830320 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:11.839296 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:11.843286 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:11.847275 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:14.697638 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:14.706614 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:14.710604 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:14.713595 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:15.060579 Received message "START 10.000000", but generated error 2024-05-20T00:52:15.060579 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-20T00:52:56.837980 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:56.846956 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:56.851943 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:56.854934 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:59.732226 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:59.741202 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:59.745191 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:52:59.748184 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:02.587577 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:02.596552 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:02.600541 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:02.603534 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:05.453898 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:05.461876 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:05.465865 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:05.469855 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:05.816925 Received message "START 10.000000", but generated error 2024-05-20T00:53:05.817923 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-20T00:53:16.833753 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:16.842729 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:16.846718 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:16.850707 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:19.630261 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:19.640234 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:19.644223 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:19.647215 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:22.508549 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:22.517526 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:22.521515 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:22.525504 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:25.368886 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:25.377862 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:25.381852 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:25.384844 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:25.733891 Received message "START 10.000000", but generated error 2024-05-20T00:53:25.734888 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-20T00:53:36.678633 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:36.686611 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:36.690601 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:36.694590 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:39.553930 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:39.588836 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:39.593823 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:39.597812 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:42.436207 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:42.445184 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:42.449173 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:42.453162 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:45.295548 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:45.304523 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:45.308513 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:45.311504 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:45.674533 Received message "START 10.000000", but generated error 2024-05-20T00:53:45.675529 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-20T00:53:56.603749 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:56.612725 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:56.616715 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:56.620704 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:59.483035 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:59.492011 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:59.496998 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:53:59.499990 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:02.357335 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:02.366311 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:02.370300 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:02.373292 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:05.216675 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:05.225651 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:05.229640 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:05.232632 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:05.579676 Received message "START 10.000000", but generated error 2024-05-20T00:54:05.580674 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-20T00:54:16.528778 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:16.537754 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:16.541743 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:16.545732 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:19.398091 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:19.408064 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:19.411056 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:19.415045 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:22.374118 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:22.384091 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:22.388080 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:22.392070 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:25.142701 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:25.151676 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:25.154669 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:25.158657 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:25.510695 Received message "START 10.000000", but generated error 2024-05-20T00:54:25.511692 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-20T00:54:36.452996 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:36.461971 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:36.465961 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:36.468953 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:39.326298 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:39.335274 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:39.339263 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:39.343252 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:42.196608 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:42.205584 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:42.209573 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:42.213563 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:45.063926 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:45.073900 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:45.077889 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:45.080881 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:45.428949 Received message "START 10.000000", but generated error 2024-05-20T00:54:45.428949 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-20T00:54:56.369827 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:56.378803 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:56.382793 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:56.385785 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:59.250111 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:59.259087 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:59.264073 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:54:59.268063 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:02.124410 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:02.133386 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:02.137375 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:02.140368 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:04.986742 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:04.995718 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:05.000705 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:05.004694 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:05.350184 Received message "START 10.000000", but generated error 2024-05-20T00:55:05.350184 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-20T00:55:16.298644 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:16.307620 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:16.311609 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:16.315598 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:19.171947 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:19.180922 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:19.184912 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:19.187904 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:22.047244 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:22.056220 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:22.060209 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:22.064198 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:24.945479 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:24.954455 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:24.958444 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:24.961436 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:25.309154 Received message "START 10.000000", but generated error 2024-05-20T00:55:25.310152 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-20T00:55:36.237318 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:36.246294 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:36.250284 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:36.253276 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:39.093666 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:39.102642 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:39.106631 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:39.110620 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:41.984920 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:41.993896 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:41.997885 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:42.001875 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:44.834286 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:44.843262 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:44.848249 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:44.852238 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:45.211276 Received message "START 10.000000", but generated error 2024-05-20T00:55:45.211276 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-20T00:55:56.139104 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:56.148080 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:56.153066 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:56.157056 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:59.024374 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:59.033350 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:59.037339 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:55:59.041329 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:01.898673 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:01.907649 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:01.912636 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:01.916626 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:04.757016 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:04.765992 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:04.768984 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:04.772973 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:05.124184 Received message "START 10.000000", but generated error 2024-05-20T00:56:05.124184 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-20T00:56:16.073242 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:16.082218 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:16.086207 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:16.090196 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:18.935573 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:18.944549 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:18.948539 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:18.952528 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:21.809873 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:21.818849 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:21.822839 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:21.825830 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:24.686167 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:24.695143 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:24.699132 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:24.703121 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:25.059027 Received message "START 10.000000", but generated error 2024-05-20T00:56:25.059027 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-20T00:56:35.984757 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:35.993732 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:35.997722 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:36.001711 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:38.875013 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:38.884987 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:38.888976 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:38.891968 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:41.749312 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:41.758289 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:41.762278 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:41.766267 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:44.604663 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:44.613639 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:44.617629 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:44.620620 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:56:44.967665 Received message "START 10.000000", but generated error 2024-05-20T00:56:44.968662 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-20T00:57:01.523642 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:01.532618 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:01.537605 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:01.540597 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:04.387968 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:04.396944 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:04.401931 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:04.405920 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:07.273238 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:07.282215 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:07.286204 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:07.290193 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:10.145544 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:10.154520 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:10.158509 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:10.162498 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:10.514555 Received message "START 10.000000", but generated error 2024-05-20T00:57:10.514555 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-20T00:57:21.438009 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:21.446985 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:21.449977 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:21.453966 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:24.311311 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:24.320287 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:24.324276 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:24.358186 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:27.190597 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:27.200570 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:27.204560 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:27.207552 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:30.060908 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:30.069883 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:30.072875 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:30.076865 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:30.428420 Received message "START 10.000000", but generated error 2024-05-20T00:57:30.428420 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-20T00:57:41.460103 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:41.470076 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:41.474066 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:41.478055 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:44.243645 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:44.252621 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:44.256611 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:44.260601 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:47.111961 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:47.120937 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:47.124926 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:47.128916 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:49.979280 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:49.987258 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:49.991247 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:49.994240 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:57:50.344284 Received message "START 10.000000", but generated error 2024-05-20T00:57:50.345282 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-20T00:58:01.284973 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:01.293949 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:01.297939 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:01.301928 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:04.156281 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:04.166254 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:04.170244 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:04.174233 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:07.038559 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:07.047535 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:07.051524 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:07.055514 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:09.901888 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:09.910863 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:09.914853 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:09.918843 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:10.280873 Received message "START 10.000000", but generated error 2024-05-20T00:58:10.280873 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-20T00:58:21.208227 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:21.217203 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:21.221192 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:21.224184 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:24.088510 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:24.097486 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:24.102473 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:24.105465 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:26.964804 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:26.973780 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:26.977770 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:26.980762 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:29.820155 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:29.829131 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:29.834117 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:29.838107 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:30.185177 Received message "START 10.000000", but generated error 2024-05-20T00:58:30.185177 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-20T00:58:41.128292 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:41.137268 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:41.141257 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:41.145246 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:44.035504 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:44.050463 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:44.058442 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:44.065430 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:46.976623 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:46.985600 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:46.989589 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:46.993578 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:49.744239 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:49.753215 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:49.757204 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:49.761194 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:58:50.110258 Received message "START 10.000000", but generated error 2024-05-20T00:58:50.110258 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-20T00:59:01.053455 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:01.062431 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:01.066420 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:01.070409 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:03.927754 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:03.936730 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:03.940719 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:03.944709 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:06.801196 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:06.810172 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:06.814162 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:06.817154 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:09.678488 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:09.687464 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:09.691453 chip number 0x1 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:09.695442 chip number 0x393 is not a stored value, fix this if you are using a new chip 2024-05-20T00:59:10.060253 Received message "START 10.000000", but generated error 2024-05-20T00:59:10.060253 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-20T00:59:21.591378 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