-
SWA option
no problem. Regards, Chris
-
SWA option
-800 is the exact same checklist as the -700 Regards, Chris
-
SWA option
Kevin, Message me your email Regards, Chris Alex, Yes that is the current one for -700 Regards, Chris
-
SWA option
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
-
event.timer
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
-
event.timer
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
-
event.timer
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
-
Send Bool value to hardware
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
-
737NG "unsafe" airframe
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
-
How to hack an airplane with an android phone?
Exaclty, ACRAS has no direct control over anything, only a messaging system. Chris
- Jeppesen FD Question
-
Panel State - NGX Short
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.
-
Masks in C
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!
-
Masks in C
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.
-
Masks in C
Figured it out! Had IMAGE_CONTAINS_MASK listed in the draw flags when I didnt need one. Chris
Swamech
Members
-
Joined
-
Last visited