--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/6O-GjFGnUsk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guidi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Carlos, sorry you’re having trouble. From the PHD2 perspective, the problem is that a pulse-guide command never completes. This is determined by sending the pulse-guide command, then polling the IsGuiding property until it is reported as false. That apparently never happens in your case – the IsGuiding property appears to stay ‘true’ until PHD2 eventually times out and sends the alert message. So this is a problem in either POTH or the ASCOM driver for Celestron. The Celestron driver log shows the same behavior – IsGuiding staying ‘true’ – so that might point to a problem with the mount firmware or an incompatibility between the Celestron ASCOM driver and your particular mount.
Going forward, I would recommend that you simplify the situation by not using POTH. With most modern mounts, POTH isn’t required and it may be introducing complications in your case. Just connect directly from PHD2 to the Celestron mount driver. If you continue to see the problem, you’ll know it’s in the Celestron driver, the way you’ve established the physical connection from the PC to the mount, or perhaps a mount firmware incompatibility. The Celestron ASCOM driver is heavily used, so I’d be surprised it the problem was really there – assuming you’re running the current version of that driver and assuming it does support the particular Celestron mount and mount firmware level you have.
With regard to the Cloudy Nights message, I think this is now obsolete information. You have to be careful with this stuff, it is always specific to a particular time and context. The original problems that arose from the Microsoft update were fixed by later MS updates, so I think most people are able to install and run ASCOM drivers on their Win10 systems without any special effort. You do have to be running with all the Win10 updates, and you might have to re-install an ASCOM driver if it was installed prior to the original problem. That said, you probably haven’t done any damage by changing the Registry assuming you did it correctly. So I think your problem now is more basic, and removing POTH as the next step should help to figure out what’s broken.
We have a number of Celestron users and experts on this forum, so they may be able to add more specific advice.
Hope this helps,
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.
Hi Carlos. Before I answer your questions below, I’ll try to be a little more specific about where I think the problem lies. I think the mount firmware is not behaving the way it should. You must do an initialization and alignment of the scope so it’s completely ready to go in equatorial mode – otherwise, I think the testing is questionable. If we go back to the ASCOM log you sent, we see this all the time when a pulse-guide command is issued:
20:02:42.274 PulseGuide direction guideNorth, duration 5000, type AuxGuide
20:02:42.274 SendMessageCounted send P[01][11]G[00][00][00][01], expect 2
20:02:42.306 SendMessageCounted received [01]#
20:02:42.306 GetGuideRate rate 1.63206039709043E-05, 0% sidereal
20:02:42.306 GuideRateRa get 1.63206039709043E-05, count 0
20:02:42.306 AuxGuide Mc Guide, axis axisSecondary, rate 0, counts 500
20:02:42.306 SendMessageCounted send P[03][11]&[00][FF][00][00], expect 1
20:02:42.337 SendMessageCounted received #
20:02:42.464 IsGuiding isGuiding (False || True) = True
20:02:42.464 SlewState update, count 1
20:02:42.464 Slewing state noSlew = False
20:02:42.464 SendMessageTerminated send e
20:02:42.527 SendMessageTerminated received C6AD9F00,1B96FB00#
20:02:42.527 GetRaDec Ra 18.626081943512, Dec 38.7981104850769
20:02:42.527 GetRaDec update, count 0
20:02:43.470 IsGuiding isGuiding (False || True) = True
------------- Same behavior for the next 5 seconds…
20:02:48.857 SendMessageCounted send P[02][11]'[00][00][00][01], expect 2
20:02:48.857 IsGuiding isGuiding (False || True) = True
20:02:48.890 SendMessageCounted received [01]#
20:02:48.907 IsGuiding isGuiding (False || True) = True
20:02:48.938 IsGuiding isGuiding (False || True) = True
20:02:48.970 IsGuiding isGuiding (False || True) = True
20:02:49.016 SendMessageCounted send P[02][11]'[00][00][00][01], expect 2
20:02:49.016 IsGuiding isGuiding (False || True) = True
20:02:49.048 SendMessageCounted received [01]#
20:02:49.064 IsGuiding isGuiding (False || True) = True
20:02:49.095 IsGuiding isGuiding (False || True) = True
20:02:49.126 IsGuiding isGuiding (False || True) = True
20:02:49.157 SendMessageCounted send P[02][11]'[00][00][00][01], expect 2
20:02:49.157 IsGuiding isGuiding (False || True) = True
20:02:49.191 SendMessageCounted received [01]#
20:02:49.191 IsGuiding isGuiding (False || True) = True
20:02:49.222 IsGuiding isGuiding (False || True) = True
20:02:49.254 IsGuiding isGuiding (False || True) = True
20:02:49.288 IsGuiding isGuiding (False || True) = True
20:02:49.288 IsGuiding isGuiding (False || True) = True
In this case, the PulseGuide command was for 5 seconds – so it should have completed in a bit over 5 seconds. This is signaled by a return of ‘false’ for isGuiding. As you can see, that never happens. One thing I see here (shown in red) is that the mount seems to be set for a guide rate of 0x sidereal – this is probably not good!
So this has nothing to do with PHD2, it’s a problem between the ASCOM driver and the mount firmware. I think you should send this to Celestron and ask them to explain what’s going on. As I said earlier, I would definitely question whether the firmware in the mount is current and working correctly and whether the mount is initialized properly for doing guiding.
Now to come back to your questions. First, pulse-guide commands are fundamentally different than slew commands. All of the ASCOM commands pass over the serial link in the same way, with software at each end that issues ASCII-character sequences and interprets them on the receiving end. But in most cases, PHD2 is the only app you have that knows how to do pulse-guiding, which often leads people to think that PHD2 is the problem. Please don’t make that mistake. J If you can use ASCOM to slew the mount around, that tells you a lot: the physical connection is fine, the serial-usb cable is probably ok, the port assignment is correct, etc. However, if the mount isn’t correctly initialized, it may respond to slew commands but not to pulse-guide commands – I don’t know how your mount reacts in that case.
So this is why I think you should get in touch with Celestron and ask them to explain the detailed problem shown above.
Good luck,
Bruce
Hi Dave. Thanks for posting this, it’s really very helpful. It’s probably the best kind of advice – suggestions from someone with the same gear who has learned how it works and has managed to get the best performance it’s capable of. The PHD2 developers generally can’t do that unless the gear in question happens to be something we own personally.
Thanks again,
Bruce
From: open-phd...@googlegroups.com [mailto:open-phd...@googlegroups.com] On Behalf Of David Majors
Sent: Sunday, September 02, 2018
2:00 AM
To: Open PHD Guiding
--
Thank for the info, David. I added a link to your post to the Celestron Mount Info section of the PHD2 Wiki.Andy
--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/6O-GjFGnUsk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guidi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think I’m late to the game here so I apologize if you’ve already covered this, but have you tried st-4 type connection for guiding? I would be surprised a mount like yours would support pulse guiding
I googled some but didn’t find any details regarding pulse guiding
Brian
portfolio https://www.brianvalentephotography.com/
From: open-phd...@googlegroups.com [mailto:open-phd...@googlegroups.com] On Behalf Of carlos schmitt
Sent: Wednesday, September 5, 2018 2:38 PM
To: open-phd...@googlegroups.com
--
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.
Carlos:I noticed that you mentioned you were using a RJ serial connector - indicative of an earlier model SE. PHD2 should be capable of communicating with the port on the hand control as it is functionally the same as the Celestron Aux port. Unfortunately however many stock RJ-22 to RS-232 serial adapters will simply not work properly on not the Celestron telescopes. You do need to make sure yours is certified to work on the Celestron Nexstar mounts. A number of manufacturers still make these.
--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/6O-GjFGnUsk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guidi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
For completeness, please would you tell us what you have changed from your original no-working setup ?
Michael
Wiltshire UK
--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/6O-GjFGnUsk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guidi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.