(Created page with "{| !Command !Request !Response |- |move number of steps at max speed, the slewing command, ''from TelescopeMoveAxe'' |'p', {4 bytes of signed int32 number of steps} |none |- |...")
 
No edit summary
 
Line 44: Line 44:
|none
|none
|-
|-
|update current guiding (sidereal) speed (or stop moving). Can be done only when sidereal speed is the current speed. The new value is reset to EEPROM's guiding speed when using commands above. ''from RetrieveData<br/>AlphaDelta_Internal''
|update current guiding (sidereal) speed (or stop moving). Can be done only when sidereal speed is the current speed. The new value is reset to EEPROM's guiding speed when using commands above. ''from RetrieveData<br />AlphaDelta_Internal''
|'R', {3 bytes (same format than 3 first bytes of 'r' reply)}, 1 for guiding direction or 0 for the other direction
|'R', {3 bytes (same format than 3 first bytes of 'r' reply)}, 1 for guiding direction or 0 for the other direction
|none
|none
|}
|}

Latest revision as of 02:22, 19 February 2013

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (MCMTII)
{|
!Command
!Request
!Response
|-
|move number of steps at max speed, the slewing command, ''from TelescopeMoveAxe''
|'p', {4 bytes of signed int32 number of steps}
|none
|-
|north or west move max (slewing) speed, ''from MoveTelescope''
|'X', 0, 0, 0, 0
|none
|-
|north or west move medium (slewing) speed, ''from MoveTelescope''
|'G', 0, 0, 0, 0
|none
|-
|south or east move max (slewing) speed, ''from MoveTelescope''
|'W', 0, 0, 0, 0
|none
|-
|south or east move medium (slewing) speed, ''from MoveTelescope''
|'F', 0, 0, 0, 0
|none
|-
|north or west move min (guiding correction) speed, ''from MoveTelescope''
|'D', 0, 0, 0, 0
|none
|-
|south or east move min (guiding correction) speed, ''from MoveTelescope''
|'Q', 0, 0, 0, 0
|none
|-
|stop moving, resume sidereal speed (cancel guiding corrections), ''from Stop_Telescope''
|'S', 0, 0, 0, 0
|none
|-
|set parking mode (sets internal flag and stops guiding), ''from STOP_ALL_Telescope''
|'P', 0, 0, 0, 0
|none
|-
|unset parking mode, ''from ReturnToSideralSpeed''
|'N', 0, 0, 0, 0
|none
|-
|update current guiding (sidereal) speed (or stop moving). Can be done only when sidereal speed is the current speed. The new value is reset to EEPROM's guiding speed when using commands above. ''from RetrieveData<br/>AlphaDelta_Internal''
|'R', {3 bytes (same format than 3 first bytes of 'r' reply)}, 1 for guiding direction or 0 for the other direction
|none
|}
Command Request Response
move number of steps at max speed, the slewing command, from TelescopeMoveAxe 'p', {4 bytes of signed int32 number of steps} none
north or west move max (slewing) speed, from MoveTelescope 'X', 0, 0, 0, 0 none
north or west move medium (slewing) speed, from MoveTelescope 'G', 0, 0, 0, 0 none
south or east move max (slewing) speed, from MoveTelescope 'W', 0, 0, 0, 0 none
south or east move medium (slewing) speed, from MoveTelescope 'F', 0, 0, 0, 0 none
north or west move min (guiding correction) speed, from MoveTelescope 'D', 0, 0, 0, 0 none
south or east move min (guiding correction) speed, from MoveTelescope 'Q', 0, 0, 0, 0 none
stop moving, resume sidereal speed (cancel guiding corrections), from Stop_Telescope 'S', 0, 0, 0, 0 none
set parking mode (sets internal flag and stops guiding), from STOP_ALL_Telescope 'P', 0, 0, 0, 0 none
unset parking mode, from ReturnToSideralSpeed 'N', 0, 0, 0, 0 none
update current guiding (sidereal) speed (or stop moving). Can be done only when sidereal speed is the current speed. The new value is reset to EEPROM's guiding speed when using commands above. from RetrieveData
AlphaDelta_Internal
'R', {3 bytes (same format than 3 first bytes of 'r' reply)}, 1 for guiding direction or 0 for the other direction none