Metall4You Posted Saturday at 10:10 AM Report Posted Saturday at 10:10 AM Hello I have WASM enabled for the Lua scripts in FSUIPC 7. My problem in ProSim737 is that the lights (taxi, landing, etc.) don't work with the flight model. The ProSim module has a WASM file that controls the lights. Do I need to configure anything else in FSUIPC? Thanks for the tip. Regards, Ramon FSUIPC7.log
John Dowson Posted Saturday at 10:46 AM Report Posted Saturday at 10:46 AM 29 minutes ago, Metall4You said: I have WASM enabled for the Lua scripts in FSUIPC 7. You do not have the WASM installed - from your log file: Quote 109 Presets not loaded as the WAPI is disabled - please enable to use presets ... 70062 *** FSUIPC WASM module not detected - not adding WASM menu Did you try to install the WASM? If not, re-install and accept the default options. If the WASM is then still not installed/detected, please show me the InstallFSUIPC7.log file. 32 minutes ago, Metall4You said: The ProSim module has a WASM file that controls the lights. Do I need to configure anything else in FSUIPC? The ProSim WASM probably handles the specific events that control the ProSim 737. You would need to assign somewhere, such as in FSUIPC7, to have these events triggered and sent to the sim/wasm. Also, please always exit FSUIPC before attaching files. The log file you attached shows that FSUIPC was still running. John
Metall4You Posted Sunday at 09:35 AM Author Report Posted Sunday at 09:35 AM Hello John I reinstalled FSUIPC and WASM is now active. However, my lights in ProSim737 still don't work. The switches are assigned in ProSim737 and work, but the light doesn't turn on. I've attached the log again. kind regards Ramon FSUIPC7.log InstallFSUIPC7.log
John Dowson Posted Sunday at 10:26 AM Report Posted Sunday at 10:26 AM (edited) 51 minutes ago, Metall4You said: The switches are assigned in ProSim737 and work, but the light doesn't turn on. So your assignment in ProSim move the switch but the lights don't turn on? This would indicate that whatever you have assigned to is triggering something that moves the switch, but something else is needed to actually control the lights. However, if you are assigning in ProSim, you need ProSim support. I can only support FSUIPC, not ProSim. You said that ProSim has a WASM module to control the lights - did you install that? Your log file does show that you have an error in your announcement.lua file: Quote 304609 *** LUA Error: I:\FSUIPC7\announcement.lua:385: Event proc not found That error indicates that you are requesting a callback on some type of event, but you have not provided the callback function to receive the event. John Edited Sunday at 10:28 AM by John Dowson minor update to ask if ProSim WASM is installed
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now