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.

K:AP_VS_VAR_SET need help! please

Featured Replies

for a military aircraft; i want to shortcut having to crawl up the v rate useing (>K:AP_VS_VAR_INC). originally i hoped for an elegant solution with a case (G:Var8) 1 == if{ 2500 2000 1500 1000 200 5(L:vert,enum) case (K:AP_VS_VAR_SET_ENGLISH) } where the gvar (used in the animation) tells me if the click selected climb or decent. but could not make it work. i starteed getting simpler but it still does not work, i know its something simple but i just cant see it! i memoed out the limiter trying to find the glitch. (G:Var8) 1 == if{ (L:vert, number) ++ (>L:vert, number) 500 } (G:Var8) 2 == if{ (L:vert, number) -- (>L:vert, number) -500 } (L:vert, number) (K:AP_VS_VAR_SET_ENGLISH)

Hi,You need to "assign" the value to the event, the same as with a local var:any value (>K:AP_VS_VAR_SET_ENGLISH) Tom

thaanks for the resonce tom.i read your post on this subject. but all the registers and 'boolian math' was over my head.if{ (L:vert speed,number) 500 - 1000 min(>L:vert speed,number) (L:vert speed,number) (>K:AP_VS_VAR_SET_ENGLISH) } i copyed and pasted jan's version ( the one you shortened) and it seemed to work, but unlike the gentleman who's post your were advising...my needs are simpler. i just want to increment by 1000. i do not need the minimum and max altitude stuff.does the (L:vert, number) (>K:AP_VS_VAR_SET_ENGLISH) not asign a value? (L:vert, number) holds the value (i was thinking) that i want put into AP_VS_VAR_SET_ENGLISH

ahhh! i kept looking over the precious post, but i was looking at the programing. finally i noticed a note from Jan;3. important!Don't use (A:Autopilot vertical hold var,ft/min) but (L:vert speed,number) in the VS window.my stuff (i think) was sticking in the AP_VS_VAR_SET but i was reading the window for conformation. #3 solved that !gracias por todo! e jan tambien

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.