#Odd Behavior - MCDU Keypad

1 messages · Page 1 of 1 (latest)

modest shard
#

Using the hubhop presets, PUSH_ANIM_1_*, the characters sometimes disappear within a second of the press. It is somewhat random in nature, but it can be repeated within 30 seconds.

crystal spire
#

Please always specify simulator and aircraft.

modest shard
#

MSFS 2020, A32NX.

#

It's every other press of the character, for example: Press A, it disappears within 2 seconds. Hit A again, it stays.

crystal spire
#

Which preset?

modest shard
#

Any A-Z at the moment.

#

I'll list the specific

#

1 (>L:A32NX_MCDU_PUSH_ANIM_1_T) (>H:A320_Neo_CDU_1_BTN_T)

#

As an example.

crystal spire
#

Which version of the FBW A32NX?

modest shard
#

Latest dev, 082cf1b.

#

I also created a few buttons that weren't on hubhop. Arrows.

#

I think it's the logic in my "CLR" button.

#

1 (>L:A32NX_MCDU_PUSH_ANIM_1_CLR)
(E:SIMULATION TIME, second) 1 + (>L:A32NX_MCDU_CLR_MinReleaseTime)
1 (>L:A32NX_MCDU_CLR_Pressed)
(>H:A320_Neo_CDU_1_BTN_CLR)

#

It's passing the logic to the next pressed button

crystal spire
modest shard
#

User error. I'll try that now.

crystal spire
#

CLR has short and long press

modest shard
#

I had originally listed it, but then I started creating release events for subsequent keys. Noticing I didn't need them, I audited any button with a release event and removed them. CLR was obviously one of them. Human error.

#

Thanks!

#

Issue resolved.