Hello ZWO,
I have ZWO AM5 mount and i try to use it with INDI library. I am using the driver indi_lx200am5.
I could connect to mount without problem, i can communicate over Serial Port with mount. I could move the mount if i choose "TRACK" option in "ON_COORD_SET" and switch on "MOTION_NORTH" on "TELESCOPE_MOTION_NS" property. It keeps moving until i switched it OFF (move according to SLEW_RATE).
However, i could not move the mount to defined "RA" and "DEC". When i change "ON_COORD_SET" option to "SLEW" and set "DA" and "REC" in "EQUATORIAL_EOD_COORD" i got the following error :
<message device="ZWO AM5" timestamp="2022-10-31T14:16:12" message="[ERROR] Error Slewing to JNow RA 0:19:48 - DEC 60:13:12"/>
Recveing message from Server:
########################
2022-10-31T14:16:12: [ERROR] Error Slewing to JNow RA 0:19:48 - DEC 60:13:12
########################
<message device="ZWO AM5" timestamp="2022-10-31T14:16:12" message="[ERROR] Slew failed (-1)."/>
Recveing message from Server:
########################
2022-10-31T14:16:12: [ERROR] Slew failed (-1).
########################
When i change the "ON_COORD_SET" to other options (TRACK, SLEW, SYNC). i always get the same error. To sum up, i could not move AM5 mount with INDI library to defined RA and DEC. What should be the correct operational procedure to do it ?
Best Regards