Issue when opening the dome

Issue #1174 closed
Jeff Shangguan created an issue

Hi, I developed a ASCOM Dome driver. But from the driver log, I found when I click “Open Shutter” in the manual control part of Dome, a “CloseShutter” command will be sent before the “OpenShutter” command, aheading of a few seconds:

16:42:39.723 CloseShutter Closing the roof.
16:42:42.730 OpenShutter Opening the roof.
16:42:42.730 OpenShutter Roof 1 is opened.

Is this a bug in NINA? To test the functionality, I just implement a simulating dome here.

Thanks,

Jeff

Comments (1)

  1. Stefan B repo owner

    A close instruction will only be sent on open when the previous state was shutter state was error. An error state is also assumed when the enum is not in the value range of 0..4

  2. Log in to comment