Search found 4 matches

by Kaban
16 Feb 2024, 07:43
Forum: Scripts
Topic: Start script from external program
Replies: 4
Views: 881

Re: Start script from external program

It worked! I checked your links did some tests and found the solution. I had to use the function text.encode() Now the Python script is: import ctypes my_dll = ctypes.CDLL("C:/Users/yo/Desktop/AstroArt scripts/_The_DLL/64bit/AARemote.dll") VAL = 10 text = "for i =1 to 10\n\tprint i\n\twait(1)\nNext ...
by Kaban
15 Feb 2024, 21:40
Forum: Scripts
Topic: Start script from external program
Replies: 4
Views: 881

Re: Start script from external program

Hello. So i followed your indications and downloaded the Remote Control SDK. I am not a programmer but after a not easy research and several tries i finally could build a Python script to launch AstroArt. Very simple: import ctypes my_dll = ctypes.CDLL("C:/Users/yo/Desktop/AstroArt scripts/_The_DLL/...
by Kaban
18 Jan 2024, 08:04
Forum: Scripts
Topic: Start script from external program
Replies: 4
Views: 881

Start script from external program

Hello.

I wonder if it is possible to start an Astroart script from an external program, a Python script, for example.
I have searched in this forum but i did not find anything.

Thank you.

David Cejudo.
by Kaban
28 Sep 2021, 12:13
Forum: Instrumentation
Topic: Guiding log
Replies: 1
Views: 1051

Guiding log

Hello.

I am starting with Astroart. My main interest with it is its capability of slit guiding.
I tried last night for the first time and seems to work pretty work.
Bu, where can i check how was the guiding? Is there any saved log?

I could not find any.

Thanks.

David Cejudo.