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.

C-152 Carb Heat Lever

Featured Replies

So Sorry for the 2nd question of the day but This is the last 2 buttons I need to finish the panels page of my C-152 before attempting to learn how to map the radios 😞 (God Help Me)

I am having some success with this but it seems to be acting a little strange and I don't know enough about the scripting yet to locate the issue. 

I am trying to increase the carb heat by 5% at a time with each button press using an event button. 

(IE:DEICE_ENGINE_1) 0.05 + 1 min (>IE:DEICE_ENGINE_1) 

This pulls the lever out 5% on the first press as I want it to.... but then on the second press it comes all the way out to 100% 

 

Thanks and sorry to be a pain, I will pick this up I'm sure. 

  • Commercial Member

IEs are tricky that way. In many cases, the value you read from an IE is different from the value that you write to it. Which is another reason why I prefer using them as BVars instead.

In this case, when you read the IE you get a value from 0 to 16384 - like a normal event axis. But what you need to write to it is a percentage, 0.0 - 1.0. Observe the IE in the AAO dialog, you will see the values that it yields.

So, you would have to apply some math to this:

(IE:DEICE_ENGINE_1) 16384 / 0.05 + 1 min (>IE:DEICE_ENGINE_1) 

Or... use
1·(>B:DEICE_ENGINE_1_Inc)
1·(>B:DEICE_ENGINE_1_Dec)
instead, which you can assign directly in the StreamDeck actions (event type dropdown has a native B: option too)

Edited by Lorby_SI

LORBY-SI

  • Author

Amazing.

 

Thank you for your patience and support 

2 hours ago, Sanguinus0014 said:

Thank you for your patience and support 

Ditto.

This developer is a model for the industry to follow:

1.Make a good product

2. Support it fully and promptly.

 

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.