Search found 90 matches

by chefpilot
Fri Sep 30, 2022 7:51 am
Forum: Lua and API Scripting Help
Topic: IIC si_variable_write, array
Replies: 9
Views: 1009

IIC si_variable_write, array

I have a problem writing IIC variables to an array. I tried this script: switch_id = si_variable_create("my_var", "INT4]", {1, 3, 5, 7}) si_variable_write(switch_id, {data}, 2) Intention is to store data at the second position in the array, buth data is allways stored at the firs...
by chefpilot
Wed Sep 28, 2022 6:59 pm
Forum: Lua and API Scripting Help
Topic: inter-instrument-communication
Replies: 10
Views: 1148

Re: inter-instrument-communication

I still have a problem writing IIC variables to an array.
I tried this script:

Code: Select all

si_variable_write(switch_id, {data}, 2)
but the data is allways stored at the first position and not at the second, what I expected.
Marc
by chefpilot
Tue Sep 27, 2022 8:43 pm
Forum: Lua and API Scripting Help
Topic: inter-instrument-communication
Replies: 10
Views: 1148

Re: inter-instrument-communication

It was a problem with the firewall!
Thanks for yor help!
Marc
by chefpilot
Tue Sep 27, 2022 3:36 pm
Forum: Lua and API Scripting Help
Topic: inter-instrument-communication
Replies: 10
Views: 1148

Re: inter-instrument-communication

Thanks, I,ll try tonight
by chefpilot
Tue Sep 27, 2022 3:35 pm
Forum: Lua and API Scripting Help
Topic: inter-instrument-communication
Replies: 10
Views: 1148

Re: inter-instrument-communication

Do you mean setting the ip-adress of xplane manual in AirManager?
by chefpilot
Tue Sep 27, 2022 2:57 pm
Forum: Lua and API Scripting Help
Topic: inter-instrument-communication
Replies: 10
Views: 1148

Re: inter-instrument-communication

Do you mean setting the ip-adress of xplane manual in AirManager?
by chefpilot
Tue Sep 27, 2022 12:54 pm
Forum: Lua and API Scripting Help
Topic: inter-instrument-communication
Replies: 10
Views: 1148

Re: inter-instrument-communication

Hi, I checked everything. Xplane11 is runing with plugin 4.0 on the desktop Air Manager 4.1.5 is runing on the laptop Air Player 4.1.5 is runining on the raspberry The raspberry wit AirPlayer is showing up in AirManager AirManager indactes to be connected to Xplane Scripts/instruments started with A...
by chefpilot
Mon Sep 26, 2022 8:36 pm
Forum: Lua and API Scripting Help
Topic: inter-instrument-communication
Replies: 10
Views: 1148

inter-instrument-communication

Hello, I'm just trying to integrate inter-instrument-communication into my instruments. Everything is working fine as long as the communication takes place between instruments on the same laptop. By the way Xplane is runing on a desktop integrated into my private lan/wlan. I have a problem if one in...
by chefpilot
Sat Apr 23, 2022 9:16 pm
Forum: Raspberry Pi
Topic: Raspberry Image
Replies: 15
Views: 6288

Re: Raspberry Image

I do not have much experience with linux. However, it took a while until I could manage to install airplayer on the raspi.
I would appreciate if you could manage to send out the coupons on Monday, because I like to do some testing.
Marc
by chefpilot
Sat Apr 23, 2022 1:47 pm
Forum: Raspberry Pi
Topic: Raspberry Image
Replies: 15
Views: 6288

Re: Raspberry Image

thanks for quick response.
Marc