Search found 13 matches

by Kaban
05 Dec 2025, 09:42
Forum: Instrumentation
Topic: Flat panel
Replies: 3
Views: 154

Re: Flat panel

Hello. Thanks for your answer. In that case i will upgrade to version 9. One more question before i procceed with that upgrade. I usually launch AstroArt scripts from Python scripts, using the AAremote.dll This is an example that just opens AstroArt. import ctypes my_dll = ctypes.CDLL("C:/Program Fi...
by Kaban
03 Dec 2025, 12:03
Forum: Instrumentation
Topic: Flat panel
Replies: 3
Views: 154

Flat panel

Hello. I recently acquired a RB focus flat panel: https://www.rbfocus.net/product-page/rb-focus-excalibur-pre-orden I wanted to use it with my scripts. Interestingly, there are several scrip instructions to use it, for example, "CoverCalibrator.Open". But when i open Camera Control --> Set Up --> Ot...
by Kaban
27 May 2025, 18:05
Forum: Scripts
Topic: Differentiating two instances
Replies: 1
Views: 7328

Differentiating two instances

Hello. I have been using AstroArt successfully from Python scripts and i woulkd like to continue doing so but this time with two instances. I can open an instance with the simple code my_dll.AASendCommand(1) And then, i send and run a script to AstroArt with my_dll.AASendCommand(10, text.encode()); ...
by Kaban
28 Sep 2024, 13:03
Forum: Instrumentation
Topic: Fullframe Autofocus with elongated stars
Replies: 10
Views: 19204

Re: Fullframe Autofocus with elongated stars

Well, at last! Setting the subrame to 100% solved the problem. But it does not work with 90% or other settings, though. Anyway the focusing was correct even with those elongated stars. I did not try to update the drivers yet to see what happens. My drivers are updated to 2024, but i noticed there is...
by Kaban
26 Sep 2024, 16:15
Forum: Instrumentation
Topic: Fullframe Autofocus with elongated stars
Replies: 10
Views: 19204

Re: Fullframe Autofocus with elongated stars

The images are 4 seconds long. Can the focuser slide for that long after moving? For the FF autofocus the setup steps are 60, that is, 170μm in my EAF focuser. It moves pretty fast, under half a second. I will try some more tests. Maybe lowering the number of steps. Also i will try to image at the s...
by Kaban
24 Sep 2024, 16:50
Forum: Instrumentation
Topic: Fullframe Autofocus with elongated stars
Replies: 10
Views: 19204

Re: Fullframe Autofocus with elongated stars

Connections are fine. That is not the problem. I have two telescopes on the same mount. If i shoot with the other telescope's camera while full frame focusing at the same time, the other camera shows perfectly normal stars while AstroArt's Full Frame Focus shows them elongated. How is that possible?...
by Kaban
18 Sep 2024, 21:48
Forum: Instrumentation
Topic: Fullframe Autofocus with elongated stars
Replies: 10
Views: 19204

Re: Fullframe Autofocus with elongated stars

My mount sits in an equatorial wedge very well aligned. Even if i do not use guiding, any shot shows round stars even with long expositions. Just before focus i usually acquire a simple image a few seconds long that looks fine. Besides, the Full Frame autofocus uses 4 seconds shots. Also, the camera...
by Kaban
15 Sep 2024, 00:32
Forum: Instrumentation
Topic: Fullframe Autofocus with elongated stars
Replies: 10
Views: 19204

Re: Fullframe Autofocus with elongated stars

Hello.

No. Guiding is not active.
Besides, if i get a single image just before or after focus, the image is perfectly normal with round stars!
by Kaban
14 Sep 2024, 17:28
Forum: Instrumentation
Topic: Fullframe Autofocus with elongated stars
Replies: 10
Views: 19204

Fullframe Autofocus with elongated stars

Hello.

When i use the full frame autofocus, the images acquirted show elongated stars along the process.
Anyway, the final focus seems to be correct. Is this normal? I guess not!

Thanks.

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

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

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

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.