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. TBM 850
  6. Trim key bindings work when they shouldn't

Trim key bindings work when they shouldn't

Scheduled Pinned Locked Moved TBM 850
3 Posts 2 Posters 321 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.
  • RandolfR Offline
    RandolfR Offline
    Randolf
    wrote on last edited by
    #1

    On the Black Square TBM 850 v0.1.0, when I pull the relevant circuit breaker, I'm still able to use controller buttons bound to aileron trim left/right to set trim, but trim rocker in the virtual cockpit stops working as expected. Same for other (elevator, rudder) trim controls.
    Is there a better way for external trim control, that will use the same logic as the VC trim controls?
    Or is there a way to query for power to the trim system (an LVar maybe?) that would allow me to implement my own logic for the controller bindings?
    I have to note that this is a very minor issue for me, I'm enjoying the TBM very much :)

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Ape42
      wrote on last edited by
      #2

      Yes, there is a way. But you do need additional software like Axis And Ohs, spad.next, MobiFlight, ... to mimic the correct behavior.

      All trimming depends on connection of a circuit to bus 6 (BUS3). PitchTrim (Circuit 5), AileronTrim (Circuit 6) RudderTrim (Circuit 7). All of them need enough voltage on bus 6 too.

      You do check the connection with:
      6 (>A:BUS LOOKUP INDEX, Number) (A:CIRCUIT CONNECTION ON:5, Bool)
      6 (>A:BUS LOOKUP INDEX, Number) (A:CIRCUIT CONNECTION ON:6, Bool)
      6 (>A:BUS LOOKUP INDEX, Number) (A:CIRCUIT CONNECTION ON:7, Bool)

      and the voltage with
      (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 22 >

      The complete code for Pitch Trim would be
      6 (>A:BUS LOOKUP INDEX, Number) (A:CIRCUIT CONNECTION ON:5, Bool)
      (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 22 > and if{
      ...
      }

      I've written scripts for Axis And Ohs which are implementing this behavior. You can find them here:
      https://flightsim.to/file/61922/blacksquare-tbm-850-scripts-for-lorby-s-axis-and-ohs-aao

      RandolfR 1 Reply Last reply
      1
      • A Ape42

        Yes, there is a way. But you do need additional software like Axis And Ohs, spad.next, MobiFlight, ... to mimic the correct behavior.

        All trimming depends on connection of a circuit to bus 6 (BUS3). PitchTrim (Circuit 5), AileronTrim (Circuit 6) RudderTrim (Circuit 7). All of them need enough voltage on bus 6 too.

        You do check the connection with:
        6 (>A:BUS LOOKUP INDEX, Number) (A:CIRCUIT CONNECTION ON:5, Bool)
        6 (>A:BUS LOOKUP INDEX, Number) (A:CIRCUIT CONNECTION ON:6, Bool)
        6 (>A:BUS LOOKUP INDEX, Number) (A:CIRCUIT CONNECTION ON:7, Bool)

        and the voltage with
        (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 22 >

        The complete code for Pitch Trim would be
        6 (>A:BUS LOOKUP INDEX, Number) (A:CIRCUIT CONNECTION ON:5, Bool)
        (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 22 > and if{
        ...
        }

        I've written scripts for Axis And Ohs which are implementing this behavior. You can find them here:
        https://flightsim.to/file/61922/blacksquare-tbm-850-scripts-for-lorby-s-axis-and-ohs-aao

        RandolfR Offline
        RandolfR Offline
        Randolf
        wrote on last edited by
        #3

        @ape42 wow, thank you, this is exactly what I was hoping for!

        1 Reply Last reply
        0
        • RandolfR Randolf referenced this topic on
        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