Jump to content
The simFlight Network Forums

ProSim737 External Lights with FSUIPC Wasm


Recommended Posts

Posted

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

Posted
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

Posted (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 by John Dowson
minor update to ask if ProSim WASM is installed

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.