Jump to content
The simFlight Network Forums

Scotfleiger

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Scotfleiger

  1. You may like to look at LINDA for which aircraft modules are available for the FBW and Fenix A320 and PMDG 737 for MSFS. These provide a comprehensive set of functions for most cockpit controls. You will need a paid registered version of FSUIPC7 7.3.6, the core LINDA software 4.1.5 and the appropriate module.
  2. I have not been successful with this.
  3. After re-installing 7.3.5d as requested, the menu is now active and Lvars accessible. Logs attached. I am not sure what I did differently but thank you for your time. A total of 2211 Lvars loaded for Fenix A320. This suggests new limit is satisfactory. Your previous suggestion of removing not-in-use aircraft from the Community folder causes unwanted issues. Errors occurred when copying back aircraft due to protected directory issues. I would not recommend this procedure. I have found that changing the selected aircraft, exiting MSFS to the desktop and restarting clears unwanted Lvars so that WASM only loads those for the wanted aircraft. FSUIPC7.log FSUIPC_WASM.log
  4. MSFS and aircraft (Fenix A320) fully loaded and ready to fly. Waited a full minute before starting 7.3.5d. Even did a full restart with same result. One thing to note. I only installed FSUIPC7 and not the attached WASM 0.5.9. The log showed 0.5.9 loaded and running. Will do this.
  5. Hi John Edited fsuipc7.ini to stop LINDA GUI starting and renamed ipcready.lua to stop LINDA LUA as well. Started 7.3.5d and waited 2 mins. FSUIPC7 menu still has all items grayed out except Disable. If I disable and enable WASM I get the same result. Carried out un/reinstall with no change. FSUIPC7.log PS Reinstalled stable 7.3.4 and all functionality restored.
  6. Roger. I promise to be more patient. I will try again later.
  7. No. FSUIPC7 was still running. I just copied the log while it was still running. Delay set to 60 secs. I waited several minutes to check for Lvars. LINDA was started by [programs]. I will edit .ini and see how that works. It will be later this evening before I can do this.
  8. Hi John Thank you. I have successfully downloaded both files (clicking links produced a Firefox block which I could bypass). After installing FSUIPC 7.3.5d, all the options on the Add-ons/WASM menu were grayed out except disable. The FSUIPC7.log reports WASM 0.5.9 is starting. No Lvars can be listed or accessed. FSUIPC7.log
  9. Thank you for the feedback. I have moved all not-in-use Add-ons out of my Community folder. FYI Fenix A320 alone exceeds 2044 Lvars.
  10. Hi John As stated there is a limit of 2044 Lvars at present. I have been helping LINDA users with multiple add-ons who have reached this limit and it is causing faults. I have just installed the new Fenix A320 and also hit 2044. I have 2 other aircraft installed - FBW A32NX and PMDG737 for MSFS. I would support your suggestion that the upper Lvar limit may need to be increased. Is there a way of emptying the Lvar list between aircraft loads? I have tied the FSUIPC-WASM.INI RemoveLvarsWhenParked=Yes switch but can not see any effect.
  11. Hi John Issue solved. The LvarScanDelay setting had disappeared in a recent update/reconfiguration. I can now see around 100 more Lvars for the PMDG737 listed.
  12. Hi John By accessible I mean I can access these Lvars reading their values and use them in my code. I know the names of these Lvars from previous use in P3D versions of the PMDG aircraft. It is just that they don’t appear in the Lvar list. I am waiting after starting MSFS and loading the PMDG737 ready for flight before starting FSUIPC7/WASM and LINDA to ensure that the Lvars are exposed.
  13. Hi John I have been able to get a LINDA module working with the PMDG 737 for MSFS and FSUIPC 7.3.3 / WASM 0.5.8. This work has been based on earlier PMDG releases. Some 1700 Lvars are accessible but there are a number of key ones which are not listed (via WASM List Lvars) but are accessible. These include a number prefixed with ngx_, namely ngx_SPDwindow, ngx_HDGwindow, ngx_ALTwindow and ngx_VSwindow for the MCP display. Is there a possible reason for this? Are some Lvars 'hidden'.
  14. Please ask your question on the LINDA Support forum where I can attempt to answer it for you. It is not a question for FSUIPC7.
  15. You appear to have installed/copied the PMDG 737NGX LINDA module to FSUIPC7. This is not compatible with MSFS2020 and should be deleted. Remove PMDG 737NGX directories from /FSUIPC7/LINDA/AIRCRAFTS and /FSUIPC7/LINDA-CFG/AIRCRAFTS. Note - the LINDA LUA code will run regardless of whether you are running the LINDA GUI If ipcready.lua appears in FSUIPC7 directory. The only LINDA module released so far for MSFS2020 and FSUIPC7 is that for the FBW A32NX. A PMDG 737 module is in preparation - watch LINDA Downloads.
  16. Hi John I have found that the UseAirLocForHvars setting in FSUIPC_WASM.ini is case sensitive. It has to be set to Yes (with capital) to work. This is unlike other FSUIPC .ini parameters that are case insensitive although the Advanced User docs does use =Yes. FSUIPC_WASM_prev.log shows value set to one (line 5) and working (set to "=Yes"). FSUIPC_WASM.log shows value set to zero and not working (set = yes). FSUIPC_WASM.log FSUIPC_WASM_prev.log FSUIPC_WASM.ini
  17. Update. I eventually manually deleted the /localstate/packages/fsuipc-lvar-module directory and reinstalled. The previous fsuipc_wasm.log was showing 0.5.7. Now it reporting 0.5.8 (see attached). FSUIPC_WASM.log
  18. Hi John, the manifest.json showed that WASM 0.5.7 was installed. I downloaded and reinstalled FSUIPC 7.3.3 again and the manifest is unchanged. { "dependencies": [], "content_type": "MISC", "title": "FSUIPC7 WASM Event Module", "manufacturer": "John L. Dowson", "creator": "John L. Dowson", "package_version": "0.5.7", "minimum_game_version": "12.13.0", "release_notes": { "neutral": { "LastUpdate": "07/02/2022", "OlderHistory": "" } } } The fsuipc_lvar_module in FSUIPC7 SDK is also showing WASM 0.5.7. EDIT: I did a manual uninstall using of FSUIPC7 rather than as part of install and reinstalled. It is now showing 0.5.8. Of note, is that after uninstalling manually the installer placed FSUIPC7 in C:/FSUIPC7 not F:/FSUIPC7 where I normally have it. When I reverted to my F:/FSUIPC7, I am again getting reports that 0.5.7 is installed although the manifest.json is showing 0.5.8. Let me investigate further.
  19. Hi John, thanks for the response. I have carried out a couple of un/re-installs of 7.3.3 but am still seeing the version error. WASM has only been installed via the FSUIPC7 installer. Logs attached. InstallFSUIPC7.log UninstallFSUIPC7.log
  20. After installing FSUIPC7 7.3.3 I am getting at error referring to WASM 0.5.8 in fsuipc7.log. [E] [ERROR]: **** The installed WASM version is 0.5.7 while the WAPI is expecting WASM version 0.5.8. Please update the WASM module as this may cause issues. Should the new 0.5.8 have been included in latest release?
  21. @Brokenbroccoli If you are looking for an easy method of binding functions to joysticks for the FBW A32NX can I suggest you take a look at the latest LINDA module v1.0.3 for that aircraft. Most buttons, switches and knobs are now implemented. It requires LINDA 4.1.4 and FSUIPC7 7.3.2. https://www.avsim.com/forums/topic/615285-flybywire-airbus-a32nx-for-msfs-2020-v103-7-apr-2022/
  22. Hi John We do use the A32NX.evt file. So thank you for that steer. I suspect the user has not followed the guidance on setting up all the necessary options to getting all the WASM features to work correctly. This is like herding cats with translation issues. Many thanks.
  23. With FSUIPC7 7.3.1 running, user is still seeing multiple Exception 1 ERROR on TransmitClientEvent. Any ideas? I have not seen these errors with similar configuration (FBW A320 Neo with VRI MCP2a Airbus). Also, but probably unrelated, the user is only reporting a third of the expected Lvars (~1000 of expected ~3000). FSUIPC7.log.txt
  24. Hi John One of my users is logging multiple TransmitClientError exception errors. Can you suggest what might be causing FSUIPC7 to log these (small sample only)? 371531 Exception 1 "ERROR", Ref 4983, Index param 2 on TransmitClientEvent, object=1, id=32773 (????), data=0 371578 Exception 1 "ERROR", Ref 4984, Index param 2 on TransmitClientEvent, object=1, id=32773 (????), data=0 371656 Exception 1 "ERROR", Ref 4985, Index param 2 on TransmitClientEvent, object=1, id=32773 (????), data=0 371719 Exception 1 "ERROR", Ref 4986, Index param 2 on TransmitClientEvent, object=1, id=32773 (????), data=0 Full fsuipc7.log attached. FSUIPC7 7.2.16 being used. FSUIPC7.log.txt
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.