Sequencer error when trying to slew mount

Anything that doesn't fit into any of the other forums
Post Reply
User avatar
Rocket_Guy
Posts: 73
Joined: Mon Jan 22, 2018 4:12 pm
Location: Huntsville, Alabama USA

Sequencer error when trying to slew mount

#1

Post by Rocket_Guy »

Hello, About a mile from my house, I have a radio tower with a small cross shaped structure at the top which I use for focusing, etc. What I would like to do is set up a sequence to slew my telescope to the tower and focus on the cross. I have a Skywatcher EQ-G mount. I can't get past the first step, however. When I try to slew the mount in the sequencer, I get the error shown. Any ideas as to what might be causing this and what a solution might be? Thanks, Bill

3:54:37 PM Starting :
3:54:37 PM Starting : Move the mount to Alt=50, Az=50
3:54:37 PM Error : 'CheckDotNetExceptions ASCOM.SkyWatcher.Telescope SlewToAltAzAsync System.Exception: Elevation topocentric can not be derived from the information provided. Are site parameters set? (See Inner Exception for details)' while running step Move the mount to Alt=50, Az=50
3:54:37 PM End : Sequence halted due to error.
3:54:37 PM Finished
User avatar
admin
Site Admin
Posts: 13177
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Sequencer error when trying to slew mount

#2

Post by admin »

Hi,

it looks like you are trying to move to AltAz co-ordinates using an equatorial mount - in order to do that, the mount needs to calculate the correct RA/Dec co-ordinates based on your altitude and azimuth values, since the mount is naturally equatorial. For that calculation to work, the mount software needs to know your latitude, longitude and elevation - I think it's the elevation that is missing. Hopefully there is somewhere in the ASCOM mount setup window to allow you to set this information, as it is info that needs to be configured on the mount ASCOM driver rather than in SharpCap.

cheers,

Robin
User avatar
Rocket_Guy
Posts: 73
Joined: Mon Jan 22, 2018 4:12 pm
Location: Huntsville, Alabama USA

Re: Sequencer error when trying to slew mount

#3

Post by Rocket_Guy »

Hi Robin,

Thanks for the reply. I had thought of that. I specified the location coordinates and the elevation in the ASCOM telescope profile (see attachment). It did not seem to make any difference. Any other ideas as to how to always slew the scope to fixed position? Your insight is always greatly appreciate!

Best, Bill
Attachments
ASCOM Profile.jpg
ASCOM Profile.jpg (377.79 KiB) Viewed 1139 times
User avatar
admin
Site Admin
Posts: 13177
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Sequencer error when trying to slew mount

#4

Post by admin »

Hi,

that wasn't quite what I was expecting you to do - I was expecting you to set the location in the Skywatcher setup window - as shown below
Capture.JPG
Capture.JPG (81.65 KiB) Viewed 1112 times
You can see in the background that even though the skywatcher window has my lat/long, it's not stored in the ASCOM profile, so maybe that is the issue.

cheers,

Robin
User avatar
Rocket_Guy
Posts: 73
Joined: Mon Jan 22, 2018 4:12 pm
Location: Huntsville, Alabama USA

Re: Sequencer error when trying to slew mount

#5

Post by Rocket_Guy »

I looked in the mount profile and the elevation was getting passed correctly so that was not the issue. I did note, however, that if I put in RA DEC coordinates, everything works fine. Only ALT AZ gives me the error. The problem is that I cannot go to a fixed point using RA DEC because the coordinates are always changing.
User avatar
admin
Site Admin
Posts: 13177
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Sequencer error when trying to slew mount

#6

Post by admin »

Hi,

the problem is here that behind the scenes your mount is lying :(

Internally, SharpCap asks the mount if it can slew to AltAz co-ordinates - if it says yes then it sends the slew command. If the mount says no then SharpCap uses your lat/long to convert AltAz to RADec and asks the mount to slew to the calculated RADec co-ordinates. It all works fine as long as the mounts claims match up with its capabilities.

Can I ask if you are using the most recent skywatcher ASCOM driver? I just had a dig through the code of the driver I have here and I can't see quite how it could produce the error you are seeing, which makes me wonder you might have a different version installed?

cheers,

Robin
User avatar
Rocket_Guy
Posts: 73
Joined: Mon Jan 22, 2018 4:12 pm
Location: Huntsville, Alabama USA

Re: Sequencer error when trying to slew mount

#7

Post by Rocket_Guy »

I updated the mount's ASCOM driver to the latest version but the problem persists. It still doesn't seem to like the elevation parameter. Any further ideas as to what to do? Thanks
User avatar
admin
Site Admin
Posts: 13177
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Sequencer error when trying to slew mount

#8

Post by admin »

Hi,

is it possible to use the EQASCOM/EQMOD driver with your mount (I think it supports most skywatcher ones). Maybe that is better behaved in this respect?

If you had a mount with an easy-to-adjust altitude setting, you could set the altitude for PA to 90 degrees (as if you were using the mount at the north pole) so that the RA axis points straight up. The you could GOTO RA/Dec co-ordinates, but they would work like azimuth and altitude. However it looks like the EQ-G has the same (rubbish) altitude adjustment as the EQ6, ie set it once and try to never adjust it again :(

Finally, you can persuade SharpCap to tell you what lat/long the ASCOM mount reports - the easy (ish) way is to do this

1) SharpCap Settings -> Polar Alignment, choose 'Use location from ASCOM mount'. Also enable 'correct for atmospheric refraction'.
2) Open camera
3) tick 'Connected' on the mount (if not already ticked)
4) Select polar alignment tool and move to the 'capture first image' step.

In the second column, it should have a section 'Location and Refraction Correction' which will show the lat/long that SharpCap has retrieved from the mount - if it shows an estimated figure then that means the mount refused to give a lat/long to SharpCap (which would kind of tie in with it not being able to do the AltAz goto). If it shows the correct figures then it's very weird because the ASCOM driver obviously knows the location but is not using it correctly!

cheers,

Robin
User avatar
Rocket_Guy
Posts: 73
Joined: Mon Jan 22, 2018 4:12 pm
Location: Huntsville, Alabama USA

Re: Sequencer error when trying to slew mount

#9

Post by Rocket_Guy »

Hi Robin,

I tried using the mount with the EQASCOM/EQMOD driver as you suggested, and it seems to work just fine with that set up. I was not aware of the EQASCOM/EQMOD driver so thanks a lot for that suggestion! I guess there must be some sort of bug in the Synscan driver.

Best, Bill
User avatar
admin
Site Admin
Posts: 13177
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Sequencer error when trying to slew mount

#10

Post by admin »

Hi Bill,

yes, I think there is a bug - as best as I could work out the Synscan ASCOM driver knows the lat/long, but isn't using it when trying to convert AltAz to RADec, which then fails with the error you were seeing.

EQMOD/EQASCOM is a bit clunky in some ways, but is very fully featured and is probably used by more people than the Synscan driver.

cheers,

Robin
Post Reply