Search found 219 matches

by Forum_2016
09 Dec 2018, 17:25
Forum: Scripts
Topic: UDP.Send, UDP.Receive
Replies: 1
Views: 1428

UDP.Send, UDP.Receive

Using virtual serial ports, an external program could easily 'talk' to a script and hence control AA. Instead of a piece of hardware at the other end, a program could be used to send requests, e.g., to load an image, process it and then save it. The virtual serial ports can be setup using a program ...
by Forum_2016
09 Dec 2018, 17:24
Forum: Scripts
Topic: Guider Exposure Time
Replies: 1
Views: 1450

Re: Guider Exposure Time

Hello,
no, you need to set it manually in the "Focus/Guide" page.
Fabio.
by Forum_2016
09 Dec 2018, 17:24
Forum: Scripts
Topic: Guider Exposure Time
Replies: 1
Views: 1450

Guider Exposure Time

Hello,

I have searched the documentation without success - is it possible to set the integration time for the guider camera from within a script (AA v5)?

Thanks.
by Forum_2016
09 Dec 2018, 17:24
Forum: Scripts
Topic: How to sync 3computers-telescopes with astroart
Replies: 2
Views: 1674

Re: How to sync 3computers-telescopes with astroart

Hi, thanks! We'll try it.

Carlos
by Forum_2016
09 Dec 2018, 17:23
Forum: Scripts
Topic: How to sync 3computers-telescopes with astroart
Replies: 2
Views: 1674

Re: How to sync 3computers-telescopes with astroart

Hi, some users use a text file on shared folder. The master PC writes a text file which contains the command, for example: fileName = "C:\MySharedFolder\MyFile.txt" SaveText("START", fileName) The slave PCs read/poll it, for example: fileName = "\\MyMasterPC\MySharedFolder\MyFile.txt" <cycle> Pause(...
by Forum_2016
09 Dec 2018, 17:23
Forum: Scripts
Topic: How to sync 3computers-telescopes with astroart
Replies: 2
Views: 1674

How to sync 3computers-telescopes with astroart

Hi, Is it possible to design an Astroart script to capture images from three different computers (with an Astroart installation on each one)? I mean: script A: it will control three telescopes (each one on a different computer) script B: it will receive commands from server to capture images compute...
by Forum_2016
09 Dec 2018, 17:23
Forum: Scripts
Topic: How can I get a FITS header of string value?
Replies: 2
Views: 1687

Re: How can I get a FITS header of string value?

Thank you,
the documentation will be fixed as soon as possible.
The syntax "Image.GetKey" will be valid for string keys in the next camera interface. As you wrote, meanwhile it's required to use "GetKey$" or "GetKeyString".
Thanks, Fabio.
by Forum_2016
09 Dec 2018, 17:22
Forum: Scripts
Topic: How can I get a FITS header of string value?
Replies: 2
Views: 1687

Re: How can I get a FITS header of string value?

This reply is "self reply". I'm verry sorry. I watched "Astroart6" help file. I found Image.GetKey$() function in the "Astroart5" help file. My script is bellow; print Image.GetKey$("FILTER") The result is bellow; B ---------- Image.GetKey$() function is written in Astroart5 help file but not in Ast...
by Forum_2016
09 Dec 2018, 17:21
Forum: Scripts
Topic: How can I get a FITS header of string value?
Replies: 2
Views: 1687

How can I get a FITS header of string value?

I want to get a FITS header of string value by script. My FITS file has some FITS headers bellow; TEMPERATURE = -10 EXPOSURE = 180 FILTER = 'B' ... My script is bellow; print Image.GetKey("TEMPERATURE") print Image.GetKey("EXPOSURE") print Image.GetKey("FILTER") The result is bellow; -10 180 0 I kno...
by Forum_2016
09 Dec 2018, 17:20
Forum: Scripts
Topic: Defining a script to park and shut off my mount at or after a certain time
Replies: 1
Views: 1358

Re: Defining a script to park and shut off my mount at or after a certain time

Hello Stefan, the 10 micron is controlled by the ASCOM platform, so what can be done depends by its ASCOM driver. I think that the script command "Telescope.Park" would work correctly, try it and see what it does. Maybe there is an option for power off after park. About complete power off, I know th...
by Forum_2016
09 Dec 2018, 17:20
Forum: Scripts
Topic: Defining a script to park and shut off my mount at or after a certain time
Replies: 1
Views: 1358

Defining a script to park and shut off my mount at or after a certain time

Dear friends I run AA version 5.0 still on a 10 Micron mount. As described in the title i want AA order my mount to park and shut off lets say after a certain time , for instance 3 hours. More sophiticated for future times i am interested how it is possible to trigger AA to park and shut down my mou...
by Forum_2016
09 Dec 2018, 17:20
Forum: Scripts
Topic: Script for fast moving objects
Replies: 1
Views: 5057

Script for fast moving objects

Hello, here is a script for taking several images of moving objects, where the telescope must be moved every N images to recenter the object. -- TUTORIAL -- (you can test it indoor using the camera and telescope simulator). 1) Go to an ephemeris service web site, for example the MPC: http://www.mino...