Search found 263 matches

by Forum_2018
26 Dec 2018, 20:39
Forum: Scripts
Topic: Camera connect
Replies: 2
Views: 1871

Re: Camera connect

Thanks Fabio, now it works.
by Forum_2018
26 Dec 2018, 20:38
Forum: Scripts
Topic: Camera connect
Replies: 2
Views: 1871

Re: Camera connect

Hallo,
InputButton should be inside the loop, so:

conn$ = ""
butconnect = ""
while butconnect <> "End"
butconnect = InputButton("Connect"+Conn$, "Cam1", "Cam 2", "Telescope", "End")
....
....
by Forum_2018
26 Dec 2018, 20:38
Forum: Scripts
Topic: Camera connect
Replies: 2
Views: 1871

Camera connect

Hallo, I am facing a problem using the Camera.Connect, Guider.Connect, Telescope.Connect commands whenever used via a button graphic menu. The following is the script I used as a test inside the simulator environment: ----------------------------------- conn$="" butconnect=InputButton("Connect"+Conn...
by Forum_2018
26 Dec 2018, 20:37
Forum: Scripts
Topic: Script save command
Replies: 2
Views: 1917

Re: Script save command

TKS Fabio, I will try a different way.
by Forum_2018
26 Dec 2018, 20:37
Forum: Scripts
Topic: Script save command
Replies: 2
Views: 1917

Re: Script save command

Hello,
it's not possible.
Maybe there's a different solution: may you write more details about the problem?
by Forum_2018
26 Dec 2018, 20:37
Forum: Scripts
Topic: Script save command
Replies: 2
Views: 1917

Script save command

Hallo,
I wonder if it is possible to have a script command able to save the script itself i.e. "Script.Save(filename)".
Emilio
by Forum_2018
26 Dec 2018, 20:36
Forum: Scripts
Topic: Store the Scripts
Replies: 2
Views: 1828

Re: Store the Scripts

Thanks Iver!
by Forum_2018
26 Dec 2018, 20:35
Forum: Scripts
Topic: Store the Scripts
Replies: 2
Views: 1828

Re: Store the Scripts

When you have the script window open go to the menu tab and select save. Then select the location where you want to save the script.
Iver
by Forum_2018
26 Dec 2018, 20:35
Forum: Scripts
Topic: Store the Scripts
Replies: 2
Views: 1828

Store the Scripts

Hi to all!

Is it impossible to store my Scripts witin Astroart 6?
Sorry I couldnt find it!

Bye Jurgen (IAU Station B50)
by Forum_2018
26 Dec 2018, 20:34
Forum: Scripts
Topic: I need to convert JD to BJD, maybe a script.
Replies: 3
Views: 2362

Re: I need to convert JD to BJD, maybe a script.

I now have a fully tested Python program to do this for lists of JD, mag captured from AA6.

If anyone needs it just email.

Regards,
John
by Forum_2018
26 Dec 2018, 20:34
Forum: Scripts
Topic: I need to convert JD to BJD, maybe a script.
Replies: 3
Views: 2362

Re: I need to convert JD to BJD, maybe a script.

I agree, just looking at a paper written by Ohio State University.

Regards,
John
by Forum_2018
26 Dec 2018, 20:34
Forum: Scripts
Topic: I need to convert JD to BJD, maybe a script.
Replies: 3
Views: 2362

Re: I need to convert JD to BJD, maybe a script.

I think that the most difficult part is to find a clear algorithm, in any language. Converting it to BASIC shouldn't be too hard.