Jump to content

jotafl

Members
  • Content Count

    84
  • Donations

    $0.00 
  • Joined

  • Last visited

Everything posted by jotafl

  1. I am still in shock since this morning when I received Navigraph email. A loyal customer since 2009. Had the 4 cycles per year subscription as I believe very little is change in the AIRAC data. When they went to a mandatory yearly subscription I thought about it and even though I knew Aerosoft offered a similar product I decided to be faithful to Navigraph and decided to stay with them. Never used the charts feature as 99% of my flights are IFR. I use Simbrief and Skyvector which both services are free and if I fly outside the US (very seldom) I can always find the approach charts for a specific airport online. In the near future I can see all my VATSIM flights having an addition to the remarks section: EXPIRED AIRAC.
  2. Awesome Andrew, thanks for such a quick turn around. 🙂
  3. Hello Andrew, Another things not working for me are the LSK keys, I was looking at the lua and I found some weird spelling on the MCDU MDCU, did try to play with some parameters but none worked for me. Maybe I'm doing something wrong? Again, I know this is a beta so if I find something else I will keep posting. 😉 Edited: Ok, after further checking, I think it was just an error of spelling, this is the original line and after I changed it, now it is working. Let me show you the left MCDU LSK 6R key Original function AB_PED_MDCU_LSK_6R () ipc.writeLvar("AB_PED_MDCU_LSK_6R", 1) AB_PED_MCDU_CLICK () end Edited function AB_PED_MCDU1_LSK_6R () ipc.writeLvar("MCDU_LSK6R", 1) AB_PED_MCDU_CLICK () end Note: On the edited one, I changed the function name to reflect the MCDU1 instead of leaving it with no number, just for reference only. I will edit them tomorrow and post it here in case you just want to copy and paste to make it easy for you, I know you are working hard on this modules. Take care.
  4. Hello Andrew, thank you for the module and so fast as well. Updated to v0.5beta and found out a little problem with the HDG_PLUS AND PLUS_FAST Was able to find the problem. Here it is and its working for me now. If I find something else will let you know. Take care. The code fixed: function AB_HDG_plus () AB_hdgtrk = ipc.readLvar("AB_AP_HDGTRK") if AB_hdgtrk == 0 then LVarSet = "AB_AP_HDG_Select" else LVarSet = "AB_AP_TRK_set" end LVarGet = round(ipc.readLvar(LVarSet)) AddVar = LVarGet + 1 if AddVar > 359 then AddVar = 0 end DspHDG(AddVar) ipc.writeLvar(LVarSet, AddVar) end function AB_HDG_plusfast () AB_hdgtrk = ipc.readLvar("AB_AP_HDGTRK") if AB_hdgtrk == 0 then LVarSet = "AB_AP_HDG_Select" else LVarSet = "AB_AP_TRK_set" end LVarGet = round(ipc.readLvar(LVarSet)) AddVar = LVarGet + 10 if AddVar > 359 then AddVar = AddVar - 359 end DspHDG(AddVar) ipc.writeLvar(LVarSet, AddVar) end
  5. Thanks for the advise Marc, have been using CCleaner for more than 10 years and never have encountered a problem with addons or removing programs but I guess you have had bad experience with it and hence I'll be more careful. 😉
  6. Hey Dan thank you for opening up my curiosity with that version thing. After further checking I decided to remove the AS and downloaded the latest full version, after installing it CCLeaner will show this time 1.0.6641.21513, however, after installing the latest version which is 6752 CCleaner still shows 6641, I think if you don't remove the program completely it will show the original version installed w/o the updates. For some reason now the radar is working again, maybe a bad file on the directory or something? I have no clue but finally I have it working again. Disregard this post PMDG. 🙂
  7. When I troubleshoot first thing I do is to make sure I have all the latest version of the software. I do have the latest version for AS which is 6752, for some reason CCleaner is showing that internal version but it is the latest version.
  8. Hello PMDG, been having an issue with the wx radar for the 737NGX since updating to P3Dv4.2, now updated P3Dv4.3. For some reason the wx radar stopped working, I have search and don't think too many people are having this issue except a few and the answer is always the same that you have to make sure there is precipitation in order for the wx radar to display returns. I do understand that and for some reason that is no the issue. Yesterday I did a fly from CLT to ATL and it was heavy rain and nothing will show up. I am using AS2016 for P3D and yesterday installed the gauge just to make sure precipitation is being display in the AS gauge and it was. Today I decided to search for bad weather and found it at Bradley International Airport BDL. I put my PMDG in the active runway with AS active and it was pouring. Nothing on the 737 radar. I checked the AS gauge and it was showing heavy precipitation as expected. I then quit P3D and started a new session, this time I loaded the PMDG777 and the radar was showing the return. (Same location except 3-5 minutes later.) Attached are some pictures of the AS gauge, PMDG738 Radar (empty) and then the PMDG777 radar with the precipitation return. Not sure if I need to do a repair, uninstall and then reinstall again but trying to see if I can solve the problem without having to go through that route as it may cause more problems. If you need any other information from me, please do let me know. Below are the versions I am using. P3DV4.3 PMDG737-8900 1.20.8465 PMDG777-200LRF 1.10.8448 AS for P3Dv4 1.0.6517.34864 Thank you for your help. Links of images (was trying to insert image from url but it was not working). AS gauge - https://www.dropbox.com/s/sifes0iulwiyyzp/1.JPG?dl=0 PMDG737 radar - https://www.dropbox.com/s/6y40bn4ft1wbsvu/2.JPG?dl=0 PMDG777 radar - https://www.dropbox.com/s/0tu8wjg09wf3ee3/3.JPG?dl=0
  9. Good option DJ, I didn't realize the latest PTA wouldn't work with the new update and did the update. We are spoiled with PTA. P3D looks awful without it. Will not use it until the new update is available. I'm sure Matt will deliver very soon. 🙂 🙂 🙂 🙂
  10. Hello everyone, been having so much fun with LINDA that I wish I had more time and neurons left to learn all about LUA but it can get complicated. One quickie, can the LANDING GEAR alarm be implemented to be added to a button? It is a pain every time you go below the warning parameter to go and look down the throttle quadrant to stop the warning. Thanks. :) Jay
  11. Was anyone able to do something with LINDA and the B1900? At least if Carenado provide the Offset Mapping for all the instrument switches that would be a start, or did I miss something?
  12. jotafl

    777 GSX Doors

    Awesome, thanks for the reply Guenter, now that I am back from my trip I can start fiddling with the backup file. Jay 🙂
  13. Hello Guenter, Been enjoying LINDA big times. QQ on the doors. I noticed that the PMDG-777 when using GSX open doors L1/L2/L4 and the cargo doors. However, when loading/unloading passengers, GSX uses L2 / L4 as the main default door(s). I went to the actions.lua and made a copy and then changed the settings to eliminate L1 completely from the automation. Is that the way to do it or can I add that statement to my user.lua and it will override the one in the actions.lua or what do you suggest? Take care and thanks again for such a great professional utility and the great support you provide.
  14. Wow, wasn't expecting it so quick, thanks Guenter. you are the best. :)
  15. Awesome Guenter, thanks for the quick reply, if I find anything else will let you know, but so far nothing more. :)
  16. For Guenter or anyone who may know this Guenter, first of all I just want to say THANK YOU for such a great program, been in the flight sim arena for so long but recently started to use LINDA and wow, have I been having fun with this program. The things I can accomplish now with my joystick (HOTAS TM) is incredible. Everything has been working great, love the tracer to find any faults and so on. Using version 3.0.5 for P3D 64bit and the issue is with the MaddogX 1.0 Was programming a button for the end of pre-flight to take care of some actions and everything worked as it should. However, before deciding that the file was 100% good I decided to take a look a the tracer and the console was full of red repeating text containing the following: [E] *** LUA Error: ...modules\linda/aircrafts/Leonardo MaddogX/actions.lua:356: attemp to concatenate global 'TRPtxt' (a nil value) I started to check the commands and found the problem with the: function MDX_ApuMaster_off () ipc.control(69831, MDPara + 16) DspShow ("APU", "off") end BTW: I have a saved flight ready for the action to be performed so don't have to do the whole thing. As soon as this command is performed the error begins to appears in the tracer. I decided to remove the command and the error went away, however, when I click manually on the APU SW to turn it off the error begins to appears again (when you flip the APU to the run position it goes away). At this time I did some other checks with no success. I decided to back the user.lua file and deleted it. Restart the computer, P3D and this time with no user.lua file. I went to the tracer and when I click on the APU SW to turn it off the error appears again. I did a flight and there was no issues except a very long console full of the same error. Any suggestions or can I just ignore the text? Thanks.
  17. Hi Neil, don't forget to run the makerunways.exe program if you update the scenery so the runways database is up to date as well.
  18. Now with the release of P3D v4.2, anyone who had this issue and installed the latest version, did it fix the issue? The only issue I have with v4.1 is some of the PMDG NGX CPT main panel lights going out, especially the flaps one. No biggie as I can see on the PFD the flaps selection and don't want to run a Client update if that doesn't fix the issue. Thanks.
  19. Thanks for the help Oliver, will check it out tomorrow. BTW: I always do a backup of the xml file before doing anything to it, but I do understand your concern. Thanks again. :) Jay
  20. Hello Oliver, how do you add the effects component? When I try to add it via the add scenery a window opens telling me that "Folder does not contain scenery data", I know you told me not to edit the xml file but I did try to add the block at the end but when I add another scenery it erases the "Effects" component. Any help? Take care. Jay
  21. I had this issue long time ago but can't remember how I fixed it, maybe this post can help you out? Hope it does.
  22. Awesome, thanks for the replies Oliver. Very easy to understand. :) Jay
  23. Hi Oliver, I think I understand as you say "the sequence is no consequence", but here is an example of what I mean: Prior to installing a new scenery it will look like this: <?xml version="1.0" encoding="utf-8"?> <SimBase.Document Type="AddOnXml" version="4,0" id="add-on"> <AddOn.Name>Free Sceneries</AddOn.Name> <AddOn.Description>Free Sceneries and Updates</AddOn.Description> <AddOn.Component> <Category>Scenery</Category> <Path>E:\AddOn Free Sceneries\KATL</Path> <Name>KATL_ETI_v1.4</Name> <Layer>140</Layer> </AddOn.Component> <AddOn.Component> <Category>Scenery</Category> <Path>E:\AddOn Free Sceneries\Global</Path> <Name>FreeGlobalLayer</Name> <Layer>113</Layer> </AddOn.Component> </SimBase.Document> Now adding a new scenery: <?xml version="1.0" encoding="utf-8"?> <SimBase.Document Type="AddOnXml" version="4,0" id="add-on"> <AddOn.Name>Free Sceneries</AddOn.Name> <AddOn.Description>Free Sceneries and Updates</AddOn.Description> <AddOn.Component> <Category>Scenery</Category> <Path>E:\AddOn Free Sceneries\KATL</Path> <Name>KATL_ETI_v1.4</Name> <Layer>140</Layer> </AddOn.Component> <AddOn.Component> <Category>Scenery</Category> <Path>E:\AddOn Free Sceneries\Global</Path> <Name>FreeGlobalLayer</Name> <Layer>113</Layer> </AddOn.Component> <AddOn.Component> <Category>Scenery</Category> <Path>E:\AddOn Free Sceneries\TJPS</Path> <Name>TJPS_Ponce</Name> <Layer>141</Layer> </AddOn.Component> </SimBase.Document> As you can see the Global layer was move above the new scenery TJPS, I guess with your reply I do not have to manually keep moving the Global to the last position where TJPS is now and move TJPS where Global is. Hope this clear the confusion. Jay ;)
  24. Hi Jose, I see you have v4, make sure you install the P3D SDK file for v4 from the LM website. Also, you need to install ADE v1.75 (which supports P3Dv4). Install the SDK to a folder of your choice (I installed mine away from the FS drive, my P3D resides in E:\ so I installed SDK in C:\Prepar3D v4 SDK 4.1.7.22841 but it can be in any folder. Then install ADE 1.75, mine went to C:\ADE\Airport Design Editor 175 and I think this one should be outside your flight sim drive (not sure though). When you run ADE for the first time a wizard will open, make sure everything is correct there. Then on youtube do a search “P3D FIX: Invisible Taxiways! SOLVED! ENG” and follow the instructions and you should be running ok. If you find a problem, leave a question. Take care.
×
×
  • Create New...