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.

RPM Gauge - combining values

Featured Replies

Hi,I'm trying to combine these two values in the same string. I've tried with & at the end and | "or" at the end as well with the combined amount wrong - and sometimes doubled. What am I doing wrong?The reason for the difference is because when the power is applied the value for the amount changes. 1100 rpm is at idle. I don't want to have 2 gauge needles with one disappearing if possible, also, I need this code for the "tooltip" for the mouse over.Here are the values:(A:General eng1 rpm,RPM) 6.87 / 1100 min (A:General eng1 rpm,RPM) 11.37 / 1100 maxPlease help.Regards,Benny

  • Author

Hi,May be this works:%((A:General eng1 rpm,RPM) 6.87 / 1100 min )%!f!(or%!d!)(spaces)%((A:General eng1 rpm,RPM) 11.37 / 1100 max )%!f!jan

Jan

 

 

 

"Beatus ille qui procul negotiis..."

Hi Jan,The code below worked for the string in the tooltip but I can't figure out how to make it work for the needle on the gauge.Only the last portion of gauge works. Any Ideas?(A:General eng1 rpm,RPM) 6.87 / near 1100 min (A:General eng1 rpm,RPM) 11.37 / near 1100 maxThanks,Benny

  • Author

Hi,Try something like:(A:General eng1 rpm,RPM) 1100 < if{ (A:General eng1 rpm,RPM) 6.87 / } els{ (A:General eng1 rpm,RPM) 11.37 / }Jan"Beatus ille qui procul negotiis..."

Jan

 

 

 

"Beatus ille qui procul negotiis..."

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.