diff --git a/ASCOM.MeadeAutostar497.Focuser.Validation.txt b/ASCOM.MeadeAutostar497.Focuser.Validation.txt new file mode 100644 index 0000000..8dedf49 --- /dev/null +++ b/ASCOM.MeadeAutostar497.Focuser.Validation.txt @@ -0,0 +1,68 @@ +Conform Report Hash (V1): 55AB333E4394ADF3F35929567EAB46A092F3574DF38E1F00BF586967B7EE826AA2D92647409F699E62954B07AF3389CEA7DB7FAAFFE04E05BE358A744E95A624 + + +ConformanceCheck ASCOM Device Conformance Checker Version 6.4.63.0, Build time: 18/12/2018 08:58:34 +ConformanceCheck Running on: ASCOM Platform 6.4 SP1 6.4.1.2695 + +ConformanceCheck Driver ProgID: ASCOM.MeadeAutostar497.Telescope + +Error handling +Error number for "Not Implemented" is: 80040400 +Error number for "Invalid Value 1" is: 80040404 +Error number for "Value Not Set 1" is: 80040402 +Error number for "Value Not Set 2" is: 80040403 +Error messages will not be interpreted to infer state. + +00:21:34.375 Driver Access Checks OK +00:21:35.008 AccessChecks OK Successfully created driver using late binding +00:21:35.253 AccessChecks OK Successfully connected using late binding +00:21:35.257 AccessChecks INFO The driver is a .NET object +00:21:35.260 AccessChecks INFO The AssemblyQualifiedName is: ASCOM.MeadeAutostar497.Telescope, ASCOM.MeadeAutostar497.Telescope, Version= +00:21:35.265 AccessChecks INFO The driver implements interface: ASCOM.DeviceInterface.ITelescopeV3 +00:21:35.269 AccessChecks INFO The driver implements interface: ASCOM.DeviceInterface.IFocuserV3 +00:21:35.992 AccessChecks INFO Device does not expose IFocuser interface +00:21:36.147 AccessChecks INFO Device does not expose IFocuserV2 interface +00:21:36.479 AccessChecks INFO Device exposes IFocuserV3 interface +00:21:36.692 AccessChecks OK Successfully created driver using driver access toolkit +00:21:36.895 AccessChecks OK Successfully connected using driver access toolkit +00:21:36.958 AccessChecks OK Successfully disconnected using driver access toolkit + +Conform is using ASCOM.DriverAccess.Focuser to get a Focuser object +00:21:37.078 ConformanceCheck OK Driver instance created successfully +00:21:37.311 ConformanceCheck OK Connected OK + +Common Driver Methods +00:21:37.348 InterfaceVersion OK 3 +00:21:37.374 Connected OK True +00:21:37.401 Description OK Meade Autostar 497 .net +00:21:37.428 DriverInfo OK Information about the driver itself. Version: 0.2 +00:21:37.457 DriverVersion OK 0.2 +00:21:37.485 Name OK Meade Autostar 497 .net +00:21:37.511 CommandXXX INFO Tests skipped +00:21:37.515 Action INFO Conform cannot test the Action method +00:21:37.521 SupportedActions OK Driver returned an empty action list + +Properties +00:21:37.626 Absolute OK False +00:21:37.631 IsMoving OK False +00:21:37.637 MaxStep OK 7000 +00:21:37.642 MaxIncrement OK 7000 +00:21:37.820 Position OK Position must not be implemented for a relative focuser and a PropertyNotImplementedException exception was generated as expected +00:21:37.988 StepSize OK Optional member threw a PropertyNotImplementedException exception. +00:21:37.993 TempCompAvailable OK False +00:21:37.999 TempComp Read OK False +00:21:38.167 TempComp Write OK Temperature compensation is not available and a PropertyNotImplementedException exception was generated as expected +00:21:38.504 Temperature OK Optional member threw a PropertyNotImplementedException exception. + +Methods +00:21:38.544 Halt OK Focuser halted OK +00:21:38.552 Move - TempComp False Moving by: 700 +00:21:39.264 Move - TempComp False Asynchronous move found +00:21:39.270 Move - TempComp False OK Relative move OK +00:21:39.278 Move - TempComp False INFO Returning to original position: 0 + +Conformance test complete + +No errors, warnings or issues found: your driver passes ASCOM validation!! + +Driver Hash Value: DBF36156F87DA91F130E0AABEFE80B250D62C2DB689AD8B44243AE0D9322245CF15AAE2E663962402E87B6B1A15440A6DDB46562EFB9527E3596096319C2AC85 diff --git a/MeadeAutostar497/Properties/AssemblyInfo.cs b/MeadeAutostar497/Properties/AssemblyInfo.cs index a4133d1..495f3d8 100644 --- a/MeadeAutostar497/Properties/AssemblyInfo.cs +++ b/MeadeAutostar497/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // // TODO - Set your driver's version here -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.2.0.0")] +[assembly: AssemblyFileVersion("0.2.0.0")]