Thanks, Hendrik. The mount driver is returning garbage data for the position information. Assuming that the driver is fit for use at all, you may be getting communication problems between the PC and the mount. You may want to investigate whatever link you’re using for that, probably a USB-serial device of some kind. If you can connect to the mount with another app – like a planetarium app – you should be able to test this stuff during the daytime. In its present state, this mount/mount driver isn’t usable by PHD2 so you would have to revert to ST-4 only guiding.
Hope you can get it sorted out quickly,
Bruce
--
You received this message because you are subscribed to the Google Groups "Open PHD Guiding" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-phd-guidi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/open-phd-guiding/cd30d9fb-2453-46c2-846d-eb8f0db40668n%40googlegroups.com.
This isn’t a PHD2 problem. Let me give you some context here. PHD2 is actively used by over 10,000 users every month. Conservatively, over 8000 of them are on Windows and conservatively, over 6000 of them are using an ASCOM mount connection. All ASCOM mounts are treated the same in PHD2, that’s the point of using an industry-standard interface. The ASCOM mount interface code in PHD2 has been in place for over 10 years and hasn’t been changed in nearly that long. This stuff works, none of us would have tolerated these kinds of problems if they were being reported. And they aren’t being reported by anyone but you. So I think you should assume the problem is on your end and do some trouble-shooting. Here’s the single line of PHD2 debug output that is simply dumping the value of declination as reported by your mount driver:
19:05:35.919 00.016 10344 ScopeASCOM::GetDeclination() returns 76638975.0
In the first few calls to this function, the returned value was zero. Then it changed to the value above and stayed that way. If NINA is reporting sensible values, that implies that the mount controller is working and knows where the scope is pointing. The software in the middle is the ASCOM mount driver. One thing you could try is to connect only PHD2 to the mount and run some manual guide sessions to see what happens. You can use the Statistics tool in PHD2 to show the reported Dec position once guiding is active. You could also try connecting all the client applications to the ASCOM device hub which is then connected as a single user of the ASCOM driver for the mount. Either of those tests will sidestep problems the mount driver might have with concurrent access and re-entrancy issues.
Good luck,
To view this discussion on the web visit https://groups.google.com/d/msgid/open-phd-guiding/aaaaae83-b422-4d28-86fd-7e42fe04e3cbn%40googlegroups.com.



