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.

INI BUILDS A321 LR FCU BUTTONS PUSH/PULL

Featured Replies

This pulls the spd button

(>IE:INSTRUMENT_FCU_SPD_PULL)

The problem is that it stays pulled and does not go back to the "neutral" position.  I have tried a number of things but to no avail.  Any ideas? 

It seems that when using the mouse, the pull happens on the down click and the release to neutral on the mouse release.  If that helps. 

Edited by Crabby

AAL??? Mark "Crabby"  Crabtree

logo_130208.png

 

  • Commercial Member
1 hour ago, Crabby said:

This pulls the spd button

(>IE:INSTRUMENT_FCU_SPD_PULL)

The problem is that it stays pulled and does not go back to the "neutral" position.  I have tried a number of things but to no avail.  Any ideas? 

It seems that when using the mouse, the pull happens on the down click and the release to neutral on the mouse release.  If that helps. 

The value is missing. The value that you send to an IE is very important.

Without knowing the required value(s) I'm just guessing - for starters I would assign

1 (>IE:INSTRUMENT_FCU_SPD_PULL)
to the Key down

and 

0 (>IE:INSTRUMENT_FCU_SPD_PULL)
to the Key up.

Something like that.

 

Edited by Lorby_SI

LORBY-SI

  • Commercial Member
1 hour ago, Crabby said:

This pulls the spd button

(>IE:INSTRUMENT_FCU_SPD_PULL)

The problem is that it stays pulled and does not go back to the "neutral" position.  I have tried a number of things but to no avail.  Any ideas? 

It seems that when using the mouse, the pull happens on the down click and the release to neutral on the mouse release.  If that helps. 

Forget what I wrote above. Looking at the behavior code, there is no way to reset this knob. They have bound the mouse button press and release to an O: variable, which are specific to the actual component object - they cannot be accessed from the outside.

That being said, this is just a visual issue, not a functional one. The animation isn't reset, but that's all that happens from what I can tell. You can even still turn the knob.

Edited by Lorby_SI

LORBY-SI

  • Author

I was thinking it was something like that.  I played with all the numbers like you first suggested, guess I should have said that.  

Now I am trying to figure out the increase and decrease for the actual speed, altitude and heading and v/s numbers.  I wish developers would stop getting cute with their coding.  Makes everything a pain in the word not allowed.  

AAL??? Mark "Crabby"  Crabtree

logo_130208.png

 

  • Commercial Member
1 hour ago, Crabby said:

I was thinking it was something like that.  I played with all the numbers like you first suggested, guess I should have said that.  

Now I am trying to figure out the increase and decrease for the actual speed, altitude and heading and v/s numbers.  I wish developers would stop getting cute with their coding.  Makes everything a pain in the word not allowed.  

When there is an IE, it can often also be accessed as a BVar. Those might be more convenient. The BVar has the same name with a "do-word" at the end. You can see them in the behavior code too, using Ctrl-G

1 (>B:INSTRUMENT_FCU_SPD_Knob_Inc)
1 (>B:INSTRUMENT_FCU_SPD_Knob_Dec)

1 (>B:INSTRUMENT_FCU_HDG_Knob_Inc)
1 (>B:INSTRUMENT_FCU_HDG_Knob_Dec)

1 (>B:INSTRUMENT_FCU_ALT_Knob_Inc)
1 (>B:INSTRUMENT_FCU_ALT_Knob_Dec)

1 (>B:INSTRUMENT_FCU_VS_Knob_Inc)
1 (>B:INSTRUMENT_FCU_VS_Knob_Dec)

You can enter them manually on the Button assignment dialogs too, by switching the green slider to MAN

 

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.