Search found 4674 matches

by Keith Baxter
Fri Mar 22, 2024 9:24 am
Forum: iPad Help
Topic: Ipad with X-Plane 12 on Mac
Replies: 7
Views: 2292

Re: Ipad with X-Plane 12 on Mac

Hi,

I will take a look tomorrow and see what is involved. If it is a quick fix I will do right away If not then sometime in the next week.


Keith
by Keith Baxter
Thu Mar 21, 2024 3:32 pm
Forum: Lua and API Scripting Help
Topic: MSFS C172 B:var Air Flow slider
Replies: 8
Views: 191

Re: MSFS C172 B:var Air Flow slider

Corjan wrote: Thu Mar 21, 2024 2:29 pm
Keith Baxter wrote: Wed Mar 20, 2024 11:14 am Hi,

AM4.3 beta is imminent? ;)

Keith
Hi,


Hard to say. Have been focusing on getting AM 4.2 stable lately.
If I would have to guess, that I would say about 1 month.


Corjan
Thank you for the info Corjan.

I was just jesting. :D


Keith
by Keith Baxter
Wed Mar 20, 2024 11:14 am
Forum: Lua and API Scripting Help
Topic: MSFS C172 B:var Air Flow slider
Replies: 8
Views: 191

Re: MSFS C172 B:var Air Flow slider

Hi, Forgot, but the current protocol between AM and the sim doesnt support command arguments when subscribing, only type ("BEGIN", "ONCE", 'END). In AM 4.3 there will be support for dynamic number of arguments. That is also when we can implement subscribing to B:vars properly. C...
by Keith Baxter
Sun Mar 17, 2024 1:48 pm
Forum: Arduino
Topic: Arduino and 737 ZIBO not working.
Replies: 7
Views: 288

Re: Arduino and 737 ZIBO not working.

Hi,

Maybe not the MAX7219 conbo, Read this.

https://www.siminnovations.com/forums/v ... 224#p59224

Keith
by Keith Baxter
Sat Mar 16, 2024 8:24 am
Forum: Arduino
Topic: Arduino and 737 ZIBO not working.
Replies: 7
Views: 288

Re: Arduino and 737 ZIBO not working.

@Gilles might know, I think that he made it. It can be that they (Zibo) changed the commands. Correct Ralph. it is @SimPassion not @Gilles by the way. ;) SimPassion to sort out. Dataref <laminar/B738/rotary/autopilot/bank_angle> is not used anymore. Dataref <laminar/B738/autopilot/bank_angle_pos> i...
by Keith Baxter
Thu Mar 14, 2024 10:17 am
Forum: Lua and API Scripting Help
Topic: FLOAT[128] writing
Replies: 1
Views: 123

Re: FLOAT[128] writing

Hi, Number of issues. This is how to do it. taxis_sw = switch_add(nil, nil, 0,0,250,250,function(position,direction) if position == 0 then switch_set_position(taxis_sw, 1) xpl_dataref_write ("sim/cockpit2/switches/generic_lights_switch", "FLOAT[128]", {1}, 21) end if position == ...
by Keith Baxter
Wed Mar 06, 2024 4:54 pm
Forum: General Discussion on Anything
Topic: Potentially for sale - complete 737 NG cockpit hardware due to health issues.
Replies: 15
Views: 994

Re: Potentially for sale - complete 737 NG cockpit hardware due to health issues.

Joe, Someone might be interested. https://www.facebook.com/groups/350159808331896/?hoisted_section_header_type=recently_seen&multi_permalinks=8006589646022169&__cft__[0]=AZUmF2_-2h58uCe4CDaPBfiWBfU7pgDgdtt-nT367ZlGOvidZ5PReB0qQo5iOf3THrUo80jE6Ff2idc_eZ_3mZk5E4HEot3vENGX4n9w3S_sVy7nFcZrA5Q27U...
by Keith Baxter
Wed Mar 06, 2024 5:31 am
Forum: Air Manager Help
Topic: Cannot make a map invisible
Replies: 3
Views: 130

Re: Cannot make a map invisible

Hi

Yes this is a new bug. @Corjan

Changing the base-layer to nil will work. However, you will get a white rectangle where the map was.

Code: Select all

navmap = map_add(10,10,580,580,"OSM_STANDARD",14)

map_baselayer(navmap,nil)

Keith
by Keith Baxter
Thu Feb 29, 2024 4:49 pm
Forum: Under development and finished work
Topic: Electronics International MVP50
Replies: 5
Views: 243

Re: Electronics International MVP50

Keith Is your instrument available to download? Hi, No it is not. However I will share it with you by sending via PM if you want. It is incomplete and was done for XP11. I did try it in XP12 quickley and some things do not work so will need some investigating. We can discuss on the Discord to get y...