|
Thanks to the brillant work of ArturDCS we can use the Saitek/logitek flightPanels in DCSWorld:
Trying to setup the different values to show in the PZ70 panel , like the variometer, IAS, etc,i found dificulty when those values are scaled values in DCS.
To solve the problem i created this formula calculator so the task is now very easy to do.
How to use it:
- First of all you need to know the name of the DCS-BIOS variable you want to show. You can use the DCSFP software to get it.
- Insert the DCS-BIOS variable name and the max value on the form.
- Now you need to know the values of the scales inside DCS. To get those values usually you need to look at mainpanel_init.lua and search for the variable.
- Copy the input values between the {} and paste into the form
- Do the same with the output values. Remember do not copy the {} only the values inside
- Only numeric values are allowed for the input and output
- Click on create formula and if everything is ok, you get your formula ready to paste in DCSflightpanels
Example for the MI8 variometer:
DCS-BIOS value Name: VARIOMETER_L
DCS-BIOS Max value: 65535
DCS Input values: -30, -20, -10, -5, -2, -1, 0, 1, 2, 5, 10, 20, 30
DCS Output values: -1.0, -0.71, -0.43, -0.23, -0.09, -0.05, 0, 0.05, 0.09, 0.23, 0.43, 0.71, 1.0
NOTE: This is the first version so some isues can happen if you dont fill the form correctly.
Let me know how it goes!.
|
|
If you like my work and want to contribute, feel free to donate...
Join the Discord server for support:
|