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.

More convenient location for Pitch Control

Featured Replies

It can be a nuisance to reach down to the bottom of the panel to adjustthe Pitch on the autopilot.. so I've been looking for a spot where I could puta "remote" UP/DOWN wheel.Best I've been able to find is the left side of the ADF radio, to the left of thedisplay read-out. That is conveniently close to the autopilot, but kind of small..As I said, best I've been able to find. If you can locate a better spot - that works,please post!Here is a little xml gauge "PC1.xml" that will do the trick - mouse wheel only!I positioned it in the panel.cfg right below my AutopilotHelper gauge,but you could put it in a popup window:[Vcockpit01]......gauge04=RadioC337!RadioAdf, 0,294,300,75gauge05=CCTTS!GEM6, 297,0,214,211gauge06=MyGauges!AH1, 0,0,1,1gauge07=MyGauges!PC1,20,294,40,75here is the gaugeEdited: (and yes, you do need a little "blank.bmp" bitmap, 10X10 all black is fine, in your MyGauges folder):

<Gauge Name="PC1" Version="1.1."><!-- Pitch UP/DOWN wheel for C337--><Image Name="blank.bmp" /><Mouse>	  <Cursor Type="Hand"/>	  <Click Kind="WheelUp + WheelDown" >	 (M:Event) 'WheelUp' scmp 0 == if{		 (A:Autopilot Master,bool) if{		 (A:AUTOPILOT ALTITUDE LOCK,bool)  if{		 (A:Autopilot Nav1 Lock,bool) (>L:NAV337,bool)		 (A:Autopilot Heading Lock,bool) (>L:HDG337,bool)		 (>K:AP_ATT_HOLD_ON)  		 (L:NAV337,bool) 0 != if{ 0 (>K:AP_NAV1_HOLD_ON) }		 (L:HDG337,bool) 0 != if{ 0 (>K:AP_HDG_HOLD_ON) } }		 (>K:AP_PITCH_REF_INC_DN)		 (>K:AP_PITCH_REF_INC_DN) } }	  (M:Event) 'WheelDown' scmp 0 == if{		 (A:Autopilot Master,bool) if{		 (A:AUTOPILOT ALTITUDE LOCK,bool)  if{		 (A:Autopilot Nav1 Lock,bool) (>L:NAV337,bool)		 (A:Autopilot Heading Lock,bool) (>L:HDG337,bool)		 (>K:AP_ATT_HOLD_ON)  		 (L:NAV337,bool) 0 != if{ 0 (>K:AP_NAV1_HOLD_ON) }		 (L:HDG337,bool) 0 != if{ 0 (>K:AP_HDG_HOLD_ON) } }		 (>K:AP_PITCH_REF_INC_UP)		 (>K:AP_PITCH_REF_INC_UP) } }	  </Click></Mouse></Gauge>

Bert

  • Author

BTW, if you make the "blank.bmp" dark grey instead of black, itwill give you a visible click-spot which helps in positioning the mouse pointer.Here is a dark grey color (28,28,28) instead of black (0,0,0).Or, you can substitute any bitmap for that matter..Also, if you would like the spot to only show up when the AP is on,substitute the following for the Image Name line:

<Element><Visible>(A:Autopilot Master,bool)</Visible><Image Name="blank.bmp" /></Element>

Bert

HOTAS is easier!

-Iain Watson-

  • Author

If you have spare buttons on your Yoke or Joystick,that could be the way to go.. although I do not see what you would assignso that you can change from Autopilot hold to Pitch up (or Down)..How would you do that?

Bert

thanks Bert, always amazed at your little add-ons that make life so much easier.

I was hoping you could help programme that for me! But this is a fine solution, I will try it soon.

-Iain Watson-

I just added this to mine and it is a great little gadget. Thanks Bert.Ray

When Pigs Fly . Ray Marshall .

  • 2 months later...

Thanks for this fix Bert, works great.

missionhangerlogo01.jpg
  • 1 month later...
If you have spare buttons on your Yoke or Joystick,that could be the way to go.. although I do not see what you would assignso that you can change from Autopilot hold to Pitch up (or Down)..How would you do that?
Hi Bert. I have not tried this as yet as I have only just purchased the C337 last Monday, but you could try this out :
>>
<<
I have not even tried it in the J41 either. I will try it at some stage though as I do have two buttons free.I hope this helps.Cheers ... Pete.

Cheers -- Peter Edrupt

pmdg_j41_banner.jpg

  • Author

Hi Pete, that probably would work...However, I've got all my buttons in use, so this would not be the solution for me..

Bert

  • 2 months later...

Very nice cause I'm very lazy and hate leaning over! Thanks Bert for another cool mod.

 

I'd really like to configure the AP pitch to my yoke switches however I can't seem to get "Autopilot pitch ref (down)" and "Autopilot pitch ref(up)" in the button key assignments to ever work. Any ideas on that?

Intel i7 10700K | Asus Maximus XII Hero | Asus TUF RTX 3090 | 32GB HyperX Fury 3200 DDR4 | 1TB Samsung M.2 (W11) | 2TB Samsung M.2 (MSFS2020) | Arctic Liquid Freezer II 280mm AIO | 43" Samsung Q90B | 27" Asus Monitor

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.