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.

SWS RV-10, RV-14 and CH701 STOL - all GBP 1.69 on MP

Featured Replies

2 hours ago, Alvega said:

Hey Bert, do you know if there is any way to make the PFD options stick so I don't have to change them every time I load the plane? I mean the CDI source, bearing pointers, wind vector, it isn't saving them.

Thanks.

Does the real Garmin do that?   Sorry.. no clue.. 😉

Bert

  • Replies 54
  • Views 6.7k
  • Created
  • Last Reply
2 minutes ago, Bert Pieke said:

Does the real Garmin do that?   Sorry.. no clue.. 😉

Not sure, but the WT G1000 saves the wind vector option, I never have to set it again.

Thanks.

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

16 minutes ago, Alvega said:

Not sure, but the WT G1000 saves the wind vector option, I never have to set it again.

Thanks.

Check the LVars and see if you can find the one you like..

let windMode = SimVar.GetSimVarValue("L:Glasscockpit_Wind_Mode", "number");
        switch (windMode) {
            case 0:
                diffAndSetText(this.moreOptions_WindMode_Status, "Off");
                break;
            case 1:
                diffAndSetText(this.moreOptions_WindMode_Status, "Head/X-Wind");
                break;
            case 2:
                diffAndSetText(this.moreOptions_WindMode_Status, "Off");
                break;
            case 3:
                diffAndSetText(this.moreOptions_WindMode_Status, "Speed/Dir");
                break;

Edited by Bert Pieke

Bert

1 hour ago, Bert Pieke said:

Check the LVars and see if you can find the one you like..

let windMode = SimVar.GetSimVarValue("L:Glasscockpit_Wind_Mode", "number");
        switch (windMode) {
            case 0:
                diffAndSetText(this.moreOptions_WindMode_Status, "Off");
                break;
            case 1:
                diffAndSetText(this.moreOptions_WindMode_Status, "Head/X-Wind");
                break;
            case 2:
                diffAndSetText(this.moreOptions_WindMode_Status, "Off");
                break;
            case 3:
                diffAndSetText(this.moreOptions_WindMode_Status, "Speed/Dir");
                break;

Thanks Bert, will check them.

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

In the RV14A, how do you set the NAV1 VOR course arrow when the GTN 750 is in VLOC and VOR1 is selected in the G3X PDF? I never used a G3X panel before and I can't seem to find the VOR course control. 🤕

Thx,

Al

Edited by ark

15 minutes ago, ark said:

In the RV14A, how do you set the NAV1 VOR course arrow when the GTN 750 is in VLOC and VOR1 is selected in the G3X PDF? I never used a G3X panel before and I can't seem to find the VOR course control. 🤕

Thx,

Al

Doesn't the right side knob on the PFD work? 

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

8 minutes ago, Alvega said:

Doesn't the right side knob on the PFD work? 

Ah, I see now. The PDF has to be in Full screen mode for that. I was in Split screen mode when looking for the course control.

Thanks,

Al

14 minutes ago, ark said:

Ah, I see now. The PDF has to be in Full screen mode for that. I was in Split screen mode when looking for the course control.

Thanks,

Al

No problem. 😉

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

On 11/25/2023 at 1:28 PM, Bert Pieke said:

That was for performance reasons.. you can merge the two if you prefer..

Hi Bert, can your ESI500 be used in the RV10 too?

Alvega

CPU: AMD 7800X3D | COOLER: Cooler Master MasterLiquid 240L Core ARGB | GPU: RTX 4070 TI Super 16GB OC | Mobo: ASUS TUF GAMING X670E-PLUS WIFI |
RAM: 32 GB Corsair Vengeance RGB DDR5 6000MHz PC5-48000 2x16GB CL36 | SSDs: WD Black SN770 2TB NVMe SSD (WIN11), WD Black SN850X SSD 2 TB M.2 2280 PCIe Gen4 NVMe (MSFS), Crucial MX500 2TB (Other stuff) | CASE: Forgeon Arcanite ARGB Mesh Tower ATX White | Power Supply: Forgeon Bolt PSU 850W 80+ Gold Full Modular White 

2 hours ago, Alvega said:

Hi Bert, can your ESI500 be used in the RV10 too?

No idea... I use it the Kodiak..  Try it!

Bert

Archived

This topic is now archived and is closed to further replies.

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.