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.

danno1502

Members
  • Joined

  • Last visited

  1. Worked like a charm. Thank you! 🙂
  2. I am afraid I have to get back to this as I cant seem to get it to work, even with your code. With your code for MED and LO it works; for MAX not.
  3. Oh dear, this is so simple.. I was so in tunnel vision in regards to the OR operator... Thank you so much for your swift reply!
  4. Oh, I tried this, but didnt get it to work. I believe because I left a space behind the first ||...
  5. Hey there, I am still working on my own stream deck profile for the fenix A320 series. So its seams that in the stream deck plugin I cannot seem to "OR" three values. My "code" as of right now: (L:I_MIP_AUTOBRAKE_MAX_L, number) 1 == (L:I_MIP_AUTOBRAKE_MED_L, number) 1 == (L:I_MIP_AUTOBRAKE_LO_L, number) 1 == || As it stands it returns true if either "..._MAX_..." or "..._LO_..." are 1. Shouldn't that in theory return true if either of those three values are 1? Any help would be much appreciated, Thank you, Danno
  6. Thank you. That is brilliant...!! So simple compared to what I had... much appreciated!
  7. Hey there, thank you for the swift reply. However, that's not entirely what I am looking for. e.g.: BARO_STD_TOGGLE: (L:S_FCU_EFIS1_BARO_STD,·Number)·!·(>L:S_FCU_EFIS1_BARO_STD,·Number)· This one toggles between "STD" or the set QNH. I would like to toggle between "STD" and the current ambient barometric pressure, which is basically what pushing the B key would do. What I came up with is: (L:B_FCU_EFIS1_BARO_STD, number) 1 == if{ (VKD:48-176-66) (SPLIT:100) (VKU:48-176-66) } els{ 1 (>K:FENIX_A3XX-EFIS_Baro_STD) } If B_FCU_EFIS1_BARO_STD = 1 it does emulate a B keystroke (which amongst other actions sets B_FCU_EFIS1_BARO_STD to 0). However, if B_FCU_EFIS1_BARO_STD = 0 the script does not the FENIX_A3XX-EFIS_Baro_STD script. (Needless to say that even if it worked it would not be 100% safe, since the B keystroke only works when MSFS is focused, but I could live with that.)
  8. Hey there, please let me know if you found a solution. I'd like to have a toggle script that either sets the Standard Pressure or sets the ambient pressure (much like the B key would do). Regards, Danno
  9. @Lorby_SI: I was actually 100 percent certain I read that somewhere... now that you said it it makes perfect sense and I got it to work in no time. Thank you so much for the eye opener. Much appreciated.
  10. Hello there, if I understood properly it is not possible to use "and" or "or" in the image definition or text definition in the stream deck plugin's multi gauge. Maybe anyone here has another solution to what I would like to achieve? I currently am working on a Stream Deck profile for the Fenix A320. I would like two of the stream decks button to visualize the state of the thrust levers. It's no problem for all the detends of the thrust levers (e.g. TOGO, ClIMB), since they are full numbers: 0 = FULL Reverse, 1 = IDLE REVERSE, 2 = IDLE,... etc. However, there is also ranges: one of which is that every number below 2 is in the reverse range. No problem to visualize that on the stream deck either. But there is the ATHR range, which ranges from 2 to 3. Does anyone here know of a way how I could set up an Image or Text definition for that? Thank you in advance, Danno

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.