View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002243 | SkyChart | 1-Software | public | 19-12-14 20:48 | 19-12-15 22:10 |
| Reporter | Bernard Pidoux | Assigned To | Patrick Chevalley | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | PC | OS | Windows | OS Version | 10 64bit |
| Product Version | 4.2 | ||||
| Target Version | 4.4 | Fixed in Version | 4.3 beta | ||
| Summary | 0002243: Cartes du Ciel is disconnecting from INDI our telescope driver when GoTo destination rejected | ||||
| Description | Hi, 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 | ||||
| Tags | No tags attached. | ||||
|
|
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>
|
|
|
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/ |
| 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 |