-
-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telescope Control plugin - ASCOM telescope #4183
Comments
Whoa! The actual answer is yes. We need the pointer coordinates to display on screen. Do you have a better solution? |
Yes, I am writing an Alpaca driver for a custom build old telescope and would like to use Stellarium for showing the telescope position graphically. So why so many Connected calls? I understand one before the coordinate call but why twenty? I have my own python client and it only calls connect in the beginning and assumes connected state untill disconnecting the telescope. |
My very simple test client:
|
You are right, this flood of connected test reads suspicious. |
Wow, it seems isConnected() is called at each frame for all telescopes! That's code from 2010, but probably the connected state should be cached for a second or so? Two months ago someone else may have discovered the same for "flooding a serial connection with garbage". (#4058) |
The version 24.4 Qt6 has the ASCOM disabled, but the Qt5 version kind of works.
I am developing my own ASCOM/Alpaca telescope driver and found that Stellarium calls Connected method many times per reading the rightascension and declination. This makes the interface slow. Is this expected behaviour?
System
The text was updated successfully, but these errors were encountered: