<-- Back

sendCTRL

Send position and orientation update command to X-Plane over UDP. This requires the X-Plane Connect Plugin to be running

Inputs

Outputs

Use

1. import XPlaneConnect.*;
2. ctrl = [0, 0, 0, 0.8, 0, 0]; 3. status = sendCTRL(ctrl); % Set position of own aircraft
4. status2 = sendCTRL(ctrl,1); % Set position of aircraft 1

Change Log

10/02/14: [CT] V0.9 Updated to use new xpcPlugin
09/26/14: [CT] Code created

<-- Back