ColinD
|
1e5bb04817
|
Added attempt to set the TargetRightAscension using the other format if one fails.
|
2022-11-10 14:34:10 +00:00 |
|
ColinD
|
e851fd0e01
|
Adding support for Audiostar to be returned as a Synonym of Autostar for GW detection.
|
2022-09-25 17:04:24 +01:00 |
|
ColinD
|
349397b70f
|
Fixed logging message
|
2022-07-25 21:57:52 +01:00 |
|
ColinD
|
7287990240
|
Added messages to include information about what is being sent via the serial port.
|
2022-07-25 16:07:55 +01:00 |
|
ColinD
|
6428e6d31b
|
Added the tracelogger to the calls that send the actual serial commands.
|
2022-07-25 15:53:29 +01:00 |
|
ColinD
|
faf2692fae
|
Added code to allow pulseguide commands to be sent to telescopes with StarPatch installed.
|
2022-07-19 18:30:26 +01:00 |
|
ColinD
|
5f3157a58d
|
Refactored code
Added support for setting the guide rate on the RCX400
|
2022-07-17 12:03:32 +01:00 |
|
ColinD
|
5f75916116
|
Added support for RCX400 using newer pulse guiding commands.
Refactored the connect set to be a little less cluttered.
|
2022-07-16 14:17:39 +01:00 |
|
ColinD
|
aff44494bc
|
Added long enter and goto commands.
|
2022-07-15 21:08:54 +01:00 |
|
ColinD
|
e0d51eae81
|
Removed redundant code.
|
2022-06-29 18:41:51 +01:00 |
|
ColinD
|
42f2f45866
|
Added test for StarParch firmware. PulseGuiding is always enabled.
|
2022-06-28 18:47:33 +01:00 |
|
ColinD
|
9b2818ddba
|
Added pseudocode for detecting StarPatch firmware
|
2022-06-27 21:55:09 +01:00 |
|
ColinD
|
0806696d30
|
Added support for allowing pulse guiding for AltAz telescope using older guiding method.
|
2022-06-27 21:25:58 +01:00 |
|
ColinD
|
650fc04bca
|
Changing how side of pier is calculated.
|
2022-05-16 18:59:55 +01:00 |
|
ColinD
|
f551081454
|
LX200 Park unit test added.
|
2022-05-14 12:57:00 +01:00 |
|
ColinD
|
5c362a5a9a
|
Changed how the part position is calculated.
|
2022-05-10 11:39:40 +01:00 |
|
ColinD
|
abb985559e
|
Upgraded error trapping for all the public methods in the driver.
|
2022-05-09 20:06:01 +01:00 |
|
ColinD
|
ddd6178416
|
Removed side of pier set that isn't needed.
|
2022-05-09 14:57:40 +01:00 |
|
ColinD
|
356377ce36
|
Removed the requirement for GW Support when trying to set the alignment mode.
|
2022-05-09 12:09:59 +01:00 |
|
ColinD
|
1b220334d6
|
Added a general try catch to the UnPark method.
|
2022-05-08 15:31:56 +01:00 |
|
ColinD
|
bb54356b58
|
Added more loggins to the unparking process
|
2022-05-08 15:22:04 +01:00 |
|
ColinD
|
ebca231d9a
|
Made sure that the alignment mode is preserved when parked, across sessions.
|
2022-05-08 15:15:30 +01:00 |
|
ColinD
|
2b5205d9c5
|
I think this will allow the LX200Classic to unpark
|
2022-05-08 14:46:53 +01:00 |
|
ColinD
|
81d2b98bfe
|
Added ability to unpark the LX200 Classic
|
2022-05-08 14:30:39 +01:00 |
|
ColinD
|
554b1af082
|
Maybe this is what's missing to get the telescope to park
|
2022-05-08 13:00:05 +01:00 |
|
ColinD
|
70f72e3df7
|
Upgraded the align mode command to have a retry and added support for land mode.
|
2022-05-08 13:00:05 +01:00 |
|
ColinD
|
3af02920c4
|
Added more logging to DoSlewAsync, Added a retry to the AltAz Slew.
|
2022-05-08 13:00:05 +01:00 |
|
ColinD
|
ede7c33302
|
Added Alt Az coordinates to the connected message.
|
2022-05-08 13:00:05 +01:00 |
|
ColinD
|
9866578cab
|
Added more error checks for connected, and found a couple of logic holds in the code that sets the IsConnected property.
|
2022-05-08 12:58:28 +01:00 |
|
ColinD
|
d9093635de
|
Added a log message for when connected check fails.
|
2022-05-08 12:58:27 +01:00 |
|
ColinD
|
885edba1c5
|
Removed the AL command as I think it's failing
|
2022-05-08 12:58:27 +01:00 |
|
ColinD
|
1949c50764
|
Modified the deubgging information.
|
2022-05-08 12:58:27 +01:00 |
|
ColinD
|
2b7d12fac9
|
Added some debugging messages
|
2022-05-08 12:58:26 +01:00 |
|
ColinD
|
f168acc90b
|
Added work around for LX200 classed to be able to turn tracking off when parking.
|
2022-05-08 12:58:26 +01:00 |
|
ColinD
|
8f6ea33139
|
Changes LX200 Park to use Alt 0 Az 0. i.e. Pointing level and North
|
2022-05-08 12:58:26 +01:00 |
|
ColinD
|
c271f0c4d3
|
New Park routine for the LX-200 Classic, uses the same technique as the 5.0.4 driver.
|
2022-05-08 12:58:25 +01:00 |
|
ColinD
|
503eec38a3
|
Added check to ensure that telescope is in Polar Mode when attempting to PulseGuide. CanPulseGuide also fails when scope is in AltAz mode.
|
2022-05-05 20:40:51 +01:00 |
|
ColinD
|
f788320927
|
Refactor to use ProfileProperties instead of assigning individual variables.
Added support for ApertureArea and ApertureDiameter
|
2022-05-03 21:57:25 +01:00 |
|
ColinD
|
dc68bb0b4c
|
Added Focal Length property to telescope setup screen
|
2022-04-28 23:55:35 +01:00 |
|
ColinD
|
1a66f41d78
|
Add support for the IsGuiding function
|
2022-04-28 23:20:56 +01:00 |
|
ColinD
|
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)
|
2021-12-17 13:11:32 +00:00 |
|
ColinD
|
acb1533f21
|
Upgraded the tracking rate detection, now detects solar, lunar and sidereal better than before.
|
2021-12-15 20:23:46 +00:00 |
|
ColinD
|
eda3a53d6f
|
Added logging to MoxingAxis call to see if a telescope axis is moving
|
2021-12-13 14:09:16 +00:00 |
|
ColinD
|
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.
|
2021-12-11 19:10:18 +00:00 |
|
ColinD
|
a5a3bd5bd4
|
Removed unneeded lock and will cause a lock recursion and break things.
|
2021-10-14 13:50:24 +01:00 |
|
ColinD
|
ad9169a48d
|
Modified so that the driver supports either +60.1 or 60.1 for tracking rate
|
2021-09-26 16:50:46 +01:00 |
|
ColinD
|
3b056ef7f8
|
Fixed bug in tracking rate get where it always returns lunar when it should be sidereal
|
2021-09-17 09:38:35 +01:00 |
|
ColinD
|
710ae0420a
|
Added left, right as sysonyms of back and forward for the handbox commands.
Added scrollup and scrolldown handbox commands as well.
|
2021-09-09 12:14:15 +01:00 |
|
ColinD
|
49c43358de
|
Added check to ensure that the Lunar Tracking rate cannot be selected on the LX200 Classic.
|
2021-08-04 18:48:24 +01:00 |
|
ColinD
|
27a0f54b07
|
Added check to make sure that the tracking rate cannot be set for an LX200.
|
2021-08-04 17:01:06 +01:00 |
|