Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum
  1. Home
  2. Just Flight
  3. MSFS Products
  4. Black Square Add-Ons
  5. Baron Professional
  6. SEL and CTL buttons on CHRONOMETR

SEL and CTL buttons on CHRONOMETR

Scheduled Pinned Locked Moved Baron Professional
3 Posts 2 Posters 133 Views 1 Watching
  • 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.
  • L Offline
    L Offline
    LeoPilot
    wrote on last edited by
    #1

    I can't configure my yoke with the SEL and CTL buttons on CHRONOMETR. I'm using MFS2020 and FSUIPS 7. Anyone have any ideas? How do I assign them? For example, is it possible to write a script and what data should I use?

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

      The two buttons increment two variables that hold the state of the chronometer. The SEL button increments L:var_yokeChronoMode_L, while CTL increments L:var_yokeTimerMode_L. You will need these variables to wrap from 0-2, which is usually achieved with a modulo operator (percent sign). If your scripts are in RPN, they will look like this:

      (L:var_yokeChronoMode_L, number) 1 + 3 % (>L:var_yokeChronoMode_L, number)
      
      (L:var_yokeTimerMode_L, number) 1 + 3 % (>L:var_yokeTimerMode_L, number)
      

      I hope that helps! Let me know if you have any questions.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        LeoPilot
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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