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.

Swamech

Members
  • Joined

  • Last visited

  1. no problem. Regards, Chris
  2. -800 is the exact same checklist as the -700 Regards, Chris
  3. Kevin, Message me your email Regards, Chris Alex, Yes that is the current one for -700 Regards, Chris
  4. I can get you check lists for SWA. Which ones you need?? The normal checklist you have is the most current one though. Regards, Chris
  5. Mark, I entered it wrong. But turns out its not the function I needed for making course and fine adjustments on a encoder in linda. Did this instead: function HDG_INC() HDG_INC_TIME = ipc.elapsedtime() if mcp_hdg_mode == 1 then if (HDG_INC_TIME - Hdg_inc) < 150 then local i for i = 1, 4 do ipc.control(70022, 16384) end else ipc.control(70022, 16384) end else NGX_AP_BANK_inc() end NGX_AP_HDG_show() Hdg_inc = HDG_INC_TIME end function HDG_DEC() HDG_DEC_TIME = ipc.elapsedtime() if mcp_hdg_mode == 1 then if (HDG_DEC_TIME - Hdg_dec) < 150 then local i for i = 1, 4 do ipc.control(70022, 8192) end else ipc.control(70022, 8192) end else NGX_AP_BANK_dec() end NGX_AP_HDG_show() Hdg_dec = HDG_DEC_TIME end Chris
  6. Mark, Thanks for the input. I believe it did say function event not found. Not at the house for a couple days so wont be able to check. But I will update after I look it over real carefully. Chris
  7. Hello everyone, Adding some stuff to a aircraft module and trying to use event.timer function from the event.lua. When I run linda it says event cannot be found. Any ideas why it is not finding the function from the event.lua. Thanks, Chris
  8. Hello everyone, I am trying to send values from SimConnect to a usb device. I would like to send some bool values for example MCP_annunFD[0] and CDU_annunEXEC[0] to the usb device to set some lights. I really dont know were to start. Im using PIC18f4550 and programming in C. Any help would be appreciated. Thanks, Chris
  9. NG has been in service since 1997. Dont recall one breaking up in the air due to third party frame parts. Maybe Airbus put this story out! Chris
  10. Exaclty, ACRAS has no direct control over anything, only a messaging system. Chris
  11. Believe it is 304 radial from SAN
  12. You can actually start the engine real life, on a -700 with both packs on. Takes a while, but the apu is very strong on the NG.
  13. Ok, so apparently you cannot stack images with masks over each other and put them in the same element header. they must each have a seperate element header. Works good now!
  14. Got overjoyed to quickly! The images show up as the are supposed too statically, but moving they are jumpy and disappear and reappear repeatedly. Not sure why.
  15. Figured it out! Had IMAGE_CONTAINS_MASK listed in the draw flags when I didnt need one. Chris

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.