Jump to content

meandme

Members
  • Content Count

    44
  • Donations

    $0.00 
  • Joined

  • Last visited

Everything posted by meandme

  1. I took the liberty to create a repository for this module on Github so we have a central place to enhance and improve it: https://github.com/winternet-studio/linda-fenix-a320 Pull requests are welcome.
  2. As Scott is no longer developing LINDA I wonder if there is any solution to fixing the radio tuning panel part of the VRInsight MCP Combo (I have v1) to support VATSIM's new 8.33 kHz spacing of the radio frequencies? Can it be found and fixed in the lua files somewhere? I'll try and look myself, but just wondering if other people have already done that... I love my MCP Combo - it's just too bad the software support for it is so bad...! 😧 UPDATE: I found something in for example LINDA\system\common.lua around line 2710 (Default_NAVCOM_plus) but I don't really know what to do with it...
  3. I have started adding links to free VFR charts that I find here and there to my worldwide list of links to charts: aviation.allanville.com/charts
  4. I think I have a similar issue as Japo32, but I have the ver. 1 of the MCP Combo. Strange it seemed to be working a few days ago when I tried it the first time, but today I cannot for the life of me get it to work, even with the new 4.0.2. When I turn on Fault Diagnosis mode there is an error about a nil value though - see https://winternet.no/temp/FSUIPC7.log
  5. At what URL can I check that the httpx.dll proxy is working? I tried http://localhost:54321/ but only get "{}" - while Google Earth is running perfectly with EarthProxy...
  6. FYI I'm trying to keep this page updated with the latest status: http://aviation.allanville.com/tileproxy/
  7. DivineSense, I'm with you all the way! I can only hope that your thoughts and your name match up Regarding the 3D maps I would think it's just a matter of time until someone picks it up for flight simulation - but who knows when... For TileProxy services I'm keeping an up-to-date list at http://aviation.allanville.com/tileproxy/ - I hope people will let me know if they find new services or tweaks. But I'm wondering about Google Maps and why it can't work. I would assume TileProxy downloads tiles just like a browser - and in that case, how can Google know that TileProxy is downloading the tiles rather than the browser - unless the user agent string says that it is TileProxy?? But in the services a user agent string from a normal browser is used, so I wouldn't think that would be the case???! Anybody can explain that?
  8. I found it here: http://www.flightsimlabs.com/interfaces/flyengravity-cdu-fsx/ - but there I can only use it with the Engravity CDU/FMS I believe... and I don't have that hardware. I need something that I can use with FSUIPC / Lua / SimConnect....or even plain keyboard commands...
  9. I'm sure this has been asked many times before but I'm baffled that I cannot search this forum....!!! And since I don't find this question answered anywhere obvious at PMDG website here goes the question. How can trigger the buttons on the CDU via external hardware? The aircraft has tons of LVars, standard FS controls etc to push all kinds of other buttons but I can't find anything that triggers the CDU buttons. How do I do that? I have registered FSUIPC, an VRInsight MCP-Combo, know the Lua language etc. so hopefully somehow there is a way... Regards, Allan Jensen
  10. And here are more functions to add! function EICAS_ENG_page () ipc.control(72060, 0)endfunction EICAS_STAT_page () ipc.control(72061, 0)endfunction EICAS_ELEC_page () ipc.control(72062, 0)endfunction EICAS_FUEL_page () ipc.control(72063, 0)endfunction EICAS_ECS_page () ipc.control(72064, 0)endfunction EICAS_HYD_page () ipc.control(72065, 0)endfunction EICAS_DRS_page () ipc.control(72066, 0)endfunction EICAS_GEAR_page () ipc.control(72067, 0)endfunction LIGHTS_Beacon_toggle() ipc.control(71280, 0)endfunction LIGHTS_NAV_toggle() ipc.control(71281, 0)endfunction LIGHTS_STROBE_toggle() ipc.control(71282, 0)endfunction LIGHTS_LANDINGoutbound_toggle() ipc.control(71185, 0)endfunction LIGHTS_LANDINGinbound_toggle() ipc.control(71186, 0)endfunction LIGHTS_RUNWAYturnoff_toggle() ipc.control(71190, 0)endfunction LIGHTS_TAXI_toggle() ipc.control(71195, 0)endfunction LIGHTS_LOGO_toggle() ipc.control(71284, 0)end
  11. Could you please add these functions to actions.lua? That would be nice! function MCP_FD_toggle() ipc.control(72100, 0)endfunction EICAS_Cancel () ipc.control(72068, 0)endfunction EICAS_Recall () ipc.control(72069, 0)end
  12. Ok, so this is intended and I can understand why in some cases (with some aircraft) you want that. But then at least the label in the display should be corrected accordingly.And also I would really like to have an option (preferrably per aircraft) where I could select whether or not it should automatically switch back. Wouldn't that be possible, Mr Crum?
  13. In the new version 1.11 there seems to be a problem with selecting, or in particular, remembering the EFIS mode. The last 3 buttons on the USER panel I have assigned to EFIS mode 1, 2, 3 respectively. When I choose mode 2 or 3 it correctly switches mode and shows M211 or M311 in the display and for some seconds the buttons and knobs also use that mode. But when I don't touch the panel for a while it automatically switches back to mode 1 when I hit buttons or knobs again - even though it still says M211 on the display! So there is something wrong there...I haven't tested this with the MCP or USER panels.
  14. I'm working on one and is mostly done but there are a few knobs (and most of the MCDU keys) that are troubling me...
  15. Would it be possible to add an option for executing a simple mouse click on a x,y coordinate and deciding whether it should be a left-, right- or middle button click? I have a few functions which I unfortunately cannot command any other way than clicking with a mouse, so therefore I would really appreciate that feature...
  16. Ahh, I didn't compare it with other macro files. I'm not sure who put the vasfmc.mcro file there (whether it's vasfmc itself or FSUIPC) but I think this is a legal format to leave out the gauge name. The reason it does not have a gauge name is that it's not a gauge vasfmc is a stand-alone program that I run side by side with FSX. The new version has a gauge you can install within FSX but I'm not using that...
  17. When I want to assign the vasfmc mouse macro "NL_L range inc" to a knob it is not listed in the UI in the "FSUIPC Macros" window in the "Available macros" section. When I look in the file vasfmc.MCRO it is there, but it's the very first one, so maybe you accidentally skip that one when parsing the file. When I manually go and edit the config-mcp.lua it works just fine. So it's only a UI issue. This is the beginning of my vasfmc.MCRO file: -----------------------------------------------------------------[Macros]1=ND_L range inc=Cx01006dd0,12=ND_L range dec=Cx01006dd0,-13=ND_L mode next=Cx01006dd0,24=ND_L mode prev=Cx01006dd0,-25=ND_L arrow L next=Cx01006dd0,506=ND_L arrow R next=Cx01006dd0,517=ND_L airports=Cx01006dd0,608=ND_L VORs=Cx01006dd0,619=ND_L ND_LBs=Cx01006dd0,62...-----------------------------------------------------------------
  18. How can I create a module for an aircraft that LINDA detects as an "Default FSX" aircraft? For example my Carendao Mooney is detected as a default aircraft but I would like to make a separate module for it... and possibly for other default FSX airplanes as well...
  19. In the beginning when I first tried LINDA I'm pretty sure I was able to monitor LVars in the console window. But now I cannot in any way get them to show up in the console again - and I can't for the life of me figure out why! I have enabled all checkmarks and tried changing FSUIPC loggin options etc. - but nothing works. Any idea as to what could cause them not to show up??! I finally saw the "log lvars.lua" script that comes with FSUIPC and got it working, but why can't I get it to work in LINDA again?!
  20. Could the update where the latest bugs have been fixed made public? Would be nice to not having to do the workarounds anymore...Allan
  21. meandme

    MCP Mode

    I don't have enough buttons on my joystick either so I wanted to use my keyboard - but my main keyboard though, but another keyboard through the use of HIDMacros. Ahhh, ipc.set actually sets a global variable - awesome! This just gets better and better!!Allan
  22. I can't see what's better about version 2 other than it has a litle bit different layout??
×
×
  • Create New...