Jump to content

DCS BIOS f18 brake lever


ponch17

Recommended Posts

hello

 

I need some people with more eperience in DCS bios than me ...

 

I try to work with the Brake / Emergency brake lever

2 function pull and rotate

 

I set 2*(2pos switch) 1 for each function

 

I add this for pull

DcsBios::Switch2Pos emergencyParkingBrakeRotate("EMERGENCY_PARKING_BRAKE_ROTATE", 48);

and this for rotation

DcsBios::Switch2Pos emergencyParkingBrakePull("EMERGENCY_PARKING_BRAKE_PULL", 49);

 

on the bios all look good when I push pull it goes to 1 when I release back to 0

same for rotary

 

So inside the game

the pull function goes well rotaty function too

 

But when I set to emergency brake so rotate and pull lever goes into right position but I can relese it if i set both switch to 0 it still on emergency position I need to use mouse or keybord

 

So I want maybe try to connect pos 0and 1 of the rotary switch to set 0 on a pin but I don t know how can I do that

 

maybe this one

 

const byte emergencyParkingBrakeRotatePins[2] = {PIN_0, PIN_1};

DcsBios::SwitchMultiPos emergencyParkingBrakeRotate("EMERGENCY_PARKING_BRAKE_ROTATE", emergencyParkingBrakeRotatePins, 2);

 

but when I try to use it I get an error message

 

 

----------------

 

/* BRAKE SYSTEM /

*/

DcsBios::Switch2Pos emergencyParkingBrakeRotate("EMERGENCY_PARKING_BRAKE_ROTATE", 48);

DcsBios::Switch2Pos emergencyParkingBrakePull("EMERGENCY_PARKING_BRAKE_PULL", 49);

 

const byte emergencyParkingBrakeRotatePins[2] = {48, 44};

DcsBios::SwitchMultiPos emergencyParkingBrakeRotate("EMERGENCY_PARKING_BRAKE_ROTATE", emergencyParkingBrakeRotatePins, 2);

----------------------

 

error:

exit status 1

conflicting declaration 'DcsBios::SwitchMultiPos emergencyParkingBrakeRotate'

 

Thanks for your help

Link to comment
Share on other sites

ok

 

so it's not clear for me well

and even if I use it with the keyboard I don t really understand how it s supposed to work

 

I mean

 

normal brake is how ?? pull the lever or rotate and pull ??

 

because is I pull only I feel like nothing is braking .. ?

Link to comment
Share on other sites

Normal is rotate anti-clockwise to the vertical then a long pull, emergency is rotate clockwise then a short pull. Jet starts off with normal pbrake pulled.

 

For me everything works except releasing the normal pbrake.

Link to comment
Share on other sites

  • 11 months later...
  • 8 months later...

Anyone found a solution for this one. Still struggling with it in end of 2020 🙂

  • Like 1

i9-9900K @ 5.1GHz | MSI Ventus 3X OC RTX3090 24GB | 64GB 3200MHz DDR4 | Asus ROG Strix Z390-E | Asus Xonar DGX 5.1 Sound Card | Virpil T50CM2 base w/ F/A-18C / A-10C / Virpil T50CM2 Grip | WinWing Super Taurus Throttle | MFG pedals | TekCreations Hornet UFC, Landing Panel, Right Console | WinWing Hornet Combat Ready Panel | Buddy Fox UFC | Foxx Mount | 3 x TM Cougar MFD | HP Reverb G2 | Wacom Intuos S (with VRK) | Honeycomb Alpha Yoke | Thrustmaster Warthog HOTAS | CH Fighter Stick Pro & Throttle | MS Sidewinder 2 FFB | Track IR 5 | Oculus Rift CV1

善く戦う者は、まず勝つべからざるを為して、以て敵の勝つべきを待つ。

Link to comment
Share on other sites

  • Recently Browsing   0 members

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