Search found 4726 matches

by SimPassion
Thu Sep 28, 2023 12:16 pm
Forum: General Instrument Help
Topic: Identifying fs2020 variables
Replies: 7
Views: 132

Re: Identifying fs2020 variables

Thank you, Yes, it is the default bonanza. Now it works. I has trying to change the offset of FSUIPC7 (by Pete Dowson), since I use SIOC and opencockpits/iocards hardware. For some reason the offset does not work. The variable of AirManager works fine. Thank you Alvaro Hi Alvaro, if you mentioned &...
by SimPassion
Wed Sep 27, 2023 1:43 pm
Forum: Air Manager Help
Topic: Air Panel controls on touchscreen do not react to touch
Replies: 3
Views: 77

Re: Air Panel controls on touchscreen do not react to touch

Please read the whole thread, it looks like this brand is having some issue in touch area

https://forums.siminnovations.com/viewtopic.php?t=6825
by SimPassion
Wed Sep 27, 2023 8:51 am
Forum: Arduino
Topic: Annunciator scripting
Replies: 8
Views: 120

Re: Annunciator scripting

Not sure if the Wiki would be involved in this 🤔
I would rather see the "good or bad" ability of browsers and text edit tools to translate chars "on the fly", while pasting ... :)
by SimPassion
Tue Sep 26, 2023 10:42 pm
Forum: Arduino
Topic: Annunciator scripting
Replies: 8
Views: 120

Re: Annunciator scripting

SimPassion, What did you change? The quotation marks " " I don't even know where you got the ones you used ;) Good catch Joe 👍 BaronD55 indeed we need high concentration and increase level of attention while scripting (coding in any case) and this could occur to any of us ;-) the differen...
by SimPassion
Tue Sep 26, 2023 10:37 pm
Forum: Air Manager Help
Topic: CAS Warning Lights on Thranda Cessna 208
Replies: 20
Views: 340

Re: CAS Warning Lights on Thranda Cessna 208

I'm surprised and I guess (hope) the OP is only busy on some other priority tasks, seeing he's rather old user here :

image.png
image.png (3.81 KiB) Viewed 20 times
by SimPassion
Tue Sep 26, 2023 10:34 pm
Forum: General Instrument Help
Topic: Identifying fs2020 variables
Replies: 7
Views: 132

Re: Identifying fs2020 variables

a533 wrote: Tue Sep 26, 2023 6:58 pm Thank you both,

I have almost everything working, except for the batteries

the event "TOGGLE MASTER BATTERY" does not seem to work in the bonanza.

Regards

Alvaro
Which Bonanza ? Please be more specific ;-)
by SimPassion
Tue Sep 26, 2023 10:33 pm
Forum: Arduino
Topic: C-172 Fuel Shutoff Valve
Replies: 11
Views: 144

Re: C-172 Fuel Shutoff Valve

SimPassion: I copied your entire script to a new hardware function. I set the the Button: OFF in Hardware Property to the pin on my Arduino Mega 2560. I then added the hardware function to my panel and ran it. I did not get any response from my Fuel Shutoff Valve on either MSFS2020 or XP-12. As the...
by SimPassion
Tue Sep 26, 2023 7:53 am
Forum: Air Manager Help
Topic: Changing to a new computer
Replies: 7
Views: 272

Re: Changing to a new computer

.../... Would I have been better off to have copied it over first and then activated it on the new computer? alternate way yes, though an install has already put and created the folders and their contents in the proper location for you Also, I'm thinking of getting a separate copy of Air Manager to...
by SimPassion
Tue Sep 26, 2023 7:49 am
Forum: Arduino
Topic: Annunciator scripting
Replies: 8
Views: 120

Re: Annunciator scripting

The correct one is as follow : function new_data_callback(mast_batt, parkbrake, alternator1, alternator2, ground_clearance, starter1, starter2, gear_handle_status, vertical_speed) end fs2020_variable_subscribe("ELECTRICAL MASTER BATTERY:1", "Bool", "BRAKE PARKING INDICATOR”,...
by SimPassion
Tue Sep 26, 2023 7:44 am
Forum: Arduino
Topic: C-172 Fuel Shutoff Valve
Replies: 11
Views: 144

Re: C-172 Fuel Shutoff Valve

I want to install a Fuel Shutoff Valve, not the Fuel Selector. Here is an image: Fully understood at first, I guess you've not already get : all is inside the script, including the fuel cute-off part for both X-Plane and MSFS Closing both Valve and Selector, will fulfill the expectation ... just tr...