- Posts: 20
- Thank you received: 3
Please Log in or Create an account to join the conversation.
var T = new ActiveXObject("ASCOM.AvalonStarGo.NET.Telescope");
T.Connected = true;
T.Tracking = true;
var RA = (T.SiderealTime + 6) % 24;
var DEC = 90;
T.SyncToCoordinates(RA, DEC);
T.Connected = false;
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.