Jump to content
Sign in to follow this  
Guest armand

Garmin 1000

Recommended Posts

Guest armand

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.

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
Guest 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.

Share this post


Link to post
Share on other sites
Guest armand

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...