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.

Non-Linearity Tables in C Gauges

Featured Replies

Hi all,Just starting to make C gauges and have got a question...Are non linearity tables only for use with the MAKE_NEEDLE macro, or can I use them with MAKE_MOVING? If so how?Many thanks,

You can get around that by using ratios. For example, in a VSI;From 0-1000 fpm, each 200 FPM is 10 pixels. 2000 and up, each 200 fpm is 5 pixels.The scale factor in MAKE_MOVING would be 0.05 (10/200).In your callback function;if(val > 0 && val <= 1000) return val;if(val > 1000) return 1000 + (val - 1000) * 0.5

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.