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. [BUG] Electric trims works without power applied

[BUG] Electric trims works without power applied

Scheduled Pinned Locked Moved TBM 850
2 Posts 2 Posters 187 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.
  • G Offline
    G Offline
    glideslope
    wrote on last edited by
    #1

    Minor thing but still a bit of immersion killer... all trims are working without any power applied. Tested fully off, BAT and crashbar off....
    I thought this was a sim limitation but I've recently found that this was done for the King Air. It could be nice to port over to here too.

    1 Reply Last reply
    0
    • RandolfR Offline
      RandolfR Offline
      Randolf
      wrote on last edited by
      #2

      These are the expressions I use in FSUIPC to handle trims. They account for electric power (so they even stop working when you pull the respective fuse) and for the AP/Trims switch. And you can change the rate at which the trims move to suit your taste. Can be adapted for use in other software like Spad, etc.

      Created with help from other forum members here https://community.justflight.com/topic/5517/trim-key-bindings-work-when-they-shouldn-t

      The calculations could be probably simplified, but are the result of iterative development till I got something that worked and stopped there :)

      BSTBMElevatorTrimInc#6 (A:1:CIRCUIT CONNECTION ON:5, Bool) (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 12 > and (L:BKSQ_AutopilotMasterSwitch) 0 > and if{ (A:ELEVATOR TRIM PCT, Percent) 163.83 * 32 + 16383 min (>K:ELEVATOR_TRIM_SET) }
      BSTBMElevatorTrimDec#6 (A:1:CIRCUIT CONNECTION ON:5, Bool) (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 12 > and (L:BKSQ_AutopilotMasterSwitch) 0 > and if{ (A:ELEVATOR TRIM PCT, Percent) 163.83 * 32 - -16383 max (>K:ELEVATOR_TRIM_SET) }
      BSTBMAileronTrimRight#6 (A:1:CIRCUIT CONNECTION ON:6, Bool) (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 12 > and (L:BKSQ_AutopilotMasterSwitch) 0 > and if{ (A:AILERON TRIM PCT, percent) 0.1 + 163.83 * 16383 min -16383 max (>K:AILERON_TRIM_SET_EX1) }
      BSTBMAileronTrimLeft#6 (A:1:CIRCUIT CONNECTION ON:6, Bool) (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 12 > and (L:BKSQ_AutopilotMasterSwitch) 0 > and if{ (A:AILERON TRIM PCT, percent) 0.1 - 163.83 * 16383 min -16383 max (>K:AILERON_TRIM_SET_EX1) }
      BSTBMRudderTrimRight#6 (A:1:CIRCUIT CONNECTION ON:7, Bool) (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 12 > and (L:BKSQ_AutopilotMasterSwitch) 0 > and if{ (A:RUDDER TRIM PCT, percent) 0.2 + 163.83 * 16383 min -16383 max (>K:RUDDER_TRIM_SET_EX1) }
      BSTBMRudderTrimLeft#6 (A:1:CIRCUIT CONNECTION ON:7, Bool) (A:ELECTRICAL MAIN BUS VOLTAGE:6, Volts) 12 > and (L:BKSQ_AutopilotMasterSwitch) 0 > and if{ (A:RUDDER TRIM PCT, percent) 0.2 - 163.83 * 16383 min -16383 max (>K:RUDDER_TRIM_SET_EX1) }
      
      1 Reply Last reply
      1
      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