×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

DIY Focuser interface

  • Posts: 40
  • Thank you received: 7
Hi, I've developed a focuser and would like to check that the interface I adequately support Ekos requirements.
This is just [KStars-Ekos] -> [INDIServer-focus-driver] -> [microcontroller-focus-hardware]
I have implemented FocuserInterface in my INDI driver but have not implemented Move, MoveRel or SetSpeed :
i.e. in my constructor i do
RabFocuser::RabFocuser()
{
//void INDI::FocuserInterface::setFocuserFeatures(bool CanAbsMove, bool CanRelMove, bool CanAbort, bool VariableSpeed)
setFocuserFeatures(true, false,true, false);
}
Initial tests seem to show that this is adequate; but I'd really appreciate a little reassurance.
9 years 11 months ago #931

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic DIY Focuser interface

This looks OK to me. Ekos works best with absolute focusers.
The following user(s) said Thank You: Robert Barlow
9 years 11 months ago #932

Please Log in or Create an account to join the conversation.

Time to create page: 0.292 seconds