Invalid CoverCalibrator status

Issue #1193 closed
Serge Kolesov created an issue

Hi!

I am developing a new device cover calibrator. I observe an incorrect display of the status of the cover. The ASCOM driver sends an error status to NINA (number 5 CoverStatus Enumeration ). NINA displays it as Unknow status (number 4). In the advanced script, the error status is also not handled and no conditional jumps occur. Can this be fixed?

The log file shows that I am reading the status of cover number 5.
17:37:52.541 TransmitWorker > :CS#
17:37:52.542 ReceiveTerminatedWorker # < 5#

All the best, Sergey.

Comments (2)

  1. Stefan B repo owner

    Hi,

    in case of error state it is transformed and just shown as unknown. What difference would it make to show it as error state, as there is no more info provided to why it is in error state?
    Are you referring with the advanced script to the open cover instruction? If yes, then yes the instruction should go into error state when the cover is not opened. I will enhance this instruction to add this check.

  2. Log in to comment