Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FS9 to FSX auto coord question

Featured Replies

I am trying to make a fs9 xml work in fsx. It's for auto rudder switching. Here is what I have for fs9. Seems to me the first 'value' is holding me up. I have tried a number of things but nothing seems to work. I think if the comparison of Var1 returns a 2 it quits right there and will not go foreward. I do not fully understand XML syntax so therefore I am at a standstill. Comments or help will be greatly appreciated. Thanks, Paul

 

<Gauge Name="ARudder Switch Version=1.0">

<Element>

<Position X="1" Y="1"/>

<Select>

<Value>(G:Var1) if{ (G:Var1) -- (>G:Var1) 2 quit } (A:Auto coordination, bool)</Value>

<Case Value="0">

<Image Name="autcrd-off.bmp" Luminous="Yes"/>

</Case>

<Case Value="1">

<Image Name="autcrd-on.bmp" Bright="Yes" Luminous="Yes"/>

</Case>

<Case Value="2">

<Image Name="autcrd-pushed.bmp" Luminous="Yes"/>

</Case>

</Select>

</Element>

<Mouse>

<Area Left="1" Right="38" Top="1" Bottom="38">

<Cursor Type="Hand"/>

<Click>10 (>G:Var1) (>K:AUTOrudder_TOGGLE)</Click>

</Area>

</Mouse>

</Gauge>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

..

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.