rmorgan001 / GSServer

ASCOM Synta protocol driver for SkyWatcher and Orion telescope mounts
GNU General Public License v3.0
40 stars 16 forks source link

Alt Az hand controller fixes #70

Closed Principia4834 closed 1 month ago

Principia4834 commented 1 month ago

Update HCMoves for Alt Az mounts to add tracking rate when tracking is on. Added rate based tracking capability to predictor method in SetAltAzTrackingRate with changes to SetTracking. Added function to calculate mount angular rate required to check when mount is tracking at Sidereal rate after HC move

Fix issues with mount stop / start and bounce back for mounts with advanced command functionality.

Fix asynchronous goto slewing when abort and stop are called - race condition for rapid ASCOM slew and abort commands from ConformU. Replace SlewState based method by cancellation token.