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.

Modifying ATT Hold Angle

Featured Replies

Hey there!I've been searching some code to increase/decrease the angle of the ATT Hold A/P function in a previous post in this forum but found none. Does some one know how to modify the (A:AUTOPILOT PITCH HOLD REF, degrees) and want to share a workable XML code?. Thanks for your replies.Javier

  • Author

Hi Don!Oops, sorry but don't understand C, looks like you have to indicate what is what you want to modify before you can modify the parameter, kind of when you want to change the frequency, you got to indicate which radio you want to retuned.Any how V/S can still be use to get the ATT Hold using the same trigonometry used to calculate the FPA, after all a FPA can be translated to a V/S.JavierPS posted a moment before the reply below, I tought that it doesn't but seems like ATT Hold works.

hi,don't have code here, but these work:SYNC_FLIGHT_DIRECTOR_PITCHand thenAP_PITCH_REF_INC_DNAP_PITCH_REF_INC_UPor something like thattested it years ago, but don't use it anymorewhen time i shalll try to findjan

Jan

 

 

 

"Beatus ille qui procul negotiis..."

Thanks!! I never would have found that. I thought the AP_PITCH_REF_INC u/d were for reference on the Attitude gauge!...Don

hi,It was:(>K:AP_PITCH_REF_SELECT) (>K:SYNC_FLIGHT_DIRECTOR_PITCH)and hereafter(>K:AP_PITCH_REF_INC_DN)and(>K:AP_PITCH_REF_INC_UP)does change the pitch attitude.jan

Jan

 

 

 

"Beatus ille qui procul negotiis..."

  • Author

Hi!Kind of weird you got to indicate you want to change the pitch angle prior to any modification, but well, I suppose it is another kind of parameter. I was thinking in using V/S to make the aircraft climb/dive until the required pitch angle is reached then sync and hold ATT.Don, Jan thanks for taking the time.Javier

This is what xml I got to work this AM. Just a quick test was OK.

<?xml version="1.0" encoding="utf-8"?><Gauge Name="Pitch Hold Toggle" Version="1.0">  <Element>	<Select>	  <Value>(L:PitchHoldDCB, number)</Value>	  <Case Value="0">		<Image Name="F4_AFCS_Switch_Off.bmp" Luminous="no" ImageSizes="22,34" />	  </Case>	  <Case Value="1">		<Image Name="F4_AFCS_Switch_On.bmp" Luminous="no" ImageSizes="22,34" />	  </Case>	</Select>  </Element>  <Mouse>	<Tooltip>%Pitch Hold</Tooltip>	<Area Left="0" Right="22" Top="0" Bottom="10">	  <Cursor Type="Hand" />	  <Click>1 (>L:PitchHoldDCB, number)  (>K:AUTOPILOT_ON)		  (>K:SYNC_FLIGHT_DIRECTOR_PITCH)	  (>K:AP_PITCH_REF_SELECT)	  </Click>	</Area>	<Area Left="0" Right="22" Top="10" Bottom="20">	  <Cursor Type="Hand" />	  <Click>0 (>L:PitchHoldDCB, number)  (>K:AUTOPILOT_OFF)</Click>	</Area>	<Area Left="0" Right="11" Top="20" Bottom="34">	  <Cursor Type="DownArrow" />	  <Click Event="AP_PITCH_REF_INC_DN" />	</Area>	<Area Left="12" Right="22" Top="20" Bottom="34">	  <Cursor Type="UpArrow" />	  <Click Event="AP_PITCH_REF_INC_UP" />	</Area>  </Mouse></Gauge>

I had to fool around with the AP on/off for stand alone gauge, but if you engage AP Alt Hold it switches off. I still need to work on the visible switch change so it turns off with AP and Alt hold also...DonBTW thanks to all for their ideas/input

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.