Replies: 1 comment 2 replies
-
|
You can use setLx200Capability to remove that. For example: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have a problem were there are a lot of Meade commands sent to my mount for an optional focuser that I do not have!
A while ago I created a simple button to disable the focus feature for an OAT / OAM mount that does not have the focus add on attachment - https://github.com/peteasa/indi/tree/OATFocusControl - see lx200_OpenAstroTech.cpp - Now the focus code has been updated in commit e086bab so I do not have direct access to the initFocuserProperties to add my button.
An improvement would be to actually remove the whole focus tab from the user interface if there was no focuser attached. However that change would require me to test the code with a focuser - and I do not have one of those.
Can you suggest a way to achieve what I want quite easily? The objective is for a mount that has no focuser not to poll with multiple Meade commands for an update to the focuser that does not exist. My simple button does this by returning from the OATUpdateFocuser() function if my button is in the disabled state in the same way that there is no polling if there is no movement.
Beta Was this translation helpful? Give feedback.
All reactions