Search found 263 matches

by Forum_2018
26 Dec 2018, 20:41
Forum: Scripts
Topic: I/O error 112
Replies: 2
Views: 1687

Re: I/O error 112

Thanks Fabio, that was it. It had been longer than I thought since moving out old files. Thanks for the pointer! --Rick
by Forum_2018
26 Dec 2018, 20:41
Forum: Scripts
Topic: I/O error 112
Replies: 2
Views: 1687

Re: I/O error 112

It should be "Disk full". Are you saving on a removable drive?
Greetings,
Fabio.
by Forum_2018
26 Dec 2018, 20:40
Forum: Scripts
Topic: I/O error 112
Replies: 2
Views: 1687

I/O error 112

I get the following error message occasionally when running my script in AA6 SP4. The window is titled "Script" and it contains "I/O error 112 - Line 248". That line in the script is "Image.Save(FilePath$)". I'm using the script to control an allsky camera and it takes/saves 1500 or so images per ni...
by Forum_2018
26 Dec 2018, 20:40
Forum: Scripts
Topic: Scripting and external dll
Replies: 2
Views: 1936

Re: Scripting and external dll

Thanks for reply will have a think and see what I can do.
by Forum_2018
26 Dec 2018, 20:40
Forum: Scripts
Topic: Scripting and external dll
Replies: 2
Views: 1936

Re: Scripting and external dll

Hello, it's not possible directly, but can be done in this way: 1) Using any programming language you create a program(s) which commands the heater with those COM functions. 2) You call the program with the script command "System.Execute()" The program should command the heater then exit. It could a...
by Forum_2018
26 Dec 2018, 20:39
Forum: Scripts
Topic: Scripting and external dll
Replies: 2
Views: 1936

Scripting and external dll

Hi me again is it possible to interact with an external dll from the script language - the reason I ask is I would like to control my Hitecastro power hub - specifically the dew heaters from astroart scripting - I have done a little research but it is 5 years since I did any serious programming with...
by Forum_2018
26 Dec 2018, 20:39
Forum: Scripts
Topic: Camera connect
Replies: 2
Views: 1893

Re: Camera connect

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

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: 1893

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: 1937

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: 1937

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: 1937

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