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.

P3D GTN 650 Baron B58 3D Knobs Default (resolved)

Featured Replies

Is this a Carenado B58 Baron?  If so there is a setting you might find with the shift+# key combos.  Usually Shift +3.  That should bring up a dialog box. If it contains a 3D knobs setting then deselect it. You may also need to deselect any IR or Instrument Reflections setting as those reflections in some Carenado models might block you mouse pointer from accessing the RXP GPS knobs.

If it is a Carenado model and that works for you then get back to me here and I will try to find some xml code patches developed by a couple of other members here. 

Frank Patton
Corsair 5000D Airflow Case; MSI B650 Tomahawk MOB; Ryzen 7 7800 X3D CPU; ASUS RTX 4080 Super; 
NZXT 360mm liquid cooler; Corsair Vengeance 64GB DDR5 4800 MHz RAM; RMX850X Gold PSU;; ASUS VG289 4K 27" Display; Honeycomb Alpha & Bravo, Crosswind 3's w/dampener.  
Former USAF meteorologist & ground weather school instructor. AOPA Member #07379126
                       
"I will never put my name on a product that does not have in it the best that is in me." - John Deere

  • Author
2 minutes ago, fppilot said:

Is this a Carenado B58 Baron?  If so there is a setting you might find with the shift+# key combos.  Usually Shift +3.  That should bring up a dialog box. If it contains a 3D knobs setting then deselect it. You may also need to deselect any IR or Instrument Reflections setting as those reflections in some Carenado models might block you mouse pointer from accessing the RXP GPS knobs.

If it is a Carenado model and that works for you then get back to me here and I will try to find some xml code patches developed by a couple of other members here. 

Oh, thank you so much, I'll look at this.

Yes, it's Carenado Baron B58.

1 hour ago, Michael Belle said:

Oh, thank you so much, I'll look at this.

Yes, it's Carenado Baron B58.

Found I do have the Carenado B58 Baron for FSX SE and it does have the 3D knobs setting. I do not currently have it installed but here is what I see from my backup files.   This is a solution that may change the way that Carenado model loads so that you do not need to go to Shift + 3 each time you fly it.  My installation for FSX SE was for a pair of RXP GNS gauges, not GTNs.

 

==============
<Gauge Name="Control_init" Version="1.0">
 <!-- No 3d Knobs -->
    <Element>
          <Select>
          <Value>
                  (L:Init,bool) 1 != if{  1 (>L:3DKNOBSBOOL,bool)
                            1 (>L:Init,bool) }
           </Value>
           </Select>
     </Element>
 </Gauge> 
=============

Take just those lines above that appear between the rows of equal signs.  Paste those into a new text file, then save it as text-only as "Control_Init.xml".  Make sure the file is saved with the .xml file extension, not .txt.

Find your Carenado's B58's "Panel" folder.  In it create a new subfolder named "controls".  Copy the file you created, "Control_Init.xml", into that controls folder.

In the panel folder find the panel.cfg file and make a backup of it somewhere else.  Then open panel.cfg file with a text editor.  Find the [Vcockpit04] section and add the line "gauge09=controls!control_init, 0,0,1,1" at the end of that section.  Make sure the gauge number is one higher than the last entry you find before adding it.  Save your edited panel.cfg as text only, and make sure it is named panel.cfg, not panel.txt.  Then start P3D, load that Baron, and you should find the 3D knobs have defaulted to off.

Thanks to Bert Pieke for this mod.  I have used it in several Carenado models.

 

//--------------------------------------------------------
[Vcockpit04]
Background_color=0,0,0 
size_mm=512,512
visible=0
pixel_size=1024,1024
texture=$Panel_baron_4

gauge00=BT58!Clock,  2,1,338,298
gauge01=BT58!Manifold2,  391,248,120,120
gauge02=BT58!RPM Indicator2,  391,125,120,120
gauge03=BT58!CHT_EGT2,  391,3,120,120
gauge04=BT58!Oil_Temp_Press2,  2,302,120,120
gauge05=BT58!ELT_LIGHT,  194,425,14,14
gauge06=BT58!Fuelflow2,  377,371,132,133
gauge07=BT58!Directional_Gyro,  246,302,128,129
gauge08=BT58!Prop Sync,  210,433,80,77
gauge09=controls!control_init, 0,0,1,1

Edited by fppilot

Frank Patton
Corsair 5000D Airflow Case; MSI B650 Tomahawk MOB; Ryzen 7 7800 X3D CPU; ASUS RTX 4080 Super; 
NZXT 360mm liquid cooler; Corsair Vengeance 64GB DDR5 4800 MHz RAM; RMX850X Gold PSU;; ASUS VG289 4K 27" Display; Honeycomb Alpha & Bravo, Crosswind 3's w/dampener.  
Former USAF meteorologist & ground weather school instructor. AOPA Member #07379126
                       
"I will never put my name on a product that does not have in it the best that is in me." - John Deere

  • Author
52 minutes ago, fppilot said:

Found I do have the Carenado B58 Baron for FSX SE and it does have the 3D knobs setting. I do not currently have it installed but here is what I see from my backup files.   This is a solution that may change the way that Carenado model loads so that you do not need to go to Shift + 3 each time you fly it.  My installation for FSX SE was for a pair of RXP GNS gauges, not GTNs.

 

==============
<Gauge Name="Control_init" Version="1.0">
 <!-- No 3d Knobs -->
    <Element>
          <Select>
          <Value>
                  (L:Init,bool) 1 != if{  1 (>L:3DKNOBSBOOL,bool)
                            1 (>L:Init,bool) }
           </Value>
           </Select>
     </Element>
 </Gauge> 
=============

Take just those lines above that appear between the rows of equal signs.  Paste those into a new text file, then save it as text-only as "Control_Init.xml".  Make sure the file is saved with the .xml file extension, not .txt.

Find your Carenado's B58's "Panel" folder.  In it create a new subfolder named "controls".  Copy the file you created, "Control_Init.xml", into that controls folder.

In the panel folder find the panel.cfg file and make a backup of it somewhere else.  Then open panel.cfg file with a text editor.  Find the [Vcockpit04] section and add the line "gauge09=controls!control_init, 0,0,1,1" at the end of that section.  Make sure the gauge number is one higher than the last entry you find before adding it.  Save your edited panel.cfg as text only, and make sure it is named panel.cfg, not panel.txt.  Then start P3D, load that Baron, and you should find the 3D knobs have defaulted to off.

Thanks to Bert Pieke for this mod.  I have used it in several Carenado models.

 

//--------------------------------------------------------
[Vcockpit04]
Background_color=0,0,0 
size_mm=512,512
visible=0
pixel_size=1024,1024
texture=$Panel_baron_4

gauge00=BT58!Clock,  2,1,338,298
gauge01=BT58!Manifold2,  391,248,120,120
gauge02=BT58!RPM Indicator2,  391,125,120,120
gauge03=BT58!CHT_EGT2,  391,3,120,120
gauge04=BT58!Oil_Temp_Press2,  2,302,120,120
gauge05=BT58!ELT_LIGHT,  194,425,14,14
gauge06=BT58!Fuelflow2,  377,371,132,133
gauge07=BT58!Directional_Gyro,  246,302,128,129
gauge08=BT58!Prop Sync,  210,433,80,77
gauge09=controls!control_init, 0,0,1,1

Thank you very much Frank!!

It worked!! 😄

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.