so-artn / ARTN

Arizona Robotic Telescope Network
MIT License
8 stars 4 forks source link

AzCam + RTS2 interaction issue coming out of 2020 shutdown #50

Closed dsand closed 3 years ago

dsand commented 4 years ago

To quote from a Dan Avner email to Lesser:

We ran into a serious issue with how AzCam/RTS2 interact. After taking an image, rts2 would wait indefinitely for a response from AzCam saying that the image is done. The telescope would not slew to the next target or continue to take the next image.

Our next run isn't until the end of October, but I can head up any time before to work with you resolving the issue. Either we need to change the azcam driver on our end or if you made changes on feedback from azcam, revert back to the previous feedback.

dsand commented 4 years ago

Dan and Lesser are actively working on this.

davner commented 4 years ago

We are currently working on rolling back some summer shutdown changes for azcam by making the mode generic. AzCam expects commands to come in as "rts2.reset" or "rts2.set_roi" however the current rts2 driver calls commands as "reset" or "set_roi". I asked Mike to rollback the config pre shutdown.

In the next coming weeks we will test the system.

srswinde commented 4 years ago

here is an example of where you would change that in the RTS2 driver.

davner commented 3 years ago

This was fixed during our next run. Mike L. rolled back the changes he made from summer shutdown to the more generic azcam format.