ColinD
|
58992c2947
|
More unit tests fixed
|
2021-01-17 18:04:24 +00:00 |
|
ColinD
|
1297b5eb78
|
Fixed 9 of the broken unit tests by populating the mock information properly.
|
2021-01-17 17:49:45 +00:00 |
|
ColinD
|
cd8330196e
|
Made a few minor tweaks whilst reviewing.
|
2021-01-17 17:30:29 +00:00 |
|
Frank S
|
9042c76d48
|
Classic LX 200 low precision and lock on slewing enhancement (issue #8)
|
2021-01-17 17:01:07 +01:00 |
|
ColinD
|
4126b2ee44
|
Added JetBrains.Annotations
|
2021-01-07 20:07:00 +00:00 |
|
ColinD
|
ca0028f08d
|
Upgraded to .net 4.7.2, and fixed issue with the site location being set wrongly
|
2021-01-07 19:28:46 +00:00 |
|
ColinD
|
1b73bb62b6
|
Fixed logic for LX200 Classic is slewing test
|
2020-09-24 22:01:52 +01:00 |
|
ColinD
|
c34ed41ddf
|
Added check to ensure that the LX-200 classic return value is sanitised when it's not slewing.
|
2020-09-22 17:34:57 +01:00 |
|
ColinD
|
d0406b32dd
|
Added ability to unpark telescope
Added extra logging information to the "isslewing test"
|
2020-09-21 23:04:58 +01:00 |
|
ColinD
|
b33d1741c4
|
Removed the Classname static as it doesn't work as desired. Replace with a parameter on the initialise method instead.
|
2020-09-04 15:23:46 +01:00 |
|
ColinD
|
d728dbe272
|
Trying to reduce code duplication
|
2020-09-03 23:34:04 +01:00 |
|
ColinD
|
92ab807eae
|
Code inspections
|
2020-09-03 20:35:37 +01:00 |
|
ColinD
|
a2fcaac2a9
|
Code inspections
|
2020-09-03 20:28:32 +01:00 |
|
ColinD
|
da4e4fd81a
|
Refactored code to reduce duplication.
|
2020-09-03 19:05:01 +01:00 |
|
ColinD
|
4266139429
|
Removed all # symbols from before the commands, as they're not really needed.
|
2020-09-03 18:35:40 +01:00 |
|
ColinD
|
9c4329deed
|
Nuget packages updated to latest versions
|
2020-09-03 13:20:44 +01:00 |
|
ColinD
|
a563a77554
|
Implemenated a few todo notes
|
2020-09-03 13:12:06 +01:00 |
|
ColinD
|
f9792b22bc
|
Implemenated a few todo notes
|
2020-09-03 13:11:47 +01:00 |
|
ColinD
|
d6cec4d63e
|
Checked and removed completed todo tasks
|
2020-06-03 00:10:27 +01:00 |
|
ColinD
|
855a21122a
|
Added a trim, so that whitespace is ignored when seeing the result of is slewing to target.
|
2020-05-24 18:30:46 +01:00 |
|
ColinD
|
1e59d5610e
|
Fixed spelling mistake
|
2020-05-24 16:39:09 +01:00 |
|
ColinD
|
bd8476e11a
|
Added support for a warning when the telescope could hit the mount. (older command used by the Meade CSD prior to the LX200 command set.)
|
2020-05-24 16:38:30 +01:00 |
|
ColinD
|
3e00398af0
|
Modified the puleguide method to make sure that the _isGuiding property is set correctly regardless of the old or new guiding method.
Added log message for when PulseGuide fails with an error for any reason
|
2020-05-24 15:56:24 +01:00 |
|
ColinD
|
894b78d9f1
|
code inspections
|
2020-05-23 19:23:48 +01:00 |
|
ColinD
|
b9522ae2a2
|
Added and error message to the trace log when the com port is failing and looping back data
|
2020-05-23 18:40:04 +01:00 |
|
ColinD
|
6130cb6d64
|
Added new feature to allow the guiding style to be forced, Auto = driver decides. Pulse guiding will use the newer pulse guiding technique, Guide rate slew, will use the older technique.
|
2020-02-27 22:57:19 +00:00 |
|
ColinD
|
c7f1a4272f
|
Slewing now reports false when performing a guide command using the old guiding method.
|
2020-02-20 21:31:09 +00:00 |
|
ColinD
|
6601fa6205
|
Added a check to ensure that pulse guide commands fail when the scope is slewing or already being moved on the same axes.
|
2019-12-11 23:53:37 +00:00 |
|
ColinD
|
1185770a94
|
Added try catch to the default constructor to show the details of an error if something goes wrong.
|
2019-12-01 00:11:13 +00:00 |
|
ColinD
|
25d88b0609
|
Set global com visible to false and only exposed the classes that need to be.
|
2019-11-30 19:15:06 +00:00 |
|
ColinD
|
2cbb1fb68c
|
Code inspection cleanup
|
2019-10-22 21:51:59 +01:00 |
|
ColinD
|
a155e27eac
|
Upgraded the Profile code to be contained inside a wrapper and started adding unit tests to cover.
|
2019-10-21 21:16:09 +01:00 |
|
ColinD
|
7a92581fa8
|
Moved the RA position report on connect to trigger for ALL connects, not just the first connection.
|
2019-10-05 13:47:14 +01:00 |
|
ColinD
|
7f8c2cb559
|
Removed the alignmode check as it is not supported on all telescopes.
Added current RA and dec to the log when the telescope connects.
|
2019-10-05 11:23:10 +01:00 |
|
ColinD
|
3dc87e3724
|
Added new alignment mode to the log
|
2019-10-04 20:42:46 +01:00 |
|
ColinD
|
670a5ccf81
|
Modified how the RA detection is done, and changed the message logs
|
2019-10-04 20:34:42 +01:00 |
|
ColinD
|
9af0613183
|
Modified how the old guiding method is implmented - it's now much simplified and uses the same move axis commands as normal slewing, which is what it does under the hood anyway.
|
2019-10-04 18:20:32 +01:00 |
|
ColinD
|
276f0352e3
|
Added log message for when a pulse guide move is completed that will show the difference.
|
2019-10-02 18:55:24 +01:00 |
|
ColinD
|
2972ae31aa
|
Code upgraded to use .net 4.5
|
2019-10-01 22:00:55 +01:00 |
|
ColinD
|
79cdd60d07
|
Duplicate reconcile
|
2019-10-01 21:51:06 +01:00 |
|
ColinD
|
f92f21ab72
|
Code inspections
|
2019-10-01 21:44:36 +01:00 |
|
ColinD
|
2a56cfa700
|
Duplicate reconcile
|
2019-10-01 21:16:47 +01:00 |
|
ColinD
|
babb2a7492
|
Code inspections
|
2019-10-01 20:57:49 +01:00 |
|
ColinD
|
23960d8c7c
|
Code inspections
|
2019-10-01 19:42:40 +01:00 |
|
ColinD
|
cb97358100
|
Code inspections
|
2019-10-01 19:37:39 +01:00 |
|
ColinD
|
12e46edc74
|
Code inspections
|
2019-10-01 18:55:20 +01:00 |
|
ColinD
|
97e77c839a
|
Added extra # in front of every command as recommended by Meade.
|
2019-09-30 23:27:18 +01:00 |
|
ColinD
|
eb775bba18
|
Code inspections
|
2019-09-30 22:14:34 +01:00 |
|
ColinD
|
a61915a3b5
|
Adding some experimental support for the LX-200 EMC
|
2019-09-30 22:10:00 +01:00 |
|
ColinD
|
07bf72a8c3
|
Code inspections
|
2019-09-29 22:16:03 +01:00 |
|