Simple Hand Control App

Questions about hardware and software not obtained from Shoestring Astronomy, but related to our products
Post Reply
kauzuak
Posts: 5
Joined: Sun Nov 18, 2007 3:02 pm

Simple Hand Control App

Post by kauzuak » Tue Feb 03, 2009 9:52 pm

I'd like to write a simple HC app, very similar to the GPUSBCheck for my non-Gemini mount. Can I send, say, both DEC+ and a DEC- move commands at the same time? Sounds crazy I know, but the losamandy digital drive controller will automatically start slewing at max speed regardless of the rate setting if the reverse button is pressed while holding the direction you want to go. I'm envisioning adding buttons that would send these commands. I'm not shooting for GOTO. I only want to be able to Slew around a bit when I'm running remotely and have the mount set on a (painfully slow) guide rate.

I just thought I'd check if this is even possible before I start digging any deeper into actually trying to write such an app using the GPUSB Ascom driver.

thanks,
Kevin

dpanderson
Site Admin
Posts: 1047
Joined: Fri Apr 28, 2006 1:34 pm
Location: central Iowa
Contact:

Re: Simple Hand Control App

Post by dpanderson » Wed Feb 04, 2009 4:06 pm

Kevin,

A friend of mine with a Losmandy mount asked me the same thing a few months back. I wrote a simple app called GPUSBNudge for him. I just published it to our website, you can find a link to the installer on the download page: http://www.store.shoestringastronomy.com/downloads.htm

Let me know it this will suit your needs.
Doug Anderson
Shoestring Astronomy
http://www.ShoestringAstronomy.com

kauzuak
Posts: 5
Joined: Sun Nov 18, 2007 3:02 pm

Re: Simple Hand Control App

Post by kauzuak » Wed Feb 04, 2009 10:38 pm

Dan,

Thanks, that's pretty close to what I'm after. It slews the mount fine in the current guide speed setting. What ASCOM command would I use to issue a RA or DEC movement just like in this program? The thought is that for my program (gulp, if I can muddle through the programming) I'd add another set of buttons that would do what I tried to describe above.

dpanderson
Site Admin
Posts: 1047
Joined: Fri Apr 28, 2006 1:34 pm
Location: central Iowa
Contact:

Re: Simple Hand Control App

Post by dpanderson » Wed Feb 04, 2009 11:40 pm

There is no way I know of to do this with the ASCOM driver. If you are using Visual Basic or C, you could use the SDK that we provide to software developers. Please send an email to doug@shoestringastronomy.com for details.

You probably figured this out from the GPUSBNudge Help screen, but right-clicking on the direction buttons should result in movement at a higher, slewing speed.
Doug Anderson
Shoestring Astronomy
http://www.ShoestringAstronomy.com

kauzuak
Posts: 5
Joined: Sun Nov 18, 2007 3:02 pm

Re: Simple Hand Control App

Post by kauzuak » Thu Feb 05, 2009 8:12 am

Nope, I completely missed the help file. That is exactly what I was looking for, Thanks!

dpanderson
Site Admin
Posts: 1047
Joined: Fri Apr 28, 2006 1:34 pm
Location: central Iowa
Contact:

Re: Simple Hand Control App

Post by dpanderson » Thu Feb 05, 2009 8:23 am

Excellent! Glad to hear that did the trick for you.
Doug Anderson
Shoestring Astronomy
http://www.ShoestringAstronomy.com

Post Reply