Jump to content

Search the Community

Showing results for tags 'module'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • New Member Forums
    • Welcome New Members!
    • Help Using the AVSIM Forums
    • Help Creating an AVSIM Account and Logging on to AVSIM
  • AVSIM Fixed Based Operations (FBO)!
    • Hangar Chat
    • Flight Planning
    • Virtual Reality (VR) Hardware and Games
    • Letters to the Editorial Staff of AVSIM
    • All About Us
    • Crash To Desktop (CTD) Forum
    • The Bargain Hunter's Shack
    • Classified Ads | Want Ads | Swap Meet
    • AVSIM's Round the World Race Forum
    • AVSIM Reviews Feedback
    • The File Library General Forum
    • Flight Sim & Aviation User Stories
    • In Memoriam of Tom Allensworth
    • In Memoriam
  • Microsoft Flight Simulator Forums
    • Microsoft Flight Simulator (2020)
    • MS FSX | FSX-SE Forum
    • The Microsoft Flight (2012) Forum
    • The FS2004 (FS9) Forum
    • Flight Simulator Tips and Tricks
    • Shared Cockpits | Multi-Player Forum for FSX | FSX-SE | P3D
    • MS FSX | FSX=SE | P3D Simconnect Forum
    • FSX | P3D Missions Forum - How To
    • FSX/FSX-SE Aircraft and Panel Design Forum - How To
    • FSX | FSX-SE Scenery Design Forum - How To
    • The Paint Shop - The Aircraft Painter's Forum - How To
    • Mesh Scenery Design - How To
    • TTools for MSFS Forum
    • Add On Developer's Forum
    • DX-10 Discussions, Hints and Help
  • The Prepar3D Forums
    • The Prepar3d Forum
    • Prepar3D Tips, Tricks and How To's
  • The X-Plane Forums
    • The X-Plane General Discussions Forum
    • X-Plane Tips and Tricks
  • The IPACS Aerofly Forums
    • IPACS AeroFly FS2
  • Helicopter and Rotor Head Forum
    • Rotor Head Archive
    • Rotory Winged & Helicopter Flying
  • Simulator Screen Shots, Real Aviation Photos, & Videos
    • The AVSIM Screen Shots Forum
    • Real Aviation Photos
    • Aviation and Flight Sim Video Forum
  • Hardware & Operating Systems Discussions
    • WIN11 OS Forum
    • WIN10 OS Forum
    • WIN8 OS Forum
    • The Win7 OS Forum
    • System Hardware: PC | MOBO | RAM | CPU | HDD | SSD | PSU etc
    • Video Hardware: Monitors | Multi-Monitors | Video Cards | Drivers etc
    • Hardware Controllers: Joysticks/Yokes | Throttle Quads | Rudder Pedals | Drivers etc
    • Networks | WIFI | Routers | Ethernet | DSL | Cable Modems
  • Commercial Support Forums (Hosted by AVSIM)
    • FS2Crew Support Forum
    • Mindstar Aviation Support Forum
    • The RealityXP Support Forum
    • The Official DX10 Scenery Fixer Support Forum
    • The Multi-Crew Experience (MCE) Support Forum
    • Lorby-SI Support Forum
    • Pilot2ATC Users Forum
    • The Carenado Support Forum
    • The Alabeo Support Forum
    • Aviasoft Remote CDU for Phone / Tablet Official Support Forum
    • Airline2Sim Support Forum
    • SX Airport Design Forum
    • SimSettingsManager Official Support Forum
    • simFDR General Support Forum
    • Blue Sky Star Simulations Support Forum
    • Capt. PERO Support Forum
    • Flysimware Forum
    • Mid-Atlantic Air Museum Simulations Support
    • FSReborn Series Support Forum
    • Desk Pilot - Shared Cockpits
    • PhotoSim Labs - Bahamas sceneries
    • Fulcrum Simulator Controls
    • The PILOT'S Support Forum
    • Stick and Rudder Studios
    • Honeycomb Aeronautical
    • SimFly Pad Support Forum
  • User-to-User Support Forums
  • Freeware Support Forums
  • Virtual Airlines News and Discussion
  • Home Cockpit Builders
  • Other Civil Aviation Simulators
  • International Language Forums
  • Other Forums

Categories

  • Articles
  • AVSIM News
  • File Library News
  • AVSIM Reviews
    • Hardware
    • Aircraft
    • Scenery
  • Product Announcements & Press Releases
  • What's New @ AVSIM
  • Interviews
  • AVSIM Editorials
  • Guest Editorials
  • Obituaries

Blogs

  • Tom Allensworth's Blog
  • Gaiiden's Scroll
  • Brandon's Blog
  • Jess B's X-plane blog thingy
  • Tom_Test's Blog
  • Alpha Floor's Logbook
  • GolfPilot
  • adi518's Blog
  • Chase's Blog
  • The Big Tour
  • Tales of a Wannabe Pilot
  • Farmer Looking Skyward

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


About Me


About Me

Found 11 results

  1. Hi all, This LINDA module was designed for the Carenado EMB505 Phenom 300 for FSX . Not all functions are modeled in this version. The G1000 is not completely modeled but the COM and NAV rotaries should work. Also there are no functions for the FMS as I use the FSX plight planner and have used the buttons on the FMS to operate the ATC dialog. It was modeled for use with an external cockpit and as such you may not see all of the visuals happening in the VC (although most will) The switch should still operate the aircraft systems systems though. Although not complete, I hope that it may save you some time with your own project. If you have any problems feel free to post them in the LINDA Support forum, however, I am not a programmer so may not be able to answer all questions. If I can, I will. Download here: Phenom 300 module v1.1 all the best Stinger
  2. Original Post from F.Skywalker (moved to LINDA Support) Hi Scotflieger, thanks for the update. I use the MCP1.(orig) After this Update the CRS Knob ist only working on the left side. The right side do not work. my Linda Version (3.4) PMDG NGX works smoother. The syncronisation ist very fast.(3.4) In 4.3 when you turn the HDG, ALT, SPD fast it is not syncron whith the Display. You must make very time a little korrection. CRS work only left, if you press right the diplay says right without work. Sory about my bad englisch. Frank Response Hi Frank Thank you for reporting the issue with the latest module 4.3 with MCP1. I have reproduced your question here for answering your support question. I have compared the code between versions 4.3 and 3.4. Apart from the readability changes, the code for HDG, ALT and SPD are identical and there should not be any difference between the response on your MCP1 (or other panels). I did find the _incfast and _decfast functions too vigorous (changed too fast) and changed the repeat count from 4 to 3. Can you try editing your copy of version 4.3 as follows: In SPD, HDG, ALT _incfast and _decfast functions change: for i = 1, 3 do ipc.control(PMDGBaseVar+???, PMDG_???) end to: for i = 1, 4 do ipc.control(PMDGBaseVar+???, PMDG_???) end The CRS R (FO's course selector) operation will be fixed in the next update.
  3. This new module for the Milviz DHC3 Turbo Otter has been kindly provided by Graham McNicol. It is released on an 'as-is' basis for those keen to fly the aircraft with LINDA. No default VRi MCP Combo configuration files are provided. v1.2->v1.3 Module structure improvement so only "DHC-3T Otter" is required to sync to all variants. v1.1->v1.2 All function names changed to be user-friendly. (This will require updating your switch assignments.) Modules for all variants-- wheels, skis, floats, and amphibian added Instrument Light dimmer added combination T&S and Comp switch added Cabin fan Hi-Lo and toggle switch added Climate controls for Temperature selection and Fresh Air ventilation added Emergency Power controls added Emergency Fuel & Oil shutoff v1.0-->v1.1 Sound functions adjusted to avoid potential conflict with other lua files added MasterSwitch added Condition Lever Latch switch added StarterOff & P3 switch cover closed added DeiceBoth On/Off to handle Engine Deice & Icing Doors simultaneously Download: Milviz DHC3 Turbo Otter v1.3 To install the module: Download and expand the zip file into a suitable accessible location (ie. desktop). Open LINDA and ensure that the aircraft selector is not Sync-ed to Sim and --Aircrafts-- is displayed. Click on the Maintenance option. Under Import Aircraft Module click on Select Source Folder and locate the folder Milviz_DHC3_T_Otter_v1_2. Click on Select. Click on Install/Overwrite Module button. Open your Flt Sim and click on Sync To Sim (ensure DHC-3 Turbine Otter Milviz displayed and outlined in orange). Enjoy. Details of available functions are contained in the DHC-3T OTTER MILVIZ-Functions.txt file in the /module/linda/aircrafts/DHC-3T OTTER MILVIZ/. Standard default library functions may be used for many operations (eg. landing gear and flaps). Please report all issues and suggestion under LINDA Support.
  4. Hello... It's been a while since the last time i used FSX, but recently ive installed all my add-ons, including ASX, it happens that i was having trouble with the realtime download of weather data, and after a little research on internet, ive found no practical answers, however, i've decided to purchase the AS_Next upgrade since it comes with a discount for older users as me.. Read the reviews and progress development sounded all good, until i installed it.. Now i cannot start the FSX as it crashes all the time, the faulty module is "mscorwks.dll" which somehow looks like it is related with Net.framework.. Checked my framework installations, and i have them all fine and fresh, plus my windows installation is fresh too, and with all updates.. Since i cannot find any relevant info on internet, i unistalled ASNext again and re-installed.. FSX crashes all the time.. unless i uninstall ASNext.. Please someone bright my mind, I'm out of ideas.. Notes: - Computer got a new fresh Win 7 64 bit installation - All updates were made - A Ticket to Hifi support forums was submitted - got asked about antivirus, and told to update my FSUIPC version from 4.8 to 4.927b or later (I did) - My anti virus is the free & smooth Microsoft security essentials - ASNext update was installed - Tried to uninstall ASNext and clean the registry without sucess - FSX only runs without ASNext installed Problem signature: Problem Event Name: BEX Application Name: fsx.exe Application Version: 10.0.61637.0 Application Timestamp: 46fadb14 Fault Module Name: mscorwks.dll Fault Module Version: 2.0.50727.5472 Fault Module Timestamp: 5174dd69 Exception Offset: 002822f6 Exception Code: c0000409 Exception Data: 00000000 OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 2070 Additional Information 1: f660 Additional Information 2: f66064b1ddad5f50821c8c5486f2c6b8 Additional Information 3: b2dc Additional Information 4: b2dc8ef9b5b2c52652e7ce2acaec3b5dASN_Log_Export.txt
  5. Aerosoft CRJ 700/900 and Pro Module v1.8b This module provides support for the Aerosoft CRJ-700/900 and new CRJ Pro. . Any issues or bugs found should be reported on the LINDA Support sub-forum. This module works with both the original Aerosoft CRJ-700/900 and new CRJ Pro releases. It is important to delete the existing Aerosoft CRJ-700-900_vX.X beta folders after installing this full version of the module. Your existing configurations should be copied from the /linda-cfg/aircrafts/Aerosoft CRJ-700-900.... folder to the new /linda/cfg/aircrafts/Aerosoft CRJ. Download CRJ module Functions include - see enclosed functions.txt file for a full list of functions: 0.3 beta Autopilot FCU Knobs & Buttons Flight Controls - Flaps & Elev Trim External Lights Landing Lights Electrical Power Fuel Pumps Bleed Air APU Engine Start Hydraulics Throttles ECAM 0.4 beta Heading Sync Thrust Reverser Arm LSP Bearings LSP Format/Range LSP Nav Source LSP Speed Reference LSP DH/MDA LSP Baro 0.5 N/W Steering LSP Lighting Stall Stick Pusher 0.6 Master Warning & Caution Anti Skid Arm MLG Bay Overheat Test Engine Sychronise Engine High Power Schedule GPWS Terrain/Flap Override 1.0 Adds CRJ Pro capability Aileron Trim Rudder Trim Engine Shutoff Head Up Display Spoiler Disarm/Auto/Man Engine Start/Stop 1.1 Adds All internal light rotary Adds additional FCP functions (BC, 1/2 Bank/=, NAV, ALT Cancel, CRS1 push, CRS2, FD2) Fixed CRS1 operation 1.2 Adds VNAV button 1.3 Adds VRi MCP display sync for SPD, HDG, ALT and VS Adds BARO modes for inHg and HPa 1.4 Adds Parking Park Fixed CRS1 inc/dec Fixed VNAV selection 1.5 Adds TOGA on Throttle Quadrant 1.6b Fixes Elevator Trim switch operation Adds Autopilot Disconnect on Yoke Fixes TOGA v1.7 Adds Overhead No Smoking, Seatbelt and Emerg Lights Adds Overhead Dome Light Add extra Integral Lighting functions v1.8 Fixes APU Start Off v1.8b Fixes incorrect ALT assignments to HDG knob on VRi Combo panels default configurations This module is provided free-to-use. Development of this modules has required the personal purchase of copies of the Aerosoft CRJ-700/900 and use of time. Please feel free to donate via PayPal using the link on the LINDA main form.
  6. An updated PMDG737 NGX module 4.3 has been released for users of LINDA. A number additional buttons and selectors have been added with full animation. It has been fully tested on P3D v3.2. http://www.avsim.com/topic/341971-pmdg-737-ngx-module-43-new/ Andrew Gransden
  7. Carenado Baron 58 Module features: Most of controls are accessible for assignment Most of actions are indicated on VRi MCP display Most of controls have ON/OFF/TOGGLE/CYCLE actions available Download: Carenado Baron 58 v1.2 Release Notes: Compatibility with VRInsight MCP Original, Combo II (Boeing) and Airbus FCU panels. Added new overhead functions and main panel switches. Most controls implemented but not all have functional effect. Tested on Prepar3D v3.2. See Functions list and ReadMe files. PLEASE USE SUPPORT SUB-FORUM FOR ALL QUERIES AND ISSUES WITH MODULE. Installation notes: Download and unzip it and place the two folders into: */Microsoft Games/Microsoft Flight Simulator X/Modules Say "yes" if he'd like to overwrite anything Your current Combo settings wouldn't be overwritten, but you find in Modules\linda-cfg\aircrafts\Carenado Baron 58 files named *.default. name them to *.lua to use them. Changelog: V1.0 --> v1.2 fixes installation location for default files - installed now into \linda-cfg\aircrafts\carenado Baron 58. V1.0 --> v1.1 fixes display CRS/HDG/ALT/VVS update issue with VRInsight MCP panels updated default configuration for VRInsight MCP2a (Airbus) panels V1.0 - Initial Issue Known Issue: GNS430 Navigation Displays not implemented Chronograph CTL on Yoke not working correctly (stopwatch does not reset)
  8. Hello, Could you help me please ? How can i use functions who are in actions.lua through FSUIPC ? actions.lua from : http://www.avsim.com/topic/341971-pmdg-737-ngx-module-47-new/ Example in FSUIPC : Key presses : SET : CTRL + J >>> NGX_PUMP1_AFT_toggle or Buttons + Switches : SET : 1 >>> NGX_PUMP1_AFT_toggle Thanks for help. PS : i have create a specific FSUIPC macro for the test, but i dont want do this for each function. PMDGBaseVar = 0x00011000 -- 69632 PMDG_ClkL = 0x20000000 -- 536870912 PMDG_ClkR = 0x80000000 -- -2147483648 PMDG_dec = 0x00002000 -- 8192 PMDG_inc = 0x00004000 -- 16384 PMDG_RelL = 0x00020000 -- 131072 PMDG_RelM = 0x00040000 -- 262144 PMDG_RelR = 0x00080000 -- 524288 function NGX_PUMP1_AFT_off () if ipc.readLvar('ngx_switch_37_a') ~= 0 then ipc.control(PMDGBaseVar+37, PMDG_ClkR) DspShow("PMP1", "Aoff") end end function NGX_PUMP1_AFT_on () if ipc.readLvar('ngx_switch_37_a') ~= 100 then ipc.control(PMDGBaseVar+37, PMDG_ClkL) DspShow("PMP1", "A on") end end if ipc.readLvar('ngx_switch_37_a') == 100 then NGX_PUMP1_AFT_off() else NGX_PUMP1_AFT_on() end PS : i have also test an include in lua MACRO file !? But dont still work ? require("scripts.actions") NGX_PUMP1_AFT_toggle() end Thanks for advance; Sky
  9. Hello all. I'm working on finishing my sim pit for FSX. I found the GoFlight GF-RP48 push button rotary module, but cannot seem to find a whole lot of info on it. First thing I need to know is if it connects using USB2.0. Second I need to know if it is fairly straight forward mapping it with FSUIPC. Third I need to know if I can use this for knobs in the cockpit like the OBS and Heading Bug and things like that. I hope somebody here owns one and can help me make a more informed decision. I am still pretty new to flight sims and computers, so a descriptive answer is appreciated. Thank you.
  10. Here you can download the LINDA aircraft module for the PMDG 777 (module version 1.3a). Version 1.5a adds missing VRi Combo MPC .default files. It is only applies to VRInsight MCP panel users. Installation notes: Download and unzip it and place the two folders into: */Microsoft Games/Microsoft Flight Simulator X/Modules Say "yes" if he'd like to overwrite anything Your current Combo settings wouldn't be overwritten, but you find in Modules/linda-cfg/aircrafts/PMDG 777 files named *.default. name them to *.lua to use them. Download PMDG 777 Module 1.5a 1.0 --> 1.1 ADIRU fix Display sync fix 1.1 to 1.2 Doors added Ground connections improved Added GSX Refueling Feature: calling the GSX Fuel Truck will pop-up FOs CDU with FUEL page opened. 1.2 to 1.3 added Anti Ice Added GSX functions like closing doors preventing some LUA crashes changed EXT PWR logic/added on/off 1.3a Fixes missing VRi MCP .default files. 1.4 added GSX Library function Important! Have a look here!!! Need to download the new GSX library 1.5 added both BUS Ties on request removed any GSX interaction due to GSX updates and their incompatibility 1.5a Fixes missing VRI MCP .default files. NO OTHER CHANGES.
  11. Here is the first iteration in development of PM/Prosim module. What's done: Display sync with VRi MCP Combo All MCP Dials working (CRS/SPD/HDG/ALT/VS) CRS rotary works for both left and right course (press knob to toggle) Vertical speed indication (not tested, but should work) What's NOT done: NO BUTTONS ACTIONS NO EFIS ROTARIES ACTIONS Instead of that you can use the default FSUIPC assignments for Project Magenta. Go to the FSUIPC Buttons & switches control panel, tap VRi MCP button or turn the knob - it will be detected as joystick button press. Then mark the "Include Project Magenta" checkbox and select th desired action for this button or knob from the drop list. 1. Don't forget, that you should set both "Press" and "Release" actions in this panel for each button (...or else you will need to press each button twice to get action executed). 2. Don't forget, that you should remove any assignments made for VRi MCP dials inside FSUIPC, or LINDA will be unable to catch them. How to use: Assuming you have already installed LINDA and it works properly Download module: LINDA Project Magenta v0.1a (15 aug. 2011) Unzip both folders from Zip into: */FSX/Modules folder Run LINDA Choose "Project Magenta" aircraft from the droplist (switch off the FSX SYNC if it's enabled) Press "Edit" button Select your PM'ed or Prosim'ed aircraft folder from the list Save! (press "Edit") Run FSX and load your aircraft Check LINDA's console - it should say on some line: Module: Project Magenta Started... Now it should work - try to turn VRi MCP knobs and see if PM/Prosim reacts on your input Note: For some reason Prosim doesn't work on my system with FSUIPC offests. So the module was tested and working with time limited Project Magenta modules, but it should work with Prosim too, as they are using the same offsets for data exchange.
×
×
  • Create New...