Jump to content

Scripting homefind and set new homeposition


sdufoer

Recommended Posts

1) Does anybody know if it's possible to script these features?

-Execute the homefind.
-Set the new homeposition.

 

I found these code snippets somewhere on the internet.

Is it possible to use this "action"-method to call these autoslew functions?  Is there any list of usable strings/commands we can use with the "action"-method?

myDDM160t = new Telescope("AstrooptikServer.Telescope");
myDDM160.Action("Telescope:SetMotorsOFF", 0);
myDDM160.Action("Telescope:UpdatePolarAxisAz", az.ToString());

Yes... it's for automation purpose.

 

2) I have also found using this driver the methods commandblind, commandbool and commandstring.

ddm85.CommandBlind("aaaaa", false);
ddm85.CommandBool("bbbbbb", false);
ddm85.CommandString("ccccc", false);

and there is also this method SetupDialog...

ddm85.SetupDialog();
Anybody knows what they do?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...