MAVLink Decode
Last updated
Last updated
Mavlink Decode decodes the binary data attributed to the Message Name
(identifier of message type) and Message
(message instance). The identifier comes from the Dialect's
message definitions. The message instance originates from the output of On MAVLink Packet Received.
The Message Name
must match the identifier in the message instance. If they are the same, the binary data will be successfully decoded and outputted to their respective outputs which appear when a Message Name
has been selected. If not, the Node fails to fire correctly.
When the Message Name
is selected, more outputs on the Node are displayed. For example, if Altitude
is selected as the identifier, the appropriate outputs for that message type will appear.
Scope: Project, Scene.
Attribute | Type | Description |
---|---|---|
| Drop-down | A particular message or command from the selected |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Binary | The desired |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |