×

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

Bi-monthly release with minor bug fixes and improvements

iOptron GEM45

  • Posts: 15
  • Thank you received: 1

Replied by Ralf on topic iOptron GEM45

I created another log file with the iOptronV3 driver, but this time including the debug "verbose scope" option.
Here you can see the command ":GEP#" which is causing repetitive timeout errors at the end. This command is not described in the communication specification you linked in your answer.

INFO 718.730052 sec : Session log file /home/ralf/.indi/logs/2020-06-11/indi_ioptronv3_telescope/indi_ioptronv3_telescope_21:29:59.log
DEBUG 734.337720 sec : Toggle Debug Level -- Scope Verbose
DEBUG 735.273913 sec : Toggle Logging Level -- Scope Verbose
DEBUG 742.177754 sec : Connecting to /dev/ttyUSB0
DEBUG 742.185135 sec : Port FD 4
DEBUG 742.185214 sec : Connection successful, attempting handshake...
DEBUG 742.185285 sec : Initializing IOptron using :MountInfo# CMD...
DEBUG 742.185378 sec : CMD <:MountInfo#>
DEBUG 742.214974 sec : RES <0043>
INFO 742.215092 sec : iOptron v3 is online.
DEBUG 742.240762 sec : Configuration successfully saved for DEVICE_PORT.
DEBUG 742.243339 sec : Configuration successfully saved for DEVICE_BAUD_RATE.
DEBUG 742.249315 sec : Configuration successfully saved for CONNECTION_MODE.
DEBUG 742.255390 sec : Getting firmware data...
DEBUG 742.255436 sec : CMD <:MountInfo#>
DEBUG 742.278902 sec : RES <0043>
DEBUG 742.279073 sec : CMD <:FW1#>
DEBUG 742.310884 sec : RES <191018200113>
DEBUG 742.311006 sec : CMD <:FW2#>
DEBUG 742.342835 sec : RES <190722190722>
DEBUG 742.342979 sec : Getting guiding rate...
DEBUG 742.343004 sec : CMD <:AG#>
DEBUG 742.374791 sec : RES <5050>
DEBUG 742.374921 sec : CMD <:GUT#>
ERROR 747.376227 sec : Read Command Error: Timeout error
DEBUG 747.377197 sec : CMD <:GLS#>
DEBUG 747.402184 sec : RES <+032670500252100521>
INFO 747.402332 sec : Mount Location: Lat -82:59:50 - Long 9:04:30
DEBUG 747.403542 sec : Configuration successfully saved for GEOGRAPHIC_COORD.
INFO 747.435104 sec : Mount is unparked.
DEBUG 747.435425 sec : InitPark Axis1 0.00 Axis2 0.00
DEBUG 747.435467 sec : Setting Default Park Axis1 to 14.88
DEBUG 747.435494 sec : Setting Default Park Axis2 to -90.00
DEBUG 747.435539 sec : CMD <:GLS#>
DEBUG 747.464960 sec : RES <+032670500252100521>
SCOPE 747.465123 sec : CMD <:GEP#>
ERROR 752.469419 sec : Read Command Error: Timeout error
DEBUG 752.470465 sec : CMD <:SUT0645183741000#>
ERROR 757.471040 sec : Read Command Error: Timeout error
DEBUG 757.471716 sec : CMD <:SG+120#>
DEBUG 757.484954 sec : RES <1>
DEBUG 757.485153 sec : CMD <:SLO+03330000#>
DEBUG 757.516935 sec : RES <1>
DEBUG 757.517055 sec : CMD <:SLA+17567892#>
DEBUG 757.548930 sec : RES <1>
INFO 757.549049 sec : Site location updated to Lat 48:47:59 - Long 9:15:00
DEBUG 757.553124 sec : Configuration successfully saved for GEOGRAPHIC_COORD.
DEBUG 757.555690 sec : CMD <:GLS#>
DEBUG 757.581053 sec : RES <+032670500252100511>
SCOPE 757.581231 sec : CMD <:GEP#>
ERROR 762.583778 sec : Read Command Error: Timeout error
DEBUG 763.585888 sec : CMD <:GLS#>
DEBUG 763.615339 sec : RES <+032670500252100521>
SCOPE 763.615620 sec : CMD <:GEP#>
ERROR 768.618495 sec : Read Command Error: Timeout error
DEBUG 769.619793 sec : CMD <:GLS#>
DEBUG 769.648889 sec : RES <+032670500252100521>
SCOPE 769.649136 sec : CMD <:GEP#>
ERROR 774.653449 sec : Read Command Error: Timeout error
DEBUG 775.655608 sec : CMD <:GLS#>
DEBUG 775.683851 sec : RES <+032670500252100521>
SCOPE 775.684024 sec : CMD <:GEP#>
ERROR 780.689158 sec : Read Command Error: Timeout error
DEBUG 781.690959 sec : CMD <:GLS#>
DEBUG 781.717742 sec : RES <+032670500252100521>
SCOPE 781.718000 sec : CMD <:GEP#>
ERROR 786.721690 sec : Read Command Error: Timeout error
DEBUG 787.723204 sec : CMD <:GLS#>
DEBUG 787.752505 sec : RES <+032670500252100521>
SCOPE 787.752750 sec : CMD <:GEP#>
ERROR 792.757422 sec : Read Command Error: Timeout error
INFO 792.762362 sec : iOptron v3 is offline.
3 years 10 months ago #55392

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

  • Posts: 9
  • Thank you received: 1

Replied by Greg on topic iOptron GEM45

Wondering if it is the indi library version you are running, I don't see those commands on mine. I see the GLS ones, but not the GEP ones. Might want to switch back to the nightly or bleeding build and update and check the indiserver version to see which one is loaded.
3 years 10 months ago #55393

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

  • Posts: 9
  • Thank you received: 1

Replied by Greg on topic iOptron GEM45

Also, from what I can tell the GEP command comes from iOptron® Mount RS-232 Command Language 2014 Version 3.0, which the doc indicates is for the CEM120 mount specifically.
3 years 10 months ago #55394

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

  • Posts: 15
  • Thank you received: 1

Replied by Ralf on topic iOptron GEM45

yes, I suspect as well that my problem is caused by an old library version.
I try to install the nightly build and test again.
I will come back to you
3 years 10 months ago #55395

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

  • Posts: 1957
  • Thank you received: 420

Replied by Wouter van Reeven on topic iOptron GEM45


And are you running on Ubuntu or are you using Debian (or even another deb-based Linux)? Please note that the Ubuntu installation procedure only works on Ubuntu. Other Linux may accept the commands but it can lead to strange errors.


Wouter
3 years 10 months ago #55396

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

  • Posts: 15
  • Thank you received: 1

Replied by Ralf on topic iOptron GEM45

Sorry, now I have another problem: I can not get the nightly version

When I do:
sudo apt-add-repository ppa:mutlaqja/indinightly
sudo apt-get update
sudo apt-get install indi-full kstars-bleeding gsc

Then I get as result:
E: Paket indi-full kann nicht gefunden werden.
E: Paket kstars-bleeding kann nicht gefunden werden.
E: Paket gsc kann nicht gefunden werden.

==> Sorry for the German: That means all 3 packages can not be found.

Any idea why?
3 years 10 months ago #55397

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

  • Posts: 15
  • Thank you received: 1

Replied by Ralf on topic iOptron GEM45

Would it may be possible that the newer versions are not available as 32-Bit version??? I have to use the Linux Mint 32-Bit on this old computer
3 years 10 months ago #55398

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

  • Posts: 15
  • Thank you received: 1

Replied by Ralf on topic iOptron GEM45

Sorry I will take some rest now. Its rather late in Germany already.
thanks so much for now for your great support
3 years 10 months ago #55399

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

  • Posts: 1957
  • Thank you received: 420

Replied by Wouter van Reeven on topic iOptron GEM45

Yes, the last 32 bit packages were for Ubuntu 18.04 and have not been updated for a long time.
3 years 10 months ago #55404

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

  • Posts: 15
  • Thank you received: 1

Replied by Ralf on topic iOptron GEM45

Okay, then I think the root cause is found !
Is there any possibility to get the newest stable version compiled for 32 bit? Can I do that on my Computer?
To be honest, I never compiled a package on my own from the source code and installed it.
I would be very happy to get a how-to if even possible to do it.

Thank you again for your great support
Ralf
3 years 10 months ago #55409

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

  • Posts: 15
  • Thank you received: 1

Replied by Ralf on topic iOptron GEM45

Hi supporters,

It works now!
As already mentioned, the rootcause for my problem was, that the existing Indi Server and drivers SW for Linux 32 bit is rather old.
So I downloaded the source code of the indi core lib from Git to my Computer and compiled and installed it based on the in instructions given in the intall file.
And what shall I say: The mount now perfectly works with the IEQ45pro driver @ 115200 baud.
PS There is no driver anymore for the GEM45 selectable

Thanks to all of you who supported me in this dark hours of life :-)

Best regards
Ralf
The following user(s) said Thank You: Craig
3 years 10 months ago #55440

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

  • Posts: 3
  • Thank you received: 1

Replied by Thomas Munnecke on topic iOptron GEM45

I have a GEM45 on order, (planning to replace my EQ6, which I've been running pretty well under Stellarmate).   I'm using a Pegasus Power system.  Just to confirm, the GEM45 is now fully supported?  And what is the status of the iPolar support?

Thanks for any information...
The following user(s) said Thank You: Jasem Mutlaq
3 years 1 week ago #70084

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

Time to create page: 1.319 seconds