Telescope parking issues

Hello all. This is the third night this has happened. I run a sequence and then go to bed. I expect the mount to park after the sequence is over so that the mount stops tracking into itself and so that dew doesn’t settle on the lens in the late evening.

I woke up this morning and noticed that SGP stated it was parking the telescope with a progress bar, but nothing had happened or was happening. Please let me know what part of the log file would be relevant here. Thanks for any insight!

Log file can be found here: Dropbox - sg_logfile_20170727211215.txt - Simplify your life

I seeing the same behavior with 2.6.0.24 where my roof remained opened. I have a theory …

I have a roll-off roof that uses an IR beam to verify that the scope is parked before it closes.
On my scope I have a flip-flat with a reflecting tape that closes the beam. if the flip-flat is on the closed position the scope is reported parked else it will report unparked. Looking at the logs it appears that

  1. Park command is sent
  2. Scope parks
  3. Roof close command is send but since the Flip-flat is open the scope is reported unparked to the motor controller
  4. Then the flip-flat receives the close command.

logs : https://drive.google.com/open?id=0B91c8lY19utvTXNGbHZXX3RENFk

[07/29/17 03:11:11.298][DEBUG] [Sequence Thread] Parking telescope…
[07/29/17 03:11:11.305][DEBUG] [Sequence Thread] ASCOM Telescope: Park message received.
[07/29/17 03:11:11.305][DEBUG] [Sequence Thread] ASCOM Telescope: Dome slave set to park mount first, parking mount.
[07/29/17 03:11:11.307][DEBUG] [Sequence Thread] ASCOM Telescope: Sending park…
[07/29/17 03:11:38.936][DEBUG] [Sequence Thread] ASCOM Telescope: Parked
[07/29/17 03:11:38.936][DEBUG] [Sequence Thread] ASCOM Telescope: Sending post-park stop tracking…
[07/29/17 03:11:38.936][DEBUG] [Sequence Thread] ASCOM Telescope: Setting tracking state to False
[07/29/17 03:11:39.032][DEBUG] [Sequence Thread] ASCOM Telescope: closing observatory shutter…
[07/29/17 03:11:39.062][DEBUG] [Sequence Thread] Dome: Closing Shutter

@iuseglasses

Your mount’s ASCOM driver never reported back when asked to park. You would need to see what your mount thought about that command in the ASCOM driver’s logs.

@gorgi

This issue is not related the the OP.