×

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

Bi-monthly release with minor bug fixes and improvements

Celestron Motorised Focuser - Is it supported in EKOS yet

  • Posts: 8
  • Thank you received: 1
Hey Jasem,
Just wondering where you got to with this? I am looking into buying a focuser for my Edge HD1100 and the Celestron one mentioned here seems like a good fit, but only if I can get it to work with StellarMate. This would be on my CEM120 mount, so the control for the focuser would be going to the Stellarmate directly rather than through the mount (in the same manner mentioned by Scanner001).

thanks
4 years 10 months ago #39357

Please Log in or Create an account to join the conversation.

You can use it as a standalone focuser so that would work.
4 years 10 months ago #39359

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 1
Anybody else having issues getting this to run properly through the HC? When I try to use the focuser via Celestron GPS, it doesn't seem to be reporting its position - it stays at 0. Of course, auto focusing doesn't work at all that way. Using a direct USB connection together with the Celestron SCT driver, everything works as expect. I would prefer just having one cable run to the mount though...

Here's what the log says:
[2019-08-03T12:03:52.002 CEST DEBG ][     org.kde.kstars.ekos.focus] - Setting focus ticks to  24300
[2019-08-03T12:03:52.005 CEST INFO ][           org.kde.kstars.indi] - Celestron GPS :  "[INFO] Focus direct move 24300 "
[2019-08-03T12:03:52.006 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] Focus move 24300 "
[2019-08-03T12:03:52.006 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] CMD <50 04 12 02 00 5E EC 00> "
[2019-08-03T12:03:52.034 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] RES <23> "
[2019-08-03T12:03:52.035 CEST INFO ][           org.kde.kstars.indi] - Celestron GPS :  "[INFO] Focuser is moving to position 24300 "
[2019-08-03T12:03:52.614 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] CMD <e> "
[2019-08-03T12:03:52.706 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] RES <80000000,00000000#> "
[2019-08-03T12:03:53.688 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] CMD <e> "
[2019-08-03T12:03:53.749 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] RES <80000000,00000000#> "
[2019-08-03T12:03:54.750 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] CMD <e> "
[2019-08-03T12:03:54.812 CEST DEBG ][           org.kde.kstars.indi] - Celestron GPS : "[DEBUG] RES <80000000,00000000#> "

Shouldn't there also be a command requesting the focuser's position?
4 years 8 months ago #41617

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 1
Okay, problem identified. When Celestron GPS starts up with my Evolution mount, it says "WARNING: Mount firmware does not support getting pier side". However, the Celestron GPS driver exits ReadScopeStatus when it doesn't have a pier side (line 781) - and that's happening before requesting the focuser position.

I'll set up a PR for a fix.
4 years 8 months ago #41618

Please Log in or Create an account to join the conversation.

  • Posts: 554
  • Thank you received: 138
I need the full log, not a fragment lasting a couple of seconds.

The Celestron focuser needs to be calibrated, this can be done using the standalone INDI focuser driver.

Read your second message, see what you mean. Are you going to fix it?
Last edit: 4 years 8 months ago by Chris Rowland.
4 years 8 months ago #41620

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 1
Already done. I've added you to the PR.
The following user(s) said Thank You: Jasem Mutlaq
4 years 8 months ago #41621

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
For what it's worth, I can use my Celestron focus motor (a original #94155, not the redesigned #94155-A) on my Nexstar 8 SE, using both the direct USB connection driver (celestron_sct_focus), and through the hand controller driver (celestron_gps).

I use a Lenovo laptop with Gentoo. The two interfaces (HC and direct USB to focuser) both emulate different USB serial adapters (my HC has the newer-style mini-USB port on the bottom), and so need separate drivers in the kernel. The HC needs the "USB Prolific 2303 Single Port Serial Driver" (CONFIG_USB_SERIAL_PL2303), and the focus motor direct-USB port needs the "USB Modem (CDC ACM) support" (CONFIG_USB_ACM). Kernel is 5.3.11. I used the newest INDIlib 1.8.2 release, which is available in the Gentoo tree. After choosing the correct driver, and port (/dev/ttyUSBx for HC, /dev/ttyACMx for direct USB), I can control the motor in both KStars device manager and Ekos.

One odd thing: I had been using the focus motor through the hand controlle's buttons until yesterday. It was calibrated. However, when establishing an INDI connection for the first time, it said the min and max limits were both 0. I performed a calibration through the celestron_sct_focus driver in kstars, and after that, I got sensible limits, and could move the focuser at will using either the USB connection, or the connection through the HC. And I can also still move the focuser using the HC's pushbuttons.

For good measure, I also tried all the above again through my RPI3 with astroberry. Both connecton modes also work through the 2 indi drivers in astroberry, and the limits were set correctly (no need to calibrate again). Only issue is, the power from the USB port alone on RPI3 seemed not quite enough, as the focus motor was struggling a bit. But it still got to the desired focus position in the end :)

So all in all, both drivers are working well for me!
4 years 4 months ago #46407

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
Hi James,

How did you get the calibration going through Ekos. If I get all equipment connected then the sct focuser gives min max values of 0 and the calibration does not work.

Cheers Mark
3 years 11 months ago #52516

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 1
Mark,

in the past, calibration was only available via the Celestron SCT driver. As I don't use a Celestron mount anymore, I can't say whether that's still the case.
Can you connect the focuser directly (via USB) to your computer and try that?

Cheers
Boris
3 years 11 months ago #52541

Please Log in or Create an account to join the conversation.

  • Posts: 554
  • Thank you received: 138
It should not matter what is used to run the focuser calibration because the calibration data is stored in the focuser BUT it must be run AND it must be allowed to run to completion, Motor stopped after the return to the original position and all the focus calibration steps completed.

If you finish the focus run early, even after it has run to both stops, then the calibration data is not saved and you get the situation you are in with the limits both reading zero.

I don't allow the focuser to run without a good calibration on the advice of Celestron because if the focuser is driven into a hard stop at full power it can jam and may cause damage.
3 years 11 months ago #52545

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 1
Chris,

quick question: are there any instructions on how to correctly configure backlash?
3 years 11 months ago #52549

Please Log in or Create an account to join the conversation.

  • Posts: 554
  • Thank you received: 138
Quick reply; No.

Slightly longer, set a number try it. See what happens. Think about how you compensate for backlash when moving the focus knob by hand. SCTs tend to need a lot of correction, 500 is half a turn.
3 years 11 months ago #52551

Please Log in or Create an account to join the conversation.

Time to create page: 1.397 seconds