<-- 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. dataRef = 'sim/aircraft/parts/acf_gear_deploy'; // Landing Gear
3. Value = 0;
4. status = sendDREF(dataRef, Value);

Change Log

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

<-- Back