Jump to content

Banner.jpg.b89429c566825f6ab32bcafbada449c9.jpg

Park Position in NINA


Mikey0368

Recommended Posts

I use a vbs script to custom park in EQMod. I my case to slew to my light panel for taking fllats as Park 3. Set up your EQMod custom park and replace my "park 3" with your version by copying my "yellow"  vbs script in Notepad and saving it as as a vbs file ie Custom_Name.vbs

Custom park script

Dim Telescope
set Telescope = CreateObject("EQMOD.Telescope")
Telescope.Connected = True
Telescope.Tracking = False
ret = Telescope.CommandString(":PARK,3#")
Telescope.Connected = False


 To return to your standard park position copy and  paste the following,vbs script in Notepad and saving it as as a vbs file ie Custom_Name.vbs

Dim Telescope
Set Telescope = CreateObject ("EQMOD.Telescope")
Telescope.Connected = True
Telescope.UnPark
Telescope.Park
Set Telescope = nothing 

I use these scripts in both SGPro & Voyager. I know you certainly can add scripts in Nina.

Steve

 

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.