bb54356b58
Added more loggins to the unparking process
ColinD2022-05-08 15:22:04 +01:00
ebca231d9a
Made sure that the alignment mode is preserved when parked, across sessions.
ColinD2022-05-08 15:15:30 +01:00
2b5205d9c5
I think this will allow the LX200Classic to unpark
ColinD2022-05-08 14:46:53 +01:00
81d2b98bfe
Added ability to unpark the LX200 Classic
ColinD2022-05-08 14:30:39 +01:00
9ee6adf063
Merge remote-tracking branch 'origin/feature/LX200ClassicPark' into feature/LX200ClassicPark
ColinD2022-05-08 13:01:49 +01:00
554b1af082
Maybe this is what's missing to get the telescope to park
ColinD2022-05-07 19:37:16 +01:00
70f72e3df7
Upgraded the align mode command to have a retry and added support for land mode.
ColinD2022-05-07 18:09:37 +01:00
3af02920c4
Added more logging to DoSlewAsync, Added a retry to the AltAz Slew.
ColinD2022-05-07 16:54:22 +01:00
ede7c33302
Added Alt Az coordinates to the connected message.
ColinD2022-05-07 14:00:29 +01:00
9866578cab
Added more error checks for connected, and found a couple of logic holds in the code that sets the IsConnected property.
ColinD2022-05-07 12:22:46 +01:00
d9093635de
Added a log message for when connected check fails.
ColinD2022-05-07 12:15:45 +01:00
885edba1c5
Removed the AL command as I think it's failing
ColinD2022-05-07 10:00:57 +01:00
1949c50764
Modified the deubgging information.
ColinD2022-05-06 21:31:12 +01:00
2b7d12fac9
Added some debugging messages
ColinD2022-05-06 20:09:40 +01:00
f168acc90b
Added work around for LX200 classed to be able to turn tracking off when parking.
ColinD2022-05-06 13:39:34 +01:00
8f6ea33139
Changes LX200 Park to use Alt 0 Az 0. i.e. Pointing level and North
ColinD2022-05-06 12:14:24 +01:00
c6f938bd5c
Merge remote-tracking branch 'origin/feature/LX200ClassicPark' into feature/LX200ClassicPark
ColinD2022-05-05 21:50:28 +01:00
c271f0c4d3
New Park routine for the LX-200 Classic, uses the same technique as the 5.0.4 driver.
ColinD2022-05-05 18:55:38 +01:00
35a76fe52c
Merged in feature/PortSpeed (pull request #40)
ColinD2022-05-08 11:52:45 +00:00
64e42f961c
Maybe this is what's missing to get the telescope to park
ColinD2022-05-07 19:37:16 +01:00
8eb093c13a
Upgraded the align mode command to have a retry and added support for land mode.
ColinD2022-05-07 18:09:37 +01:00
a204f9c57f
Added more logging to DoSlewAsync, Added a retry to the AltAz Slew.
ColinD2022-05-07 16:54:22 +01:00
700802033b
Added Alt Az coordinates to the connected message.
ColinD2022-05-07 14:00:29 +01:00
350dd23ed1
Added more error checks for connected, and found a couple of logic holds in the code that sets the IsConnected property.
ColinD2022-05-07 12:22:46 +01:00
5e65ea7946
Added a log message for when connected check fails.
ColinD2022-05-07 12:15:45 +01:00
0c70688b60
Removed the AL command as I think it's failing
ColinD2022-05-07 10:00:57 +01:00
af3cca7611
Modified the deubgging information.
ColinD2022-05-06 21:31:12 +01:00
ef498fc5a0
Added some debugging messages
ColinD2022-05-06 20:09:40 +01:00
ceca3a15dc
Added work around for LX200 classed to be able to turn tracking off when parking.
ColinD2022-05-06 13:39:34 +01:00
a9b8a60e43
Changes LX200 Park to use Alt 0 Az 0. i.e. Pointing level and North
ColinD2022-05-06 12:14:24 +01:00
7a85f7ca9e
Merge remote-tracking branch 'origin/feature/LX200ClassicPark' into feature/LX200ClassicPark
ColinD2022-05-05 21:50:28 +01:00
57c5a34fe2
New Park routine for the LX-200 Classic, uses the same technique as the 5.0.4 driver.
ColinD2022-05-05 18:55:38 +01:00
a68e86d8cd
Added unit tests for long duration pulse guides.
ColinD2022-05-05 20:56:18 +01:00
503eec38a3
Added check to ensure that telescope is in Polar Mode when attempting to PulseGuide. CanPulseGuide also fails when scope is in AltAz mode.
ColinD2022-05-05 20:40:51 +01:00
ed54487a88
New Park routine for the LX-200 Classic, uses the same technique as the 5.0.4 driver.
ColinD2022-05-05 18:55:38 +01:00
f788320927
Refactor to use ProfileProperties instead of assigning individual variables. Added support for ApertureArea and ApertureDiameter
ColinD2022-05-03 21:57:25 +01:00
7ac3c95c8e
modified the get tracking code to make it less better. amd more tolerant of lunar speeds, taken from Nasa and other sources (Info from David Richards)
ColinD2021-12-17 13:11:32 +00:00
acb1533f21
Upgraded the tracking rate detection, now detects solar, lunar and sidereal better than before.
ColinD2021-12-15 20:23:46 +00:00
eda3a53d6f
Added logging to MoxingAxis call to see if a telescope axis is moving
ColinD2021-12-13 14:09:16 +00:00
6786db65fe
Overridden the alignment status ToString to help with logging
ColinD2021-12-13 12:58:40 +00:00
df7dfb7c04
Modified the implementation of side of pier support detection. Hopefully will now, Added extra checking to ensure that a slew cannot be started whilst a slew is in progress.
ColinD2021-12-11 19:10:18 +00:00
ad9169a48d
Modified so that the driver supports either +60.1 or 60.1 for tracking rate
ColinD2021-09-26 16:50:46 +01:00
3b056ef7f8
Fixed bug in tracking rate get where it always returns lunar when it should be sidereal
ColinD2021-09-17 09:38:35 +01:00
710ae0420a
Added left, right as sysonyms of back and forward for the handbox commands. Added scrollup and scrolldown handbox commands as well.
ColinD2021-09-09 12:14:15 +01:00
49c43358de
Added check to ensure that the Lunar Tracking rate cannot be selected on the LX200 Classic.
ColinD2021-08-04 18:48:24 +01:00
27a0f54b07
Added check to make sure that the tracking rate cannot be set for an LX200.
ColinD2021-08-04 17:01:06 +01:00
a562b848c0
Corrected the expected result of the GT command.
ColinD2021-08-04 09:22:31 +01:00
f4c26d777b
Added more logging around the tracking rates. Corrected the Command logged messages to use the correct info. Added a try catch to the setup dialog to see if an error occurs to give a better message.
ColinD2021-08-03 21:55:06 +01:00
d7637928b7
Made sure that the telescope doesn't think it's parked for the first Telescope to connect.
ColinD2021-04-27 22:14:22 +01:00
486a9205ee
Fixed the defect when one instance of the driver gets parked, the info is shared to the other instances.
ColinD2021-04-27 22:08:25 +01:00
2c2c59290e
Reinstated the Real Alt Az methods for the LX200GPS. Changes how the parked behaviour is implemented, so that it doesn't need to make as many calls.
ColinD2021-04-27 20:14:57 +01:00
70e615bb4e
Made sure that CommandString, CommandBool and CommandBlind work as expected, complete with Raw and non raw support. (Implementation is the same as one of the LX200 drivers.)
ColinD2021-04-26 20:51:41 +01:00
8c94fd6b71
Merge branch 'develop' into feature/GWSupport
ColinD2021-04-25 20:28:48 +01:00
f354bcdee1
Merged in feature/AddDateTimeByPass (pull request #28)
ColinD2021-04-25 19:27:23 +00:00
e32c2aa50a
Sorted out some code inspection issues
ColinD2021-04-25 20:16:07 +01:00
795dc0c741
Added parked behaviour modes to the unit testing.
ColinD2021-04-25 19:58:09 +01:00
22a8a794ba
Added unit tests for check Parked, when parked mode is set to no coordinates
ColinD2021-04-25 19:17:56 +01:00
c6b54e273d
Added unit testing for bypass feature, and setting the date on first connection
ColinD2021-04-25 18:27:44 +01:00
7eec6c0008
Fixed some issued with the telescope parking and unparking. Now reports reported correctly for the LX200GPS, and Autostars
ColinD2021-04-24 22:29:11 +01:00
f9bb2aa879
Fixed the date format for the bypass date time setting for the LX-200GPS
ColinD2021-04-24 21:23:12 +01:00
18ea52c972
Impemented the code changes to return co-ordinated when the telescope is parked. Also added loads of checks for if the telescope is parked.
ColinD2021-04-24 20:52:21 +01:00