You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/spl/sploperation.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ Launch QGroundControl, go to “Comm Links” application settings, and create a
15
15
16
16
Connect to the created comm link.
17
17
18
-
❗️ Unplug radio telemetry modules from the computer and disconnect other comm links before connection to SPL GroundControl, otherwise QGroundControl will frequently switch between the connections.
19
-
20
18
## Testing the Comm Link
21
19
22
20
To test the comm link it is recommended to arm and disarm the vehicle using SPL connection and check the vehicle status and position reported by the vehicle.
@@ -56,6 +54,20 @@ Iridium SBD is capable of sending and receiving about 1 message per minute. Thou
56
54
57
55
SPL GroundControl immediately acknowledges an uploaded mission, however sending the mission to the vehicle over Iridium SBD may take a long time, depending on the number of waypoints in the mission and quality of the satellite link. As soon as SPL RadioRoom receives all the mission items is writes the mission to the autopilot and sends the acknowledgement back to SPL GroundControl. After receiving the acknowledgement, SPL GroundControl updates the mission items in the reported state of the vehicle’s “shadow”. The reported state is returned to the ground control station clients when they read the missions. SPL RadioRoom suspends all other operations while it handles the missions.
58
56
57
+
## Using SPL With Other Comm Links
58
+
59
+
When SPL is used with other comm links such as radio telemetry, make sure that the GCS is not connected to the vehicle using both of the comm links at the same time. For QGroundControl GCS it is recommended to turn off AutoConnect in the general application settings.
60
+
61
+
SPL GroundControl stores in the vehicle's "shadow" uploaded missions and updated parameter values if they were sent to the vehicle through SPL comm link. If missions or parameters were changed using other comm links, to keep the shadow in sync with the vehicle's state it is recommended to update the missions and parameters in the shadow by connecting GCS to a special "shadow" port 5757.
62
+
63
+
To update missions or parameters in the shadow:
64
+
- Connect GCS to TCP port 5757 of SPL GroundControl,
65
+
- Upload the missions,
66
+
- Disconnect from TCP port 5757,
67
+
- Connect GCS to port 5760,
68
+
- Download the missions.
69
+
70
+
59
71
## Troubleshooting the Comm Link
60
72
61
73
SPL GroundControl logs errors and all messages sent to and received from the satellite communication link. The log file could be used to obtain detailed information about the satellite communication.
0 commit comments