Simvar Questions
Hi guys,
I'm working on a Flow Pro wheel and found most of the Simvars required for monitoring states. But I'm having trouble finding the hydraulic pressure readouts that match what is shown in the CDU via your WASM module. Are these internal variables, or are they related to 'A:HYDRAULIC PRESSURE:'?
Cheers,
Dean
- Miltech Simulations @MiltechSimulations
The HYD system is custom and not related to any AVars. I can, however, create LVars for you to use. I'll keep you posted on this.
- VDean Stalker @vorky
You rock, thank you!
- Miltech Simulations @MiltechSimulations
Hey Dean, other than Hydraulic Pressure, are there any other variables you need us to create LVars for?
- VDean Stalker @vorky
The next target will be lights, might also be good to include a toggle for the flight model when VRS gets you down (so to speak).
- Miltech Simulations @MiltechSimulations
(L:V22_HYDRAULIC1, Enum), (L:V22_HYDRAULIC2, Enum), (L:V22_HYDRAULIC3, Enum), (L:V22_LIGHT_MASTER, Enum), (L:V22_LIGHT_STROBE_TOP, Enum), (L:V22_LIGHT_STROBE_BOTTOM, Enum), (L:V22_LIGHT_POSITION, Enum), (L:V22_LIGHT_POSITION_BRIGHT, Enum), (L:V22_LIGHT_POSITION_MODE, Enum), (L:V22_LIGHT_BLADE_TIP, Enum), (L:V22_LIGHT_FORMATION, Enum), (L:V22_LIGHT_LANDING, Enum),
Uploading update now :)
- VDean Stalker @vorky
Thank you, what a legend!
- VDean Stalker @vorky
Progress report ...
The Hydraulic statuses work like a charm; it's possible to only allow nacelle movement once the hydraulics are pressurised. (ie. APU - Hyd3, Engine only - Hyd 1/2 are monitored)
The lights seem to have something resetting the values behind the scenes. For example, setting the position lights using the
Toggle Logo Lights
andToggle Nav Lights
input events, the state doesn't stick. (ie. The script in Flow triggers the event, and the FSUIPC logging shows an immediate toggle event afterwards that wasn't triggered by the Flow script.). Is your WASM module tracking state separately?
- Progress