ColinD
|
64a72560bc
|
Fixed missing closing bracket
|
2019-08-24 17:40:25 +01:00 |
|
ColinD
|
5aec81b45f
|
Adding log message when making connections using a telescope device to show that if it's the first or secondary connection.
|
2019-08-24 17:30:28 +01:00 |
|
ColinD
|
c311fb8cbe
|
Second and subsequent Connections to the telescope driver now no longer trigger resetting the Guide rate and precision. It's assumed they are already set correctly.
|
2019-08-22 23:22:36 +01:00 |
|
ColinD
|
e1a0d6449d
|
Added ability to read an unterminated buffer when changing slewing precision
|
2019-08-18 22:57:24 +01:00 |
|
ColinD
|
f6556716a5
|
Modified the precision toggle to only use the first letter of the response rather than try to detect the entire string
|
2019-08-18 22:43:38 +01:00 |
|
ColinD
|
98feb74870
|
Changed how the precision item is saved. Removed the case-sensitivity.
|
2019-08-18 22:26:58 +01:00 |
|
ColinD
|
7542e86aeb
|
Added missing log message for the new precision parameter.
|
2019-08-18 21:39:07 +01:00 |
|
ColinD
|
68928a2289
|
Added a config setting to be able to choose whether the telescope uses high or low precision. Set to Unchanged for the telescope settings to not be altered.
|
2019-08-18 21:30:22 +01:00 |
|
ColinD
|
fa613ecc92
|
Fixed issue where the driver version number is being reported incorrectly.
|
2019-07-26 11:38:26 +01:00 |
|
ColinD
|
a9e2ec9528
|
Fixed issue when connecting, that the first attempt to set the guide rate was not in the right scale.
|
2019-07-25 00:15:34 +01:00 |
|
ColinD
|
355320a4ba
|
trying to make sure that the output of the log message contains the full double.
|
2019-07-23 19:11:27 +01:00 |
|
ColinD
|
87c8457bf0
|
All guide rate set commands now write the value to the telescope and to the internal variable, as well as saving to the profile. Set's also include a log message as well.
|
2019-07-23 14:12:33 +01:00 |
|
ColinD
|
cc05808542
|
Added extra logging when reading the profile into the driver. Added readprofile just before the connection is made to make sure that the latest values are used.
|
2019-07-23 10:41:19 +01:00 |
|
ColinD
|
e9d41a2412
|
Moved the code that reports the driver version to the end of the initialisation.
|
2019-07-23 10:32:18 +01:00 |
|
ColinD
|
1452f3cf07
|
Re-designed the Site action so that you can now select a site, get a site name, or get a site name.
|
2019-07-22 16:45:01 +01:00 |
|
ColinD
|
64e2b9c6f9
|
Set's the guide rate after connection if setting guide rate is supported.
|
2019-07-22 15:27:52 +01:00 |
|
ColinD
|
37437b7c7c
|
Readded support for guide rate get and set. This will use a default value of 0.67 sidereal rate. But can be overridden by a user.
|
2019-07-22 15:06:03 +01:00 |
|
ColinD
|
692e39771c
|
Added the driver version to the trace log.
|
2019-07-22 00:18:40 +01:00 |
|
ColinD
|
e582761f53
|
Taken out the ability to get or set the guide rates, as there doesn't appear to be a method to read the guide rates in the meade command set.
|
2019-07-21 18:43:13 +01:00 |
|
ColinD
|
c4eb74b274
|
Added support for can get guide rates for the LX200GPS
|
2019-07-21 17:49:28 +01:00 |
|
ColinD
|
6b9eff2b86
|
Implemented the select site custom action.
|
2019-07-20 23:56:52 +01:00 |
|
ColinD
|
5d3688bde7
|
Added log messages so that it's known which pulse guiding commands have been used.
|
2019-07-20 22:24:25 +01:00 |
|
ColinD
|
6d8702a011
|
Corrected trace log name to Meade.Generic.<telescope/focusser>
|
2019-07-20 21:11:58 +01:00 |
|
ColinD
|
c2ebe329c5
|
Added support for the LX200GPS to use the newer pulse guiding commands.
Added support for setting the guide rate on the LX200GPS (untested)
|
2019-07-20 16:53:09 +01:00 |
|
ColinD
|
1c3eb9f3d7
|
Fixed a typo
|
2019-07-19 22:25:17 +01:00 |
|
ColinD
|
b6e12d687b
|
Reading the guide rate from any axis will now return a hard coded value for the default guide rate.
|
2019-07-19 22:21:58 +01:00 |
|
ColinD
|
e15537e6c3
|
Added support for being able to have ASCOM see a value for guide rate.
|
2019-07-19 22:15:41 +01:00 |
|
ColinD
|
53150f9400
|
Reset all version info's to 0.0.0.0 as TeamCity deals with version numbering now.
|
2019-07-19 16:51:13 +01:00 |
|
ColinD
|
ac887ccdff
|
Code inspections
|
2019-07-19 14:42:25 +01:00 |
|
ColinD
|
0e98f0e370
|
Code inspections
|
2019-07-19 14:33:41 +01:00 |
|
ColinD
|
9cf63c4912
|
Code inspections
|
2019-07-19 14:23:27 +01:00 |
|
ColinD
|
d6f72c8222
|
Code inspections
|
2019-07-19 13:22:15 +01:00 |
|
ColinD
|
c1cae2b0c4
|
Removed redundant using statements
|
2019-07-19 13:13:15 +01:00 |
|
ColinD
|
2ce8c4e123
|
Removed redundant qualifiers
|
2019-07-19 13:12:22 +01:00 |
|
ColinD
|
4b65c946d2
|
Unit testing
|
2019-07-19 12:49:56 +01:00 |
|
ColinD
|
8b31c8d7a9
|
SlewToAltAzAsync unit tests
|
2019-07-18 13:12:26 +01:00 |
|
ColinD
|
aeaaf9df95
|
More unit testing
|
2019-07-18 12:31:09 +01:00 |
|
ColinD
|
fdeee5b822
|
Unit tests for slewing
|
2019-07-17 22:58:53 +01:00 |
|
ColinD
|
325e9908a7
|
Unit testing for UTCDate
|
2019-07-17 14:42:28 +01:00 |
|
ColinD
|
b3b1d95cda
|
Unit tests for Tracking property
|
2019-07-16 23:33:53 +01:00 |
|
ColinD
|
bfb8f257a1
|
Unit tests for TargetRightAscension
|
2019-07-16 23:22:41 +01:00 |
|
ColinD
|
0ac7b8b7bd
|
Unit tests for TargetDeclination
|
2019-07-16 22:03:56 +01:00 |
|
ColinD
|
ee60613a95
|
More unit testing
|
2019-07-15 00:16:08 +01:00 |
|
ColinD
|
34a145765b
|
More unit testing
Fixed issue when setting site latitude to negative value.
|
2019-07-14 21:47:02 +01:00 |
|
ColinD
|
5f5d819f3b
|
More unit tests added
|
2019-07-14 17:12:56 +01:00 |
|
ColinD
|
8980c3c6b5
|
More unit testing. Added check for to be able to support setting the alignment mode
|
2019-07-13 20:02:06 +01:00 |
|
ColinD
|
bfde58c6af
|
Lots more unit tests, and some refactoring to make the code follow SOLID better.
|
2019-07-13 19:27:51 +01:00 |
|
ColinD
|
64b949551e
|
More unit testing, this time for pulse guiding support
|
2019-07-13 16:27:47 +01:00 |
|
ColinD
|
bd49a86866
|
Refactor all LogMessage commands via LogMessage Method instead of directory to dependent class
|
2019-07-13 16:15:58 +01:00 |
|
ColinD
|
8089e8d536
|
More unit testing and associated refactoring
|
2019-07-13 16:00:08 +01:00 |
|