Added log messages so that it's known which pulse guiding commands have been used.
This commit is contained in:
@@ -1118,6 +1118,7 @@ namespace ASCOM.Meade.net
|
|||||||
|
|
||||||
if (_userNewerPulseGuiding && duration < 10000)
|
if (_userNewerPulseGuiding && duration < 10000)
|
||||||
{
|
{
|
||||||
|
LogMessage("PulseGuide", $"Using new pulse guiding technique");
|
||||||
_sharedResourcesWrapper.SendBlind($":Mg{d}{duration:0000}#");
|
_sharedResourcesWrapper.SendBlind($":Mg{d}{duration:0000}#");
|
||||||
//:MgnDDDD#
|
//:MgnDDDD#
|
||||||
//:MgsDDDD#
|
//:MgsDDDD#
|
||||||
@@ -1131,6 +1132,7 @@ namespace ASCOM.Meade.net
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
LogMessage("PulseGuide", $"Using old pulse guiding technique");
|
||||||
_sharedResourcesWrapper.Lock(() =>
|
_sharedResourcesWrapper.Lock(() =>
|
||||||
{
|
{
|
||||||
_sharedResourcesWrapper.SendBlind(":RG#"); //Make sure we are at guide rate
|
_sharedResourcesWrapper.SendBlind(":RG#"); //Make sure we are at guide rate
|
||||||
|
|||||||
Reference in New Issue
Block a user