Quantcast
Channel: Main Sequence Software - Latest topics
Viewing all articles
Browse latest Browse all 8550

Hang During Frame and Focus

$
0
0

@DesertSky wrote:

While doing a frame a focus, it would show exposing, downloading, and frame & focus complete however no image. The Stop button never turned to Start and if you clicked the Stop button it would say aborting camera but never finish the abort.

After much time investigating, it turns out that SGP was in a error handling loop caused by the telescope returning a declination value slightly greater than 90. Granted this is basically a telescope error but SGP did not report the problem and was in an endless loop. Here is the relevant part of the log:

[05/07/18 22:20:25.698][DEBUG] [Telescope Thread] Telescope Dispatch loop: Received SGM_TELESCOPE_CONNECT…
[05/07/18 22:20:25.827][DEBUG] [Telescope Thread] Telescope can slewing supported…
[05/07/18 22:20:25.853][DEBUG] [Telescope Thread] Telescope: Implements MoveAxis…
[05/07/18 22:20:25.870][DEBUG] [Telescope Thread] RA Move Rate Range: Min->1 Max->10
[05/07/18 22:20:25.870][DEBUG] [Telescope Thread] RA Move Rate Range: Min->50 Max->100
[05/07/18 22:20:25.873][DEBUG] [Telescope Thread] DEC Move Rate Range: Min->1 Max->10
[05/07/18 22:20:25.873][DEBUG] [Telescope Thread] DEC Move Rate Range: Min->50 Max->100
[05/07/18 22:20:25.874][DEBUG] [Telescope Thread] Telescope: CanSetSideOfPier returned True
[05/07/18 22:20:25.875][DEBUG] [Telescope Thread] Telescope: CanPark returned True
[05/07/18 22:20:25.876][DEBUG] [Telescope Thread] Telescope equatorial system is JNOW…
[05/07/18 22:20:25.876][DEBUG] [Telescope Thread] SGM_TELESCOPE_CONNECT complete…
[05/07/18 22:20:25.902][DEBUG] [Main Thread] Telescope: Setting sync behavior to: Sync
[05/07/18 22:20:25.915][DEBUG] [CP Update Thread] Error in control panel UI updater: Error transforming JNOW to J2000! SetApparent set - ‘90.04999’ is an invalid value. The valid range is: -90.0 to 90.0.
[05/07/18 22:20:25.915][DEBUG] [CP Update Thread] Inner Exception: SetApparent set - ‘90.04999’ is an invalid value. The valid range is: -90.0 to 90.0.
[05/07/18 22:20:25.916][DEBUG] [CP Update Thread] Error in control panel UI updater: Error transforming JNOW to J2000! SetApparent set - ‘90.04999’ is an invalid value. The valid range is: -90.0 to 90.0.
[05/07/18 22:20:25.916][DEBUG] [CP Update Thread] Inner Exception: SetApparent set - ‘90.04999’ is an invalid value. The valid range is: -90.0 to 90.0.

The log continues with this loop.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 8550

Trending Articles