java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.airlink.OcuSyncWarningMessage |
OcuSync link warning messages. Only supported by Mavic Pro.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OcuSyncWarningMessage | AIRCRAFT_LINK_REBOOT | The OcuSync link on the aircraft is rebooting. | |||||||||
OcuSyncWarningMessage | DOWN_LINK_BROKEN | The downlink from the aircraft to the remote controller is broken. | |||||||||
OcuSyncWarningMessage | LINK_UNUSABLE | The link between the remote controller and the aircraft is unusable. | |||||||||
OcuSyncWarningMessage | STRONG_DOWN_LINK_INTERFERENCE | There is strong interference on the downlink signal incident on the remote controller. | |||||||||
OcuSyncWarningMessage | STRONG_TAKE_OFF_INTERFERENCE | Warning that interference is high for take-off. | |||||||||
OcuSyncWarningMessage | STRONG_UP_LINK_INTERFERENCE | There is strong interference on the uplink signal incident on the aircraft. | |||||||||
OcuSyncWarningMessage | UP_LINK_BROKEN | The uplink from the remote controller to the aircraft is broken. | |||||||||
OcuSyncWarningMessage | WEAK_SIGNAL | Weak OcuSync signal strength. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static OcuSyncWarningMessage | valueOf(String name) | ||||||||||
final static OcuSyncWarningMessage[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The OcuSync link on the aircraft is rebooting.
The downlink from the aircraft to the remote controller is broken. Usually if only the downlink disconnects, it is due to interference on the remote controller's OcuSync antennas. Try changing channel number, or reducing the bandwidth of the channel to make it more robust.
The link between the remote controller and the aircraft is unusable. It is determined to be unusable if signal is too weak. Check to see if the antennas are setup correctly and the path from remote controller to aircraft is unobstructed.
There is strong interference on the downlink signal incident on the remote controller. If the channel selection mode `DJIOcuSyncChannelSelectionModeManual` is being used, consider changing to `DJIOcuSyncChannelSelectionModeAuto` as the OcuSync link can automatically select Channel Numbers and bandwidth to mitigate interference on the fly.
Warning that interference is high for take-off. When the signal gets weaker as separation between remote controller and aircraft get larger, there is a change the link will fail.
There is strong interference on the uplink signal incident on the aircraft.
The uplink from the remote controller to the aircraft is broken. Usually if only the uplink disconnects, it is due to interference on the aircraft's OcuSync antennas. Try changing the channel number if the interference source cannot be removed.
Weak OcuSync signal strength. Be aware of anything blocking the signal between the remote controller and aircraft, adjust the orientation of the antennas on the remote controller, or reduce the distance between remote controller and aircraft to increase signal strength.