Menu

Rotator Move Commands

2022-12-15
2022-12-15
  • Chuck Faranda

    Chuck Faranda - 2022-12-15

    I noticed that in the MyRotator Windows app when a move command is issued it sends a
    :14xxx#(move to angle Absolute), but the ASCOM driver sends :13xxx#(move to angle relative to current angle). Is there a reason why the ASCOM move (from NINA) isn't a move to an absolute angle?

     
  • brownrb

    brownrb - 2022-12-15

    The ascom specs for any rotator specifies that it must provide the following methods

    Rotator Move
    Causes the rotator to move Position degrees relative to the current Position value.

    Rotator Move Absolute
    Causes the rotator to move the absolute position of Position degrees.

    The ascom driver does not make any choices about which of these are to be used. The client application, in this instance NINA, makes the choice of using which Move, not the driver.

    To answer your question, it is NINA that is requesting moverelative. A driver just does what it is told.

    Regards
    Robert
    I would guess that they are using relative because they think it is quicker or easier than move absolute. and the maths is easy.

     
  • Chuck Faranda

    Chuck Faranda - 2022-12-15

    Understood. Thanks Robert.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.