Observatory doesn't close at sequence end

I’ve been trying to fully automate my sequence and have it all working except closing the observatory roof at the end of the sequence. It seems to timeout after the scope is parked. If I click close in SGP after the failure, it will close.

Any ideas what might keep the roof from closing?

Attached is a copy of the log from my last run.
I’m using version 2.6.0.17


sg_logfile_20170619194257.txt (331.8 KB)

The log file says it got the parked message and is closing the shutter - do you have the log file for the roof too? Looks like SGP issued the instruction:

[06/19/17 22:11:23.909][DEBUG] [Sequence Thread] Parking telescope…
[06/19/17 22:11:23.912][DEBUG] [Sequence Thread] ASCOM Telescope: Park message received.
[06/19/17 22:11:23.912][DEBUG] [Sequence Thread] ASCOM Telescope: Dome slave set to park mount first, parking mount.
[06/19/17 22:11:23.913][DEBUG] [Sequence Thread] ASCOM Telescope: Sending park…
[06/19/17 22:11:24.557][DEBUG] [Sequence Thread] ASCOM Telescope: Parked
[06/19/17 22:11:24.557][DEBUG] [Sequence Thread] ASCOM Telescope: closing observatory shutter…
[06/19/17 22:11:24.615][DEBUG] [Sequence Thread] Dome: Closing Shutter

I think this is the log fie, but it doesn’t offer much information, but it does look like some error occurred after i closed the roof manually I’ll check with the Interactive Astronomy guys and see if they have any ideas.

06-19-2017 10:16:27 PM: closed roof
06-19-2017 10:16:52 PM: Roof error detected

I wrote my own ROR driver, so have quite an intimate knowledge of the beast - one thing you could check is to download the ASCOM conformance checker from the ASCOM org website and run it on the driver and see what happens. (Make the mount safe beforehand, I’m guessing you have to park yours so that the roof does not hit it)

I downloaded and ran the Conformance Checker and it found no errors with the driver. It also successfully opened and closed the roof a couple of times during the test.

I have sent an email to Interactive Astronomy also to see if they have any insight to the problem.