File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -719,6 +719,25 @@ bool gpsAqcuisitionComplete(int &indicator); // defined in c72_menuHA_GPS.hpp
719
719
// Returns:
720
720
// "rastate|decstate#" if either axis is enabled
721
721
// "|" if no autohoming is enabled
722
+ // Remarks:
723
+ // While the mount status (:GX#) is 'Homing', the command returns one of these:
724
+ // MOVE_OFF
725
+ // MOVING_OFF
726
+ // STOP_AT_TIME
727
+ // WAIT_FOR_STOP
728
+ // START_FIND_START
729
+ // FINDING_START
730
+ // FINDING_START_REVERSE
731
+ // FINDING_END
732
+ // RANGE_FOUND
733
+ //
734
+ // If the mount status (:GX#) is not 'Homing' the command returns one of these:
735
+ // SUCCEEDED
736
+ // NEVER RUN
737
+ // IN PROGRESS
738
+ // CANT MOVE OFF SENSOR
739
+ // CANT FIND SENSOR BEGIN
740
+ // CANT FIND SENSOR END
722
741
//
723
742
// :XGB#
724
743
// Description:
You can’t perform that action at this time.
0 commit comments