Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hjet Throttles in MSFS2024

Featured Replies

Seems everything works in the FS2024 version of the Honda Jet except the script for the throttles. Anyone have AAO and the Hjet talking to each other using script or variable?

TIA

-J

13700KF | RTX 4090 @ 1440 | 64GB DDR5 | 2 x 1TB SSDs | 1TB M.2 NVMe

  • Commercial Member

I only got this to work with scripts. Assuming that we are talking about the "mg hjet ha420"

Left:
Script Group: "HJet"
Script Title: "ThrottleL"
Script Code: 
(L:HJet-ThrottleL)·d·(>L:HA420_ThrottlePos_L,·Number)·50·-·2·*·163.84·*·16384·/·(>L:THROTTLE1_SET,·Number)
Axis Min = 0
Axis Max = 100
Rounding = Int
 

The idle point is at "50". I would suggest to either create a software detent in that location or to use two assignments with different ranges (one goes from 50 to 100, the other from 0 to 50 for the reversers)

Same for the second engine
Script Group: "HJet"
Script Title: "ThrottleR"
Script Code: 
(L:HJet-ThrottleR)·d·(>L:HA420_ThrottlePos_R,·Number)·50·-·2·*·163.84·*·16384·/·(>L:THROTTLE2_SET,·Number)
Axis Min = 0
Axis Max = 100
Rounding = Int

Note that these scripts are using their script variables (in this case the first LVar in the code). If you change group name or title you have to rename the script variable accoringly, or it won't work.

 

Edited by Lorby_SI

LORBY-SI

  • Author
On 2/20/2026 at 3:25 PM, Lorby_SI said:

the other from 0 to 50 for the reversers)

What reversers? Are we thinking of the FlightFX Citation X not the Hjet?

I got the throttles working with these scripts (which I probably got from you years ago for the 2020 version of the Hjet.)

(L:Honda-ThrottleOne)·100·/·(>L:THROTTLE1_SET,·Number)

(L:Honda-ThrottleTwo)·100·/·(>L:THROTTLE2_SET,·Number)

for the left and right engines respectively.

Min=0, Max=100, Rounding=Int on both engines.

Thanks for your reply.

-J

13700KF | RTX 4090 @ 1440 | 64GB DDR5 | 2 x 1TB SSDs | 1TB M.2 NVMe

  • Commercial Member
29 minutes ago, Twenty6 said:

What reversers? Are we thinking of the FlightFX Citation X not the Hjet?

The model that these scripts were made for is mentioned at the beginning of my post: "mg hjet ha420"

When looking at the behavior code, I only noticed that there is "something" below the idle point. If it isn't reversers, it is probably cut off? I wouldn't know, I don't have the time to look too closely at those aircraft, let alone fly one in the sim.

Edited by Lorby_SI

LORBY-SI

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.