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.

Regarding fsuipc

Featured Replies

Hello, i am quite familiar with fsuipc, but the one thing i cant figure out is how to properly set it up to pan in the VC with my hat switch on the ch yoke.I disable the default fs controls for my joysticks and have all controld configured through fsuipc, except for the vc.What is the proper way of setting fsuipc to be able to pan while in VC, ALso is there a way to speed up the pan rate, as editing the cfg pan rate to a high value i dont think it would affect the Fsuipc pan speed?Thanks

 Intel I7 12700KF / 32 GB Ram-3600mhz / Windows 11 - 64 bit / NVIDIA GeForce RTX 3060TI / 32" Acer Monitor, Honeycomb alpha/bravo, CH rudder pedals, Tobii 5, Buttkicker, Logitech radio panel. 

  • Commercial Member

You need to read up on the FSUIPC advanced user's guide which describes how to create "offsets" which in turn says basically, if I am in the VC screen I want to pan and when I am in another mode I am getting my typical viewpoints. Has to be manually edited in the FSUIPC.ini file. Can not just be assigned like other buttons. I started programming that but from what I read the fastest it would pan is six FPS which was way to slow for my taste. I did not follow through as I was able to solve another issue which meant I did not have to manually program my hatswitch.If I am reading correctly you are also asking how to change the pan rate in the FS9.cfg file? If so, go to the controls section:[CONTROLS]KBDAIL=64KBDELEV=64KBDRUD=64PAN_RATE=750I have mine usually at 750 or 800. I think default is 400. You can mess around and see what works best for you.Hope that helps,Clutch

Intel i9-12900KF, Asus Prime Z690-A MB, 64GB DDR5 6000 RAM, (3) SK hynix M.2 SSD (2TB ea.), 16TB Seagate HDD, Gigabyte GeForce 5080 RTX, Corsair iCUE H70i AIO Liquid Cooler, UHD/Blu-ray Player/Burner (still have lots of CDs, DVDs!)  Windows 10, (hold off for now on Win11),  EVGA 1300W PSU
Netgear 1Gbps modem & router, (3) 27" 1440 wrap-around displays
Full array of Bravo, Saitek and GoFlight hardware for the cockpit. Varjo and HP VR headsets for mixed reality.

  • Author
You need to read up on the FSUIPC advanced user's guide which describes how to create "offsets" which in turn says basically, if I am in the VC screen I want to pan and when I am in another mode I am getting my typical viewpoints. Has to be manually edited in the FSUIPC.ini file. Can not just be assigned like other buttons. I started programming that but from what I read the fastest it would pan is six FPS which was way to slow for my taste. I did not follow through as I was able to solve another issue which meant I did not have to manually program my hatswitch.If I am reading correctly you are also asking how to change the pan rate in the FS9.cfg file? If so, go to the controls section:[CONTROLS]KBDAIL=64KBDELEV=64KBDRUD=64PAN_RATE=750I have mine usually at 750 or 800. I think default is 400. You can mess around and see what works best for you.Hope that helps,Clutch
Thnaks, I already knew how to speed up the pan rate in cfg file but it wont affect the fsuipc pan rate as i disabaled joystick through fs menu. Maybe ill just use the F1 view utility to pan around then.Thanks for the quick reply.

 Intel I7 12700KF / 32 GB Ram-3600mhz / Windows 11 - 64 bit / NVIDIA GeForce RTX 3060TI / 32" Acer Monitor, Honeycomb alpha/bravo, CH rudder pedals, Tobii 5, Buttkicker, Logitech radio panel. 

Here is part of my FSUIPC.ini section. It will not work w/ your setup unless we have the same JS. Just to give you an Idea. See "FSUIPC Programming for Advanced Users" document for more info. My JS is setup to have 2 "alternate" function switches, tripling the button functions available, just FYI.

[buttons]// Entry#,Button Type,(ALT#1),(ALT#2),JS#,Button#,Command,Opt // HAT VIEWS - PANNING// REPEAT = CR , SINGLE = CP11=CR(-0,11)(-0,8)0,32,C65734,012=CR(-0,11)(-0,8)0,33,C65856,013=CR(-0,11)(-0,8)0,34,C65672,014=CR(-0,11)(-0,8)0,35,C65857,015=CR(-0,11)(-0,8)0,36,C65735,016=CR(-0,11)(-0,8)0,37,C65855,017=CR(-0,11)(-0,8)0,38,C65671,018=CR(-0,11)(-0,8)0,39,C65854,0// HAT VIEWS - LOOK19=CP(+0,11)(-0,8)0,32,C65674,020=CP(+0,11)(-0,8)0,33,C65675,021=CP(+0,11)(-0,8)0,34,C65676,022=CP(+0,11)(-0,8)0,35,C65677,023=CP(+0,11)(-0,8)0,36,C65678,024=CP(+0,11)(-0,8)0,37,C65679,025=CP(+0,11)(-0,8)0,38,C65680,026=CP(+0,11)(-0,8)0,39,C65681,0// HAT VIEWS - LOOK UP27=CP(-0,11)(+0,8)0,32,C66137,028=CP(-0,11)(+0,8)0,33,C66138,029=CP(-0,11)(+0,8)0,34,C66139,030=CP(-0,11)(+0,8)0,35,C66140,031=CP(-0,11)(+0,8)0,36,C66141,032=CP(-0,11)(+0,8)0,37,C66142,033=CP(-0,11)(+0,8)0,38,C66143,034=CP(-0,11)(+0,8)0,39,C66144,0

Hope it helps,Roman

20AUG21_Avsim_Sig.png?dl=1  FS RTWR   SHRS F-111   JoinFS   Little Navmap 
 

 

  • Author
Here is part of my FSUIPC.ini section. It will not work w/ your setup unless we have the same JS. Just to give you an Idea. See "FSUIP Programming for Advanced Users" document for more info. My JS is setup to have 2 "alternate" function switches, tripling the button functions available, just FYI.
[buttons]// Entry#,Button Type,(ALT#1),(ALT#2),JS#,Button#,Command,Opt // HAT VIEWS - PANNING// REPEAT = CR , SINGLE = CP11=CR(-0,11)(-0,8)0,32,C65734,012=CR(-0,11)(-0,8)0,33,C65856,013=CR(-0,11)(-0,8)0,34,C65672,014=CR(-0,11)(-0,8)0,35,C65857,015=CR(-0,11)(-0,8)0,36,C65735,016=CR(-0,11)(-0,8)0,37,C65855,017=CR(-0,11)(-0,8)0,38,C65671,018=CR(-0,11)(-0,8)0,39,C65854,0// HAT VIEWS - LOOK19=CP(+0,11)(-0,8)0,32,C65674,020=CP(+0,11)(-0,8)0,33,C65675,021=CP(+0,11)(-0,8)0,34,C65676,022=CP(+0,11)(-0,8)0,35,C65677,023=CP(+0,11)(-0,8)0,36,C65678,024=CP(+0,11)(-0,8)0,37,C65679,025=CP(+0,11)(-0,8)0,38,C65680,026=CP(+0,11)(-0,8)0,39,C65681,0// HAT VIEWS - LOOK UP27=CP(-0,11)(+0,8)0,32,C66137,028=CP(-0,11)(+0,8)0,33,C66138,029=CP(-0,11)(+0,8)0,34,C66139,030=CP(-0,11)(+0,8)0,35,C66140,031=CP(-0,11)(+0,8)0,36,C66141,032=CP(-0,11)(+0,8)0,37,C66142,033=CP(-0,11)(+0,8)0,38,C66143,034=CP(-0,11)(+0,8)0,39,C66144,0

Hope it helps,Roman

WOW!!!!!!!!!!!!!!i think im bitting more than i can chew :( Thanks for your reply.

 Intel I7 12700KF / 32 GB Ram-3600mhz / Windows 11 - 64 bit / NVIDIA GeForce RTX 3060TI / 32" Acer Monitor, Honeycomb alpha/bravo, CH rudder pedals, Tobii 5, Buttkicker, Logitech radio panel. 

Since you're not doing compound buttons, you could in fact do it right from the FSUIPC dialog. FSUIPC / Buttons & Switches Tab / Move the Hat Sw. to the position you want to program / Select action under "Control sent when button pushed" --- repeat for all buttons. -- Done.Or manually modify the .ini as such ( notes provided )

[buttons]// Entry#,Button Type,JS#,Button#,Control Command,Opt //  8 POSITION HAT VIEWS - PANNING// REPEAT = CR , SINGLE = CP// The 11-18 are the entry numbers, renumber as necessary to fit within any previous [buttons] entries// The 32-39 are the button #s on the joystick hat, they will probably have to be renumbered,// Check calibrate dialog or owners manual for button #s11=CR,0,32,C65734,0  // Pan Up12=CR,0,33,C65856,0  // Pan Right Up13=CR,0,34,C65672,0  // Pan Right14=CR,0,35,C65857,0  // Pan Right Down15=CR,0,36,C65735,0  // Pan Down16=CR,0,37,C65855,0  // Pan Left Down  17=CR,0,38,C65671,0  // Pan Left18=CR,0,39,C65854,0  // Pan Left Up

Roman

20AUG21_Avsim_Sig.png?dl=1  FS RTWR   SHRS F-111   JoinFS   Little Navmap 
 

 

  • Author

thanks , i think im starting to grasp it, much appreciated for the help

 Intel I7 12700KF / 32 GB Ram-3600mhz / Windows 11 - 64 bit / NVIDIA GeForce RTX 3060TI / 32" Acer Monitor, Honeycomb alpha/bravo, CH rudder pedals, Tobii 5, Buttkicker, Logitech radio panel. 

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.