View Issue Details

IDProjectCategoryView StatusLast Update
0002243SkyChart1-Softwarepublic19-12-15 22:10
ReporterBernard Pidoux Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformPCOSWindowsOS Version10 64bit
Product Version4.2 
Target Version4.4Fixed in Version4.3 beta 
Summary0002243: Cartes du Ciel is disconnecting from INDI our telescope driver when GoTo destination rejected
DescriptionHi,
We have developped an INDI driver based on tutorial_two example to drive a radiotelescope in la Villette, Paris, France.
Our INDI driver is developped in C language under Linux Raspbian and runs together with INDI server on a RaspBerry Pi. We are using last INDI library version. We are accessing our telescope via Internet with Cartes du Ciel.
http://radiotelescope-lavillette.fr (unfortunately our site in la Villette is suffering from a main power failure this week-end).
The only issue that appeared recently is when "Cartes du ciel" is disconnected when a Goto is asked toward a target that is out of reach by the telescope. This was not the case in version 4.0

Please fin attached below the DEBUG -vvv report.
Regards,
Bernard

TagsNo tags attached.

Activities

Bernard Pidoux

19-12-14 20:48

reporter  

Error_indiserver_deconnexion.txt (1,313 bytes)   
2019-11-29T15:19:03: Client 5: sending msg copy 1 nq 3:
<message device="Radiotelescope - La Villette" timestamp="2019-11-29T15:19:03" message="[DEBUG] Le client demande Go to Cible"/>

2019-11-29T15:19:03: Client 0: sending msg copy 2 nq 2:
<message device="Radiotelescope - La Villette" timestamp="2019-11-29T15:19:03" message="[ERROR]  Commande rejet�e : LHA =  -4:42:19 - DEC = 40:58:38 "/>

2019-11-29T15:19:03: Client 5: sending msg copy 1 nq 2:
<message device="Radiotelescope - La Villette" timestamp="2019-11-29T15:19:03" message="[ERROR]  Commande rejet�e : LHA =  -4:42:19 - DEC = 40:58:38 "/>

2019-11-29T15:19:03: Client 0: sending msg copy 2 nq 1:
<setNumberVector device="Radiotelescope - La Villette" name="EQUATORIAL_EOD_COORD" state="Alert" timeout="60" timestamp="2019-11-29T15:19:03">
    <oneNumber name="RA">
20.310264361066597161
    </oneNumber>
    <oneNumber name="DEC">
50.09765625
    </oneNumber>
</setNumberVector>

2019-11-29T15:19:03: Client 5: sending msg copy 1 nq 1:
<setNumberVector device="Radiotelescope - La Villette" name="EQUATORIAL_EOD_COORD" state="Alert" timeout="60" timestamp="2019-11-29T15:19:03">
    <oneNumber name="RA">
20.310264361066597161
    </oneNumber>
    <oneNumber name="DEC">
50.09765625
    </oneNumber>
</setNumberVector>

Patrick Chevalley

19-12-15 22:10

administrator   ~0006155

This disconnection in case of coordinates alert was added last spring to try to prevent a loop with a bad INDI driver:
https://github.com/pchev/skychart/commit/912d39eae8caffb4dda3975b1fdea01eb903ee36
Sorry, I must have removed that in the mean time.

This is fixed by:
https://github.com/pchev/skychart/commit/ebd15e60713165c506a78900dbdb3dfddbea28ab

The fix will be available in tomorrow morning beta version:
https://sourceforge.net/projects/skychart/files/0-beta/

Issue History

Date Modified Username Field Change
19-12-14 20:48 Bernard Pidoux New Issue
19-12-14 20:48 Bernard Pidoux File Added: Error_indiserver_deconnexion.txt
19-12-15 22:10 Patrick Chevalley Assigned To => Patrick Chevalley
19-12-15 22:10 Patrick Chevalley Status new => resolved
19-12-15 22:10 Patrick Chevalley Resolution open => fixed
19-12-15 22:10 Patrick Chevalley Fixed in Version => 4.3 beta
19-12-15 22:10 Patrick Chevalley Target Version => 4.4
19-12-15 22:10 Patrick Chevalley Note Added: 0006155