DanielVanNoord / open-phd-guiding

Automatically exported from code.google.com/p/open-phd-guiding
0 stars 0 forks source link

unresponsive ascom mount can cause phd2 to hang #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ScopeASCOM::Guide will loop indefinitely as long as IsGuiding() returns true 
after the pulse guide command is issued. This can cause the mount worker thread 
to loop indefinitely and for phd2 to become unresponsive. There should be a 
finite timeout waiting for IsGuiding to return false after the guide command is 
issued.

Original issue reported on code.google.com by andy.gal...@gmail.com on 24 Feb 2014 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by andy.gal...@gmail.com on 25 Feb 2014 at 5:28

GoogleCodeExporter commented 9 years ago
Rene Georlich (gemini2 developer) suggests sending an AbortSlew command would 
cause the mount to recover gracefully from the stuck condition.

Original comment by andy.gal...@gmail.com on 25 Feb 2014 at 6:01

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r758.

Original comment by andy.gal...@gmail.com on 18 Mar 2014 at 3:33