If you've asked a question, please remember to mark the best answer as 'accepted' by clicking the check mark next to your preferred answer. It looks like the checkmark to the left, and is right under the vote section. You'll gain some reputation and it helps us surface the best content.

Tagged Questions

2
votes
1answer
39 views

Is Conform or the “Camera Interface Standard” the offical word?

Conform and I are having a some disagreements, and I think that based on the Camera Interface Standard 1.0 (CIS) my code is right and conform is wrong, but given the fact the confo …
2
votes
2answers
137 views

Conform and Focusers and Early Bindings

I have an ASCOM focuser that is failing Conform 3.0.0.17 early binding check, all other Conform tests pass. Message seen: AccessChecks ERROR Error creating dri …
1
vote
1answer
72 views

Why can’t my driver early bind?

I'm trying to create a camera driver using C++. So far everything is good, and it works properly in Conform, except that I get the following error: 12:39:17.458 AccessChecks …
1
vote
1answer
58 views

Driver Description not Reported Correctly

When Conform reports my driver's description the result is not what I expect. I am using the following code and expected to have my driver's assembly info returned, but what is re …
3
votes
2answers
48 views

Ascom Conformance - ‘CommandBool’ and ‘CommandString’

When I run the conformance checker against a driver I'm developing, it uses CommandBool and CommandString to send null commands. Since these are invalid commands for the mount, th …
2
votes
0answers
68 views

Conform Validation of Dome Driver Error

I am trying to validate a 'dome' driver for a roll of roof controller. CanPark = False and Park generates an exception via Throw New MethodNotImplementedException("Park") yet Conf …
1
vote
2answers
121 views

Help with Conformance Checker and new driver for AWR Tech GO-TO

Hello! I'm beginning tests for an ASCOM telescope driver to provide support for the AWR Tech GO-TO controller (http://www.awrtech.co.uk/), which, although it is mostly LX200 proto …