×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

indi_celestron_aux

  • Posts: 4
  • Thank you received: 0

Replied by Frederik on topic indi_celestron_aux

Hello to all,
I'm sorry if I'm asking maybe stupid questions but StellarMate is new for me and I've just bought it. You're always talking of AltAz mounts. Is this the Azimutal mount? Jasem directed me to this thread, cause I wasn't sure if my Nexstar Evolution 8HD with its Azimutal mount is supported by StellarMate. It would be supported, but when I'm reading here I get a miitle bit confused. Maybe someone can get me back on the right way :) thanks a lot to you all!
Best regards
Frederik
3 years 4 months ago #65089
The topic has been locked.
  • Posts: 64
  • Thank you received: 9

Replied by Fabrizio on topic indi_celestron_aux

OK. Thanks Jasem.
3 years 4 months ago #65091
The topic has been locked.
  • Posts: 64
  • Thank you received: 9

Replied by Fabrizio on topic indi_celestron_aux

Yes, you are right, AltAz means Azimuthal. But the correct term is Altazimuth mount. To be precise, azimuthal is an adjective of something concerning the axis of motion of azimuth which is only one of the two axes of the altazimuth-mounted telescope. The other is the altitude axis.
3 years 4 months ago #65093
The topic has been locked.
  • Posts: 4
  • Thank you received: 0

Replied by Frederik on topic indi_celestron_aux

Thanks Fabrizio! So this is supported in StellarMate, but the Guiding is a problem, but you're working on this, as I hopefully understood right :)
Please let me know if I'm wrong.
Thanks a lot for your help!
Best regards
Frederik
3 years 4 months ago #65095
The topic has been locked.
  • Posts: 37
  • Thank you received: 0

Replied by Maciek on topic indi_celestron_aux

I did some test today with your latests celestronaux_eqtrack branch and:

1. Cord wrap even if it is "green" and OFF, I have to turn it ON and OFF to take effect.
2. If my first sync point is on ALT = 0 (any AZ) then alignment seams to work fine.
3. If my first sync point is on higher ALT then alignment is a mess. Adding second sync helping much, but I can not tell more about it's accuracy because of those clouds from over two months now :-/

If I can do any more tests without a sky please let me know.
3 years 4 months ago #65499
The topic has been locked.

Replied by Jasem Mutlaq on topic indi_celestron_aux

It appears more users are reporting incorrect position on startup. Just wondering, is this perhaps because the driver relies on INDI::Alignment subsystem, while the mount is already aligned and is sending the *raw* encoder values to the driver while the transformed coordinates are sent off to Celestron/SkySafari software? Not sure if this make sense, this is one of the few mount drivers which I'm not familiar with how it works.
3 years 3 months ago #65847
The topic has been locked.
  • Posts: 64
  • Thank you received: 9

Replied by Fabrizio on topic indi_celestron_aux

I don't know what kind of connection there might be between the driver and the skysafari. The only coordinate output of the driver toward the rest of the software system is in ReadScopeStatus
        NewTrackingTarget.ra  = RightAscension;
        NewTrackingTarget.dec = Declination;
        NewRaDec(RightAscension, Declination);
where RightAscension and Declination are the processing result of INDI::AlignmentSubsystem.

What I am not clear about the alignment subsystem is whether it is my responsibility or not to transform from equatorial to altaz before to interact with the subsystem.
3 years 3 months ago #65848
The topic has been locked.
  • Posts: 216
  • Thank you received: 120

Replied by Rick Bassham on topic indi_celestron_aux

Hey Fabrizio, I've been digging into the alignment subsystem a lot lately, and I've found that I think you DO need to interact with it in either equatorial coords with an EQ mount OR alt/az coords for an alt/az mount.

I'm not sure if it has made it into a release yet, but I added some helper methods to the alignment subsystem to make it easier to deal with. You can see them in use in the tests created here:
github.com/indilib/indi/tree/master/test/alignment
The following user(s) said Thank You: Jasem Mutlaq, Fabrizio, Jim S.
3 years 3 months ago #65849
The topic has been locked.

Replied by Jasem Mutlaq on topic indi_celestron_aux

Correct, your changes have been incorporated into 1.8.8
3 years 3 months ago #65851
The topic has been locked.
  • Posts: 17
  • Thank you received: 4

Replied by Jack on topic indi_celestron_aux

Hi All,

Just cross posting from (indilib.org/forum/stellarmate/8610-kstar...e-i-think.html#65874) at Krno's request.

Basically having an issue where KStars won't sync up with the mounts known sky position.

Some logs attached after a 1 star align with Acturus (~ 327:26 / +30:01 right now during the day).. so it thinks its pointing there. But after connecting KStars it's showing due south on the horizon as the scopes position in the sky.

Very strange, any help would be appreciated!

Edit: Mount is a Celestron Astro Fi 5, iOS app i'm using for alignment is Sky Safari Pro

Jack
Last edit: 3 years 3 months ago by Jack.
3 years 3 months ago #65875
Attachments:
The topic has been locked.
  • Posts: 64
  • Thank you received: 9

Replied by Fabrizio on topic indi_celestron_aux

Hi Jack,
from your posts I understand that you do alignment with skysafari first and then use Kstars. Given that I know very little about skysafari software, it seems to me that the indi_celestron_aux driver is completely unaware of scope alignment performed outside itself. So the positions read from the scope by the driver and sent to Kstars are different from what you expect.
This seems confirmed by your log that tells
[2021-01-13T09:36:10.027 AEDT INFO ][           org.kde.kstars.indi] - Celestron WiFi :  "[INFO] ReadScopeStatus - TransformTelescopeToCelestial failed "
A correct procedure can be:
1. align with any system you want outside of Kstars.
2. using scope hand control to slew, point two directions at your choice and for each of them do a manual sync using the Motion Control HC of Kstars: insert manually the RA/DE coordinates given by point 1. system and then click sync.
From this point on, the alignment subsystem of the driver indi_celestron_aux should to be aligned in the same way of the system you used at 1.

Fabrizio
3 years 3 months ago #65878
The topic has been locked.
  • Posts: 17
  • Thank you received: 4

Replied by Jack on topic indi_celestron_aux

Thanks Fabrizio! Sounds like i've just been missing a step.

When you say HC here "using the Motion Control HC of Kstars".. could you just clarify what you mean by that? I may just be a bit daft but unsure where exactly I should be looking!

Cheers,
Jack
3 years 3 months ago #65880
The topic has been locked.
Time to create page: 1.366 seconds