Script auto Telescope - Ccd - Focuser

Scripts and programs to automate Astroart
Post Reply
Gilbert
Posts: 10
Joined: 03 Apr 2020, 22:45

Script auto Telescope - Ccd - Focuser

Post by Gilbert » 07 Apr 2020, 07:24

Bonjour,
À chaque lancement d'Astroart je dois configurer les fenêtres du téléscope du Focuser et des caméras Ccd (Température Ccd réglé à-20 degré etc....)
Existe t'il un script qui permet de configurer automatiquement tous ces tâches ?
Par exemple lorsque je lance AA-7 que le système soit directement opérationnel.
Merci

Iver
Posts: 103
Joined: 08 Jan 2019, 04:32
Location: Monterey county, Ca.

Re: Script auto Telescope - Ccd - Focuser

Post by Iver » 07 Apr 2020, 15:35

Here is a simple example.
Once AA is open you would run this script.
I don't know if there is a way to start the script
automatically.
This will connect the equipment you last used!


Camera.Connect
Guider.Connect
Focuser.Connect
Wheel.Connect
Wheel.Goto(1)
Camera.SetTemperature (-20)
Telescope.connect
Iver

Gilbert
Posts: 10
Joined: 03 Apr 2020, 22:45

Re: Script auto Telescope - Ccd - Focuser

Post by Gilbert » 07 Apr 2020, 18:44

Merci Iver,
je vais tester ce script ;)
Gilbert

Post Reply