Saitek Knob Rotation Wrong Direction

This is for the Flight Instrument Panel in which you rotate the knob left and it turns to the right in your SIM. Go into your X-Plane directory under \Resources\Plugins\XP\SaitekPro\Data and replace the XPL_LogiPlugin.xml with this file

xpl_logiplugin.xml

Restart X-Plane and you are good to go.

Basicly the value of “Left Dec” was set to up and it has to be “down”. So changing the value “up” to “down” fixes going the indicators in the same directions as you rotate the knob of your FIP.

  <Button Id="7" Name="Left Dec" Event="sim/instruments/barometer_down" Type="Command" Visible="no" />
  <Button Id="8" Name="Left Inc" Event="sim/instruments/barometer_up" Type="Command" Visible="no" />
  <Button Id="11" Name="Right Dec" Event="sim/instruments/barometer_down" Type="Command" Visible="no" />
  <Button Id="12" Name="Right Inc" Event="sim/instruments/barometer_up" Type="Command" Visible="no" />
  

Enjoy,

The ArtIT Team

BACK