07665b7617
removed unused local variable
ColinD2020-02-27 23:42:23 +00:00
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.
ColinD2020-02-27 22:57:19 +00:00
d925312403
Merge branch 'master' into develop
ColinD2020-02-24 21:05:10 +00:00
c7f1a4272f
Slewing now reports false when performing a guide command using the old guiding method.
ColinD2020-02-20 21:31:09 +00:00
6601fa6205
Added a check to ensure that pulse guide commands fail when the scope is slewing or already being moved on the same axes.
ColinD2019-12-11 23:53:37 +00:00
97810b5575
Attempt ad fixing the double.parse error.
ColinD2019-12-02 12:39:03 +00:00
1185770a94
Added try catch to the default constructor to show the details of an error if something goes wrong.
ColinD2019-12-01 00:11:13 +00:00
25d88b0609
Set global com visible to false and only exposed the classes that need to be.
ColinD2019-11-30 19:15:06 +00:00
85c77787ce
Added unit test for getting site count
ColinD2019-11-12 10:35:03 +00:00
2181ff5602
Added extra # in front of every command as recommended by Meade. Code inspections Duplicate reconcile Code upgraded to use .net 4.5 Added log message for when a pulse guide move is completed that will show the difference. .net 4.5 is not being recognised as installed, so trying a different variable. 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. Modified how the RA detection is done, and changed the message logs RA position report on connect to trigger for ALL connects. Modified the LX200 Classic connections, so that if a :GVP is returned when :GVP# is sent, it assumes an error. A timeout will be assumed to be an LX200 Classic. Started working on unit testing for the sharedresources class. Changed the code to detect any exception when trying to run a :GVP after the initial connect. Upgraded the Profile code to be contained inside a wrapper and started adding unit tests to cover.
Meade.net/0.7.9.198
ColinD2019-10-22 21:52:42 +00:00
ba0ae056ea
Forcing the disconnect to make sure that the tests work as expected.
ColinD2019-10-22 21:40:45 +01:00
dff7bce6b0
Unit Testing for the connect method.
ColinD2019-10-22 21:27:07 +01:00
a155e27eac
Upgraded the Profile code to be contained inside a wrapper and started adding unit tests to cover.
ColinD2019-10-21 21:16:09 +01:00
438ec779b4
Changed the code to detect any exception when trying to run a :GVP after the initial connect.
ColinD2019-10-19 11:54:04 +01:00
307517ded0
Updated nuget packages. Started working on unit testing for the sharedresources class.
ColinD2019-10-15 21:33:51 +01:00
8efa8752df
Corrected defect where the scope will not attempt to connect the serial port
ColinD2019-10-13 21:15:30 +01:00
7f6f478dfc
Modified the LX200 Classic connections, so that if a :GVP is returned when :GVP# is sent, it assumes an error. A timeout will be assumed to be an LX200 Classic.
ColinD2019-10-12 12:40:01 +01:00
7a92581fa8
Moved the RA position report on connect to trigger for ALL connects, not just the first connection.
ColinD2019-10-05 13:47:14 +01:00
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.
ColinD2019-10-05 11:23:10 +01:00
3dc87e3724
Added new alignment mode to the log
ColinD2019-10-04 20:42:46 +01:00
670a5ccf81
Modified how the RA detection is done, and changed the message logs
ColinD2019-10-04 20:34:42 +01:00
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.
ColinD2019-10-04 18:20:32 +01:00
5df0e21a58
Another attempt at adding .net 4.5 checking
ColinD2019-10-03 23:34:13 +01:00
149bad2d31
.net 4.5 is not being recognised as installed, so trying a different variable.
ColinD2019-10-03 23:12:27 +01:00
276f0352e3
Added log message for when a pulse guide move is completed that will show the difference.
ColinD2019-10-02 18:55:24 +01:00
b962420b94
Merge branch 'master' into develop
ColinD2019-09-28 14:05:25 +01:00
0594355072
Adding version number to the settings dialog Added feature where setup dialog controls are disabled when the telescope or focuser is attached Modified the whole solution to use Any CPU, and changed the installer to use the /register /unregister commands ASCOM Profile for Meade Generic removed on uninstall, but not on upgrade
Meade.net/0.7.7.137
ColinD2019-09-28 13:04:56 +00:00
d9aa68f1e9
Modified the whole solution to use Any CPU, and changed the installer to use the /register /unregister commands
ColinD2019-09-27 22:05:14 +01:00
2cc27788c8
Added feature where setup dialog controls are disabled when the telescope or focuser is attached
ColinD2019-08-25 19:45:54 +01:00
5a0b3bba25
Adding version number to the settings dialog
ColinD2019-08-25 15:09:08 +01:00
5aec81b45f
Adding log message when making connections using a telescope device to show that if it's the first or secondary connection.
ColinD2019-08-24 17:30:28 +01:00
d68d51bd9c
Merge branch 'master' into develop
ColinD2019-08-24 17:12:06 +01:00