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.

Garmin 1000

Featured Replies

Hello!Does anyone know if it is possible to set the Garmin 1000 map "north up" instead of the default "track up" setting? I have tried to make settings in the menu but with no success thusfar. It seems as though this was one more setting which is available in the real Garmin 1000 but not in the sim version.Armand.

  • Moderator
Hello!Does anyone know if it is possible to set the Garmin 1000 map "north up" instead of the default "track up" setting? I have tried to make settings in the menu but with no success thusfar. It seems as though this was one more setting which is available in the real Garmin 1000 but not in the sim version.Armand.
It is indeed possible, but not without editing the XML script to add that as a feature.Within the <CustomDraw> container, add:
					<CustomDrawParam id="TrackUp" Name="TrackUp">						<Value>(L:NorthUpView,bool)</Value>					</CustomDrawParam>

Then somewhere within the <Mouse> section, add a routine to set the value of your custom (L:NorthUpView,bool) variable to either zero or one...Set to True (1) if the map should be drawn with the track of the aircraft facing up. False (0) gives North facing up.

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator
It is indeed possible, but not without editing the XML script to add that as a feature.Within the <CustomDraw> container, add:
					<CustomDrawParam id="TrackUp" Name="TrackUp">						<Value>(L:NorthUpView,bool)</Value>					</CustomDrawParam>

Then somewhere within the <Mouse> section, add a routine to set the value of your custom (L:NorthUpView,bool) variable to either zero or one...Set to True (1) if the map should be drawn with the track of the aircraft facing up. False (0) gives North facing up.

Dear Mr. Bill,Thank you very much for your reply. I have never tried to make a script writing so far. Here is what I have done:-set up SDK and its new version sp2;-found the following line: C:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\SimObject Creation Kit\Panels and Gauges SDKNow, please tell me which file I should open next and where exactly on the script page I should add your solution. It seems so complicated for a newbie.Best regards. Armand

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.