Hi everybody,
I have a brand new NYX-101 (Pegasus) mount and it worked almost perfectly with the [indi_lx200_OnStep] driver (v1.17 from indi-1.9.9) on a M1 Mac. Only I had problems with the Ekos MOUNT CONTROL pad, it didn't move the mount in any direction.
After digging a bit in the code I've seen that the function to send commands to the mount should be sendOnStepCommandBlind() and not simply tty_send_string() because a mutex is needed to work correctly. Then I have overrided functions MoveNS() and MoveWE() on lx200_OnStep.cpp to use the correct function and now it work Ok. I've attached the modified files.
I don't know it that is already fixed in git or in an other branch or if it is a common problem, but may be any of the developer can be interested and they can add the patch if necessary.
Bests,
Alberto.

Read More...

Hi,

my old QHY6 camera blocks after stoping/aborting an exposure while using the indi_qhy_ccd driver. It seems that there is a problems canceling a capture with the function CancelQHYCDDExposureAndReadout() if the current frame didn't finish and if it is unread. I've fixed this in my copy of the driver (qhy_ccd.cpp, 1.8.4, MacOS). Now the driver waits until the last capture is obtained and then discards it. This way I've no problems while I stop continuous capturing (focusing, tracking, ...)

Is this issue known or/and fixed in a better way in the new versions?

Bests,

Alberto.

Read More...

Now is working great! Thanks one more time :-)

Alberto.

Read More...

Thanks a lot, this evening I'll test it :-)

Alberto.

Read More...

Hi every one,

I've just installed Kstars on my Mac and the QHY INDI driver don't start. The camera is working find with an other software. Any idea? I've attached the log file.

Thanks in advance,

Alberto.

File Attachment:

File Name: log_20-55-28.txt
File Size: 9 KB


Read More...

Hi everybody :-)

I've just installed Kstars on a Mac and the QHY INDI driver don't start correctly. Any idea? I've attached the log file.

Thanks in advance,

Alberto.

File Attachment:

File Name: log_20-55-28_2019-09-16.txt
File Size: 9 KB


Read More...