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.

Fun with an AMI (not!)

Featured Replies

(XML question) I'm stuck again. I can't get an autopeter mach hold bug to work to save my life. I have the autopeter airspeed hold bug working fine, and I can get the results I'm looking for in a string, but I just can't get the mach bug (does that mean I'm slow? *grin?*) in a value, ...help?

OK give me a little leeway here... Been out having cocktails and a little, well, juiced. If you are trying to make a bug to display on an ASI ( as related to MACH ) this is how I made it work.. Though, there may be a few that disagree that this is not the "proper" way to do it. It seems to work at 99.99% compatibility.Its all ratio/proportioncurrent airspeed / current mach = current IAS speed bug / current MACH bug ( as related to IAS on a ASI )If in SPEED mode leave the ASI bug calculations alone.If in MACH mode tell the ASI that you're in such a mode and then run the above calulation to display the output of the above as "current IAS speed bug" with "current MACH bug" being inputted as the Autopilot MACH input value. Hope it helps AND/OR if you think it may and still have problems I could dig up some code if deemed necessary. Regards,Roman(KGRB)http://home.new.rr.com/spokes2112/images/Image2.gif

20AUG21_Avsim_Sig.png?dl=1  FS RTWR   SHRS F-111   JoinFS   Little Navmap 
 

 

  • Author

Well, my real problem is I still can't get my head around RPN.This works....(A:AUTOPILOT AIRSPEED HOLD VAR, knots) (A:AIRSPEED INDICATED, knots) - This doesn't...(A:AUTOPILOT MACH HOLD VAR,machs) (A:AIRSPEED MACH, machs) -

"mach" not "machs"? Even "number" might do.Arne Bartels

  • Author

>"mach" not "machs"? Even "number" might do.>Arne BartelsNo go with either of those variations. ("machs" (plural) works for the actual gauge. But this bug is really bugging me! *grin?*)

  • Author

I'm still stuck. Does anyone have a working ap mach bug? Does it work at all in FS9?

Hi,May be you are looking for something else, but this is what I use for the Speed - and Mach Bugs:(L:IasMachselect,bool) ! (A:Autopilot airspeed hold var, knots)(L:IasMachselect,bool)(A:AUTOPILOT MACH HOLD VAR,mach)Hope it helps you a little bit,Jan"Beatus Ille Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

  • Author

Here's the direction I've been trying to go...This works fine...(A:AUTOPILOT AIRSPEED HOLD VAR, knots) (A:AIRSPEED INDICATED, knots) - But this doesn't work at all...(A:AUTOPILOT MACH HOLD VAR, mach)(A:AIRSPEED MACH, mach) - These are both overlaying vertical tape mach/airspeed indicators.

Hi,That seems to be a slow/fast indicator? I use:(L:ms,enum) 1 == if{ (A:AUTOPILOT MACH HOLD VAR,mach) (A:Airspeed mach, mach) - 500 * } els{ (A:Autopilot airspeed hold var, knots) (A:Airspeed select indicated or true, knots) - } So may be for you it works too:(A:AUTOPILOT MACH HOLD VAR,mach)(A:AIRSPEED MACH, mach) - 500 *(or 1000 *, or another appropiate factor)Jan"Beatus Ille Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

  • Author

No, actually the airspeed and mach holds run from zero to acft max, on their respective tapes.I am completely at a loss. In a string, the equation gives proper readings, but in a value, I get zero movement of the bug.

I am just a beginner with gauges. I can't help but notice that in the other examples the maximum value for the mach number is Maximum="1". Myabe your Maximum=".17" is a little too small for the bug to move?Just my thought. manny3

  • Author

Ha! I got her moving now! Thanks to all of you! All of you either got me moving in the right direction, or help my to notice other flaws (*grin*). The fix was in the scale... I had a scale of 4.0 (and had tried it at 200.0 previously), it needed a scale of 1900.00!

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.