View Single Post
  #9  
Old 15-01-2014, 10:39 AM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
I don't use the #:ED# command. I just use #:GR# and #:GD# and HP mode.

This gets the position that is stored for the mount current position and I calculate the Alt/Azm in the program. I use "Put" and "readdata" to get around problems in QB64(Gl) that don't allow some OPEN commands

The other commands used are to enter RA (Sr+HH:MM:SS) and Dec (Sd = sDD:MM:SS) and Goto (#:MS#) and slewing controls from the arrow keys.

Some of the other parameters are read from the scope at program start like location and time offset but not read again.

There are also sub routine features to set location, date ,time etc if required

All other data is read from data files that can be updated if required.

Barry

Last edited by Barrykgerdes; 15-01-2014 at 02:20 PM. Reason: To make AndrewJ happier
Reply With Quote