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.

F1VC.xml - 3D Cockpit Knobs and Keys - tips and tricks

Featured Replies

  • Author

Yup, this is tricky business but you (and we) are making progress!

In the C310, I see the same thing that you do.. In the VC, the HOME button when held down produces the "Hold for Map" indication, but the Map does not appear.  The popup works just fine..

:smile:

Edited by Bert Pieke

Bert

  • Replies 98
  • Views 19k
  • Created
  • Last Reply

Big thanks for this little file. Although I think it really belongs to the reality XP to deal with this non-functioning knobs issue. I have installed the GTN750 to about ten different aircraft and only one was ready to use as it is planned. It was freeware Cessna Soloy(!). All other have to have this vc.xml thing in order to have full functionality. So ask for provisions you who have been here to help us end-users.

7 hours ago, Nurmblitz said:

All other have to have this vc.xml thing in order to have full functionality

Hi,

We're aware of the lack of pre-integration from some 3rd party aircraft vendors and this is especially more painful for you, our customers, knowing we provide the ready-made modeldef.xml file and the documentation necessary for any 3rd party aircraft modeller to do the integration as easily as possible.

It is even simpler if they are already providing another GTN integration because the only work remaining is just changing or adding the new commands (even better) in the 3D model and provide a panel.cfg file (yes it is possible to just code both commands on each buttons and knobs, the other and the RXP, so that the 3D model works with any one directly). 

Such 'addition' to an already GTN-ready aircraft just takes 2 hours for any seasoned modeller...

You might want to lobby 3rd party aircraft vendors and help them make a win-win-win situation out of this (their, your and our win).

Edited by RXP

On 2/18/2020 at 7:41 PM, GerryJ01 said:

I could not find 0x0001FA02 or 0x0001FA04 in the sky337_interior.mdl files, but searching further I found the following:
(M:Event) 'Le������ftDrag'  scmp 0 == if{ 0x0001FA1E (>������L:F1GTNMOUSE, bool)

so I changed it to
(M:Event) 'Le������ftDra_'  scmp 0 == if{ 0x0001FA1E (>������L:F1GTNMOUSE, bool)

Hi,

These are command values for the other GTN units.

The whole set you'd be looking for is:

0x0001FA02: GTN 751 HOME release
0x0001FA04: GTN 751 DTO  release

0x0001FA1E: GTN 752 HOME release
0x0001FA20: GTN 752 DTO  release

0x0001FA3A: GTN 651 HOME release
0x0001FA3C: GTN 651 DTO  release

0x0001FA56: GTN 652 HOME release
0x0001FA58: GTN 652 DTO  release

 

  • 1 month later...

Hi all,

i hope, i'm right in this topic.
I have bougth an RXN GTN 650 and successfully integrate it in the VC of my A2A C182 running on P3Dv4. I have used the f1vc.xml (v2.05) form this topic and edited the MDL for solve the double-click issue.
But one/two things are not working. I can not click on the rotary-knob's to toogle between COM and NAV. All other things (like HOME, DTO, ajust frequenz) working where like a charm.
so, have anyone an idea to get the click on the two rotary-knob'S working? Or does the A2A C182 simply does not have the clickspots for that?

Greetings,

Sascha

Have you tried middle button click? 

I never thought of the middle mouse button, stupid of me 🤦‍♂️ 🤦‍♂️😵
That's how it works, of course, thank you very much 🙂

  • 1 month later...

Here are links to other useful discussions about the F1VC.xml gauge configuration:

 

Hi,

I'am quite unfamiliar those kind of code stuff.

I have read nearly all the posts in this subject but not quite sure the real solution about GTN 750 not working knobs and buttons issue ? (Using A2A C172R)

It will be a big favour for me if somebody can cleary instructs what should I do to fix my problem ? (I have already tried to create XML file and put it in gauges folder but no success )

Thanks a lot for your understandings.  

Faruk IŞIK

 

 

 

  • Author
5 hours ago, Tayyareci said:

Hi,

I'am quite unfamiliar those kind of code stuff.

I have read nearly all the posts in this subject but not quite sure the real solution about GTN 750 not working knobs and buttons issue ? (Using A2A C172R)

It will be a big favour for me if somebody can cleary instructs what should I do to fix my problem ? (I have already tried to create XML file and put it in gauges folder but no success )

Thanks a lot for your understandings.  

I agree that there needs to be a tutorial with step by step instructions.

Stay tuned, I am going to try to put one together.  😉

Bert

Preparation (only once):

Create a new document in notepad, copy/paste the f1vc code posted in this discussion, and save this as "f1vc.xml" in a handy location you'll find easily later.

Update you panels:

Use the RXP Panel Assistant or manually replace/add the GTN to the panel.cfg.

Add the f1vc.xml file (one solution, there could be others):

  1. Browse to your aircraft panel folder and locate the panel.cfg file.
  2. Open the panel.cfg file with notepad, locate the [VCockpit01] section.
  3. In this section, after the last gauge## entry, insert a new gauge## entry and increment ## to the next number, like this for example:

    gauge01=rxpGTN!f1vc,0,0,1,1
     
  4. Save the panel.cfg file.
  5. In your aircraft/panel folder (where there is the panel.cfg), create a subfolder "rxpGTN"
  6. Copy the f1vc.xml file you've saved in a handy location into the "aircraft\panel\rxpGTN" you've created.
  7. Enable the "Use Simulator GPS commands" option in the GTN Settings.

 

Edited by RXP
typo, Bert's addition

It worked nicely. Thanks for the supoort. That was what I ceratinly need.👏

 

 

Faruk IŞIK

 

 

 

  • 1 month later...

This thread is all-in-one actually for proper gtn installation. Took me a while to go through, some comprehension efforts, mistakes and stupid questions before it all sank in. But makes you feel like enlightened when you see your instruments in the cockpit work as expected finally..

Thanks,

Edited by Dirk98

  • 6 months later...

Just wanted to thank Bert and also Jean-Luc for the work through in getting the buttons active. This community is awesome.

 

Cheers Rick

tpewpb-6.png

 

  • 7 months later...

This whole topic does not make sense to me and there is a lot of different comments to go off of. Can you summarize it in a simple way?

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.