Sven G. Posted September 6, 2021 Report Posted September 6, 2021 Hi, I ask for a little help to get started: I am a beginner in this beautiful hobby and I am already failing at what is probably a simple task. For the past few weeks I've been trying to solve it myself. However, this does not work so far. I integrated my switch via Arduino and Mobiflight. FSUIPC = 7.2.8 including WASM is running very well. My current challenge are the switches for Master Warning and Master Caution for the TBM930. One thing in advance: They work very well via the Mobiflight software for FSUIPC offset with e.g. the offset for landing lights (0x028C). Also no hardware error and Mobiflight to FSUIPC work. For the offset 0x66C0 I have extended the FSUIPC.ini with the following entry (I read somewhere that it should go like this and just inserted the variable): [LvarOffsets.TBM930] 1 =Generic_Master_Warning_Active 0039=UB66C0 The LVAR "Generic_Master_Warning_Active 0039" works as it should via WASM (Set Lvar). However, I don't get the result I want with these settings. I look forward to any help and can of course also provide more details. I believe that I am on the right track. However, the first switch is apparently also the heaviest 😉 greeting Sven
John Dowson Posted September 7, 2021 Report Posted September 7, 2021 12 hours ago, Sven G. said: [LvarOffsets.TBM930] 1 =Generic_Master_Warning_Active 0039=UB66C0 You don't need the '0039' - that is the index number of the variable, so use: [LvarOffsets.TBM930] 1=L:Generic_Master_Warning_Active=UB0x66C0
Sven G. Posted September 9, 2021 Author Report Posted September 9, 2021 Hi, thank you for the fast answer. I've tried and it works with one exception: After pressing the Master Warning Button, only the warning lamp is switched off. The audio alarm remains on. So it doesn't seem to be the right variable or one is still missing. Any idea? Regards Sven
John Dowson Posted September 9, 2021 Report Posted September 9, 2021 You could try the following hvars: H:Generic_Master_Warning_Push H:Generic_Master_Caution_Push Maybe try them out first using the Add-ons->WASM->Activate Hvar menu option.
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