Olivier Balitch
c24b4c1161
Initial support of LXD600 mount: no StarPatch, no long format, no park support for this mount.
2025-09-27 11:46:00 +02:00
ColinD
7a0ee85af6
Merged in develop (pull request #51 )
...
Develop
* Added an extra test to Slewing so that if connected will check with the mount to see if it's actually slewing, which is should have been doing
* Added extra check to ensure that slewing is return true whilst executing one of the ascom slew commands.
* Tweaked the GetSlewing command hopefully this makes the logic function correctly.
Also upgraded the logging to expose whether it's an internal call or not.
* Another slight tweak to the GetSlewing internal call code.
* Fixed problem where the telescope area was in mm when it should be mm squared. And the driver was incorrect by a factor of 1000.
* Adding more information to the tracelog for get slewing
* Tweaked the code so that the _forceInternal variable doesn't care about if the scope is connected or not.
* Modified the code again, so that the _forceSlewingCount is done last, so that it's at up to date as possible.
2025-01-01 12:10:00 +00:00
ColinD
04c2f5e1bb
Added unit testing to cover the LX200 not being able to park.
2024-11-12 18:52:03 +00:00
ColinD
a0878ce153
Finish LX200ClassicParkingPosition
2024-11-06 16:52:24 +00:00
ColinD
80899b8056
Fixed problem where the tracking rate was using the local culture to convert a string to a double.
2024-11-06 16:48:46 +00:00
ColinD
5678285e0e
Added unit test to make sure that the LX200GPS with german firmware works as expected.
2023-01-02 09:31:05 +00:00
ColinD
b263d5f3e2
Removed wrong test.
2023-01-01 22:37:22 +00:00
ColinD
4be35eb5d7
Added unit test for LX200GPS with german firmware
2023-01-01 22:31:23 +00:00
ColinD
21d1d93235
Another attempt at the Dec value
2022-11-12 19:16:41 +00:00
ColinD
005643a7c7
Corrected all unit test setups.
2022-11-12 17:35:33 +00:00
ColinD
8539308cf3
oops
2022-11-12 17:34:24 +00:00
ColinD
cd304f5955
Let's see what this does
2022-11-12 17:28:25 +00:00
ColinD
da1d1baa30
Another tweak for the low preceion code.
2022-11-12 16:54:12 +00:00
ColinD
a2b15f291d
Needed to change one more thing
2022-11-12 15:47:35 +00:00
ColinD
c380016b71
Changes the low precision target so that it's using seconds, instead of a fraction of a minute for the seconds portion of the coordinates.
2022-11-12 15:33:49 +00:00
ColinD
3ffa9fbe8b
Nuget package updates
2022-11-10 17:57:45 +00:00
ColinD
129fc23d83
Added an attempt to use the short format to set the TargetRightAscension if the long format fails.
2022-11-10 15:30:16 +00:00
ColinD
5c3bb7d4ad
Modified unit tests for force a pass.
2022-11-10 14:58:12 +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
fa7106a1b4
Adding extra tests to ensure that GetTracking is working correctly for the AudoStar
2022-09-20 12:47:24 +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
0fbb2331cf
Added unit tests to show that StarPatch firmware can attempt pulse guide
2022-07-19 18:42:34 +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
42f2f45866
Added test for StarParch firmware. PulseGuiding is always enabled.
2022-06-28 18:47:33 +01:00
ColinD
0066a6ebed
Fixed broken unit test
2022-06-28 17:45:55 +01:00
ColinD
7dc96c650d
tidied up old unneeded unit test code
2022-05-17 19:11:01 +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
356377ce36
Removed the requirement for GW Support when trying to set the alignment mode.
2022-05-09 12:09:59 +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
554b1af082
Maybe this is what's missing to get the telescope to park
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
a68e86d8cd
Added unit tests for long duration pulse guides.
2022-05-05 20:56:18 +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
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
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
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