×

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: 30
  • Thank you received: 1
@Chris: What I forgot to mention. the standalone as 3 fields for preset, which are missing in the celestron_gps version
Current gear:
- AVX
- E8HD + ASI294MC
- Celestron 150x30 + ASI224 for guiding
- Celestron Focuser for harp stars

SW:
- Linux NUC + Ubuntu + INDI nightly on the server
- Linux Ubuntu + KSTARS nightly on the client (via CAT5 wire)
5 years 1 month ago #36151

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

  • Posts: 554
  • Thank you received: 138
There's a new version escaped as sources which I hope fixes the incorrect values for the Celestron GPS telescope driver. I can't test because the problem doesn't exist for the RaspPi compiler. I'd appreciate it if you can get the sources, build and test. The limits should be the same as the stand alone version.

The presets seems to be a function of the base focuser driver implementation, that's why they aren't in the telescope driver. The telescope driver is so complex and the UI is so busy that I don't think it would be a good idea adding any more to it.
The following user(s) said Thank You: Stefan
5 years 1 month ago #36175

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

  • Posts: 36
  • Thank you received: 0
Hi Chris,
Thanks. The 2nd version I sent yesterday was directly after calibration, and yes it was completed; after running calibration, utility flashed 'Calibration Completed'.

You say I should 'rebuild (driver) from sources'? Newbie issue: Is it obvious how to do this, or will I need some instructions? (sorry, not in front of hardware now, will need to try it later to night.)

You say "...new version of the sources released that will check the limits and only update them if ...": is this all the new source does thats new? Anyway, I can try.
Fyi, the stellarmateOS was updated just 2-3nights ago by running 'software updater' on Stellarmate 'desktop' (ie as seen in VNC).

thx
g
5 years 1 month ago #36195

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

  • Posts: 554
  • Thank you received: 138
I'm sorry Glen but I don't know if this is available for someone who isn't a developer. Perhaps someone who is more familiar with the indi development system could help.

The driver log is reporting the limits as 0, 0 and I think the only place it reports the limits is when they are read from the hardware.

The new version is definitely worth trying, it has better logging, checks the limits and only uses them if they are sensible and has a calibrate routine built in.
5 years 1 month ago #36206

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

  • Posts: 30
  • Thank you received: 1
@Chris celestron_gps now shows correct focuser values. Can you copy the missing elements also to _gps like calibation or presets?
Current gear:
- AVX
- E8HD + ASI294MC
- Celestron 150x30 + ASI224 for guiding
- Celestron Focuser for harp stars

SW:
- Linux NUC + Ubuntu + INDI nightly on the server
- Linux Ubuntu + KSTARS nightly on the client (via CAT5 wire)
5 years 1 month ago #36217

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

  • Posts: 36
  • Thank you received: 0
Hi Chris,
Thanks. Ok, just so I understand the process, to install from source, is the following correct?

From the 'MATE Terminal' in Stellarmate, I need to run this:

sudo apt-get install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-dev build-essential cmake git libjpeg-dev libcurl4-gnutls-dev libtiff-dev libfftw3-dev

git clone github.com/indilib/indi.git
cd indi

## Build
mkdir -p build/libindi
cd build/libindi
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../libindi
make
sudo make install

*************
Is that correct?
Or some how I can get only the focus drivers from indi/libindi/drivers/focuser/ . ?
5 years 1 month ago #36230

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

Glen, if you update StellarMate now, you should get all the latest drivers. However, if you want to keep testing the development build, you should probably learn how to build it from source.

What you posted above is correct, but this is only for first time. Next time you go to ~/Projects/indi and just run git pull to pull all the updates. Then go to libindi (cd ~/Projects/build/libindi and run sudo make install and you're set.
5 years 1 month ago #36232

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

  • Posts: 554
  • Thank you received: 138
I don't intend to add calibration or presets to the telescope driver. It's already complex enough.
5 years 1 month ago #36238

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

  • Posts: 36
  • Thank you received: 0
Chris - what recommended way to copy and paste from mac to SM Mate terminal ( in order to do the build)? (I'm using VNC thru browser.)
5 years 1 month ago #36262

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

  • Posts: 554
  • Thank you received: 138
Glen, If you aren't a developer I suggest not building from sources because when it goes wrong you will rapidy get out of your depth.

I would suggest switching to the beta builds, instructions for doing that are here
stellarmate.com/support.html?view=kb&kbartid=5

The message "The system should not be upgraded to the latest nightly beta packages." probably means "The system should now be upgraded...".

After that the normal GUI update process should work but using the beta builds.

They seems to be rebuilt every night (whenever that is) so by now the new vrsion should be in the beta.
The following user(s) said Thank You: Glen
5 years 1 month ago #36265

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

  • Posts: 36
  • Thank you received: 0
Chris, Jasem,
Yeh - it seems to be working !! Great - thanks. For unrelated reasons, I had to do a factory reset on SM last night. So I ran the updater last night after the reset, and now focuser seems to be working. At least Min=0 and Max=60, and I can move focuser inward and outward. Great !!

Still there is some points of confusion, ie why Celestron Utility claims my Min~2000 and Max ~ 37000, and how they relates to SM values of 0 and 60000. Maybe Celestron original values are in some raw units, and the 0-60000 units SM reports are renormalized units ? Later I can test if stellarmate can really reach beyond 37000.

Other item I couldn't figure - how do you copy and paste to MATE terminal (from Mac)? I tried various command/control/shift C/V combos, and none worked. Do you run SSH?
5 years 1 month ago #36326

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

  • Posts: 554
  • Thank you received: 138
Glen, can you please enable driver debugging, run this and post the log file. Your system should be reading the limits from the focuser and getting the same values as the Celestron Utility. I'd like to see what is really happening.
In fact there should be something in the info window, a message like "Focus range |high| to |low| invalid, range not updated". This gives the values read from the focuser, that would be a start.
5 years 1 month ago #36328

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

Time to create page: 1.074 seconds