• Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum

Looking for some Turbine Duke Control Variables

Scheduled Pinned Locked Moved Piston & Turbine Dukes
4 Posts 3 Posters 239 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RPGamerous
    wrote on last edited by
    #1

    Hi, and thanks for the fantastic plane!

    I recently got a macro pad keyboard/controller that has some rotary "knobs" on it that actually send button presses. With the help of Axis and Ohs, which I'm very new to, I've been able to get the knobs to work on a variety of planes. However, I haven't been able to bind them to the altitude selector knobs on the Century autopilot. I'm using the variables AP_ALT_VAR_DEC and AP_ALT_VAR_INC, which have worked on every other plane so far, but have no effect on the Duke. Can anyone point me in the direction of the correct variables, or how to find them? I scanned the manual a couple times and didn't see anything different - but I'm also terrible at seeing things that are right in front of my eyes.

    Thanks,
    Derek

    1 Reply Last reply
    0
  • Black SquareB Offline
    Black SquareB Offline
    Black Square Black Square Developer
    wrote on last edited by
    #2

    Hi Derek,

    I just checked the code, and I'm using the same events as you, so I would expect them to work. Are you passing a value with that event, such as to increment by 100ft or 1000ft? I don't know if it will work without a value, but it may.

    1 Reply Last reply
    0
  • R Offline
    R Offline
    RPGamerous
    wrote on last edited by
    #3

    Thanks, that's exactly it. The other planes I've set it up for so far work fine without passing a value - they simply increment/decrement by 100. For the Duke a value needs to be passed. Thanks so much for your reply.

    1 Reply Last reply
    0
  • DrZGardD Offline
    DrZGardD Offline
    DrZGard
    wrote on last edited by
    #4

    The event.txt file in FSUIPC uses this:
    AP_Century_IV_Pitch_DOWN#(L:var_AP_PitchKnob) 0.5 + 14.5 min (>L:var_AP_PitchKnob)
    AP_Century_IV_pitch_UP#(L:var_AP_PitchKnob) 0.5 - -14.5 max (>L:var_AP_PitchKnob)

    1 Reply Last reply
    0

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users