trying to make sure that the output of the log message contains the full double.
This commit is contained in:
@@ -1098,7 +1098,7 @@ namespace ASCOM.Meade.net
|
|||||||
throw new InvalidValueException(propertyName, valueInArcSecondsPerSecond.ToString(), "0 to 15.0417”/sec");
|
throw new InvalidValueException(propertyName, valueInArcSecondsPerSecond.ToString(), "0 to 15.0417”/sec");
|
||||||
}
|
}
|
||||||
|
|
||||||
LogMessage($"{propertyName} Set", $"Setting new guiderate {valueInArcSecondsPerSecond} arc seconds/second ({value} degrees/second)");
|
LogMessage($"{propertyName} Set", $"Setting new guiderate {valueInArcSecondsPerSecond.ToString()} arc seconds/second ({value.ToString()} degrees/second)");
|
||||||
_sharedResourcesWrapper.SendBlind($":Rg{valueInArcSecondsPerSecond:00.0}#");
|
_sharedResourcesWrapper.SendBlind($":Rg{valueInArcSecondsPerSecond:00.0}#");
|
||||||
//:RgSS.S#
|
//:RgSS.S#
|
||||||
//Set guide rate to +/ -SS.S to arc seconds per second.This rate is added to or subtracted from the current tracking
|
//Set guide rate to +/ -SS.S to arc seconds per second.This rate is added to or subtracted from the current tracking
|
||||||
@@ -1106,6 +1106,8 @@ namespace ASCOM.Meade.net
|
|||||||
//sidereal speed(approx 15.0417”/sec)[Autostar II only]
|
//sidereal speed(approx 15.0417”/sec)[Autostar II only]
|
||||||
//Returns: Nothing
|
//Returns: Nothing
|
||||||
|
|
||||||
|
//info from RickB says that 15.04107 is a better value for
|
||||||
|
|
||||||
_guideRate = valueInArcSecondsPerSecond;
|
_guideRate = valueInArcSecondsPerSecond;
|
||||||
|
|
||||||
WriteProfile();
|
WriteProfile();
|
||||||
|
|||||||
Reference in New Issue
Block a user