×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Xagyl Wheel bug

  • Posts: 40
  • Thank you received: 7
Just resurrected my Xagyl wheel and found that INDI driver (indi_xagyl_wheel) failed with "Unable to parse FW 2.2.0."

I have done a local fix as follows:-

libindi(1.2.0)->drivers->filter_wheel->xagyl_wheel.cpp line 190

was: int fw_rc = sscanf(resp, "%d", &fwver);
is: int fw_rc = sscanf(resp, "FW %d", &fwver);

works for me; but thought I should say.
7 years 5 months ago #10483

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

  • Posts: 40
  • Thank you received: 7

Replied by Robert Barlow on topic Xagyl Wheel bug

I'm now wondering if we could please get an official fixed version for raspberry pi?
Last edit: 7 years 5 months ago by Robert Barlow.
7 years 5 months ago #10561

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

Replied by Jasem Mutlaq on topic Xagyl Wheel bug

Just committed your fix. It should be available for both Raspbian and Ubuntu tomorrow.
The following user(s) said Thank You: Robert Barlow
7 years 5 months ago #10565

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

  • Posts: 454
  • Thank you received: 51

Replied by Patrick on topic Xagyl Wheel bug

I don't know if it was a bug but my Xagyl that worked before doesn't works anymore. :( after the today's update.
The Xagyl is not recognized at connection.

File Attachment:

File Name: indi_xagyl...0:55.txt
File Size:1 KB


Nothing has changed since my last session, only the update done today.
The xagyl wheel is by default connected to a permanent port /dev/FilterWheel.
Plus there is no more creation of a kstars log file whatever I checked in the advanced tab of configuration dialog :( .
My night session is lost :( .
Last edit: 7 years 5 months ago by Patrick.
7 years 5 months ago #10623
Attachments:

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

Replied by Jasem Mutlaq on topic Xagyl Wheel bug

Ok, it looks like the fix above broke it. Seems some return FW and others don't. It is now working with both situations.
The following user(s) said Thank You: Robert Barlow, Patrick
7 years 5 months ago #10627

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

  • Posts: 454
  • Thank you received: 51

Replied by Patrick on topic Xagyl Wheel bug

Made an update today and the xagyl wheel works again.
7 years 5 months ago #10683

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

Time to create page: 0.302 seconds