Kril_FC Posted January 25, 2024 Posted January 25, 2024 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? 13900K | 128Gb | RTX 4090 | NVME 2Tb + SSD 512Gb + SSD 240Gb x2 | Warthog+VPC Warbrd | VPC Warbrd rudder pedals | VPC Apache-64 Collective Grip | VPC Rotor TCS Base | WinWing MIP | Pimax Crystal Light | Oculus Quest 3 | Benq 28" 4k x2 | Gametrix JetSeat
LeCuvier Posted January 25, 2024 Posted January 25, 2024 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
Kril_FC Posted January 25, 2024 Author Posted January 25, 2024 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 13900K | 128Gb | RTX 4090 | NVME 2Tb + SSD 512Gb + SSD 240Gb x2 | Warthog+VPC Warbrd | VPC Warbrd rudder pedals | VPC Apache-64 Collective Grip | VPC Rotor TCS Base | WinWing MIP | Pimax Crystal Light | Oculus Quest 3 | Benq 28" 4k x2 | Gametrix JetSeat
LeCuvier Posted January 25, 2024 Posted January 25, 2024 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
Kril_FC Posted January 25, 2024 Author Posted January 25, 2024 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.. 13900K | 128Gb | RTX 4090 | NVME 2Tb + SSD 512Gb + SSD 240Gb x2 | Warthog+VPC Warbrd | VPC Warbrd rudder pedals | VPC Apache-64 Collective Grip | VPC Rotor TCS Base | WinWing MIP | Pimax Crystal Light | Oculus Quest 3 | Benq 28" 4k x2 | Gametrix JetSeat
LeCuvier Posted January 25, 2024 Posted January 25, 2024 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
LeCuvier Posted January 25, 2024 Posted January 25, 2024 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 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
Kril_FC Posted January 26, 2024 Author Posted January 26, 2024 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 13900K | 128Gb | RTX 4090 | NVME 2Tb + SSD 512Gb + SSD 240Gb x2 | Warthog+VPC Warbrd | VPC Warbrd rudder pedals | VPC Apache-64 Collective Grip | VPC Rotor TCS Base | WinWing MIP | Pimax Crystal Light | Oculus Quest 3 | Benq 28" 4k x2 | Gametrix JetSeat
Recommended Posts