Jump to content

WinWing MIP encoder CW/CCW binding


Recommended Posts

I have winwing MIP and want to bind encoders for clockwise\counterclockwise movement as selectors for steerpt\page knobs, but in key bindings there is no such option, is there a solution?  

I7 13900K | 128Gb | RTX 4090 | NVME 2Tb + SSD 512Gb + SSD 240Gb x2 | Warthog+VPC Warbrd+VPC Warbrd rudder pedals | WinWing MIP | Oculus Quest 3 | Benq 28" 4k x2 | Gametrix JetSeat

Link to comment
Share on other sites

They are available under category "UFC".
There are bindings for all the rocker switches. e.g. "UFC STEER DOWN/UP" for steerpoints and "UFC DATA DOWN/UP" for pages.

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

Link to comment
Share on other sites

39 минут назад, LeCuvier сказал:

They are available under category "UFC".
There are bindings for all the rocker switches. e.g. "UFC STEER DOWN/UP" for steerpoints and "UFC DATA DOWN/UP" for pages.

I mean this knobs

Screenshot 2024-01-25 184130.jpg

I7 13900K | 128Gb | RTX 4090 | NVME 2Tb + SSD 512Gb + SSD 240Gb x2 | Warthog+VPC Warbrd+VPC Warbrd rudder pedals | WinWing MIP | Oculus Quest 3 | Benq 28" 4k x2 | Gametrix JetSeat

Link to comment
Share on other sites

I get it; you are referring to the multi-position switches on the Auxiliary Avionics Panel.
This is a multi-position switch that has no "hooks" for creating incremental commands.

However, I was able to create axis commands for both. The Page Select axis for example will set the knob to distinct positions with values from 0.0 to 0.3 as shown below:
Value   Position
0.0       Other
0.1        Position
0.2       Steer
0.3       Waypt

Maybe the WinWing MIP could be programmed to provide analog values per above?

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

Link to comment
Share on other sites

1 час назад, LeCuvier сказал:

Maybe the WinWing MIP could be programmed to provide analog values per above?

Good idea! i try later with axis. Initially i talk about "clicky" encoders, they working like buttons when rotate it left or right, maybe someone have solution. I read post about adding new buttons for binding in LUA config files, and there is solution, but it's very complicated for me..

I7 13900K | 128Gb | RTX 4090 | NVME 2Tb + SSD 512Gb + SSD 240Gb x2 | Warthog+VPC Warbrd+VPC Warbrd rudder pedals | WinWing MIP | Oculus Quest 3 | Benq 28" 4k x2 | Gametrix JetSeat

Link to comment
Share on other sites

58 minutes ago, Kril_FC said:

Good idea! i try later with axis. Initially i talk about "clicky" encoders, they working like buttons when rotate it left or right, maybe someone have solution. I read post about adding new buttons for binding in LUA config files, and there is solution, but it's very complicated for me..

I have created and published a lot of new bindings and I know how to use info from "clickabledata.lua". But I have never seen anybody create CW/CCW commands from a multi-position switch. We cannot change the software logic by lua editing.

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

Link to comment
Share on other sites

1 hour ago, Kril_FC said:

Good idea! i try later with axis..

I added these lines to the "axisCommands" section of the "default.lua" to create axis bindings for the two knobs:

-- HWF Addition
{action = device_commands.Button_4, cockpit_device_id = devices.AAP, name = _('AAP Page Select Knob Axis')},
{action = device_commands.Button_1, cockpit_device_id = devices.AAP, name = _('AAP Use Steerpoint Knob Axis')},
-- End Addition

 

  • Like 1

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

Link to comment
Share on other sites

I added these lines to the "axisCommands" section of the "default.lua" to create axis bindings for the two knobs:
-- HWF Addition{action = device_commands.Button_4, cockpit_device_id = devices.AAP, name = _('AAP Page Select Knob Axis')},{action = device_commands.Button_1, cockpit_device_id = devices.AAP, name = _('AAP Use Steerpoint Knob Axis')},-- End Addition

 


Thank you!


Sent from my iPhone using Tapatalk

I7 13900K | 128Gb | RTX 4090 | NVME 2Tb + SSD 512Gb + SSD 240Gb x2 | Warthog+VPC Warbrd+VPC Warbrd rudder pedals | WinWing MIP | Oculus Quest 3 | Benq 28" 4k x2 | Gametrix JetSeat

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...