Hello everyone, it's been a while since I wanted to build panels to make flying easier (being the owner of two 3D printers...). So I decided to turn to DCS Bios to link the hardware part to DCS Word. So I did some tests with an Arduino Uno and after a few unsuccessful attempts I manage to make the inputs work: I set a switch for the landing gear (on the Viggen) and it works !!! Nevertheless, I wanted to try later to configure the outputs so that an LED lights up when the landing gear is down. And that's the problem... I have nothing, the LED doesn't light up, even though it's well connected to the Arduino (blinks at startup). I went on the DCS bios online HUB and it seems that the software doesn't retrieve the data from DCS. It displays no "data yet" while the simulator is running and the inputs are working... I can't find the source of the problem. I also just noticed some kind of error message in the DCS bios log :
"Util.lua: value -1.000000 is too small for address 17940 mask 8
Util.lua: value -1.000000 is too small for address 17934 mask 4096
Util.lua: value -1.000000 is too small for address 17940 mask 8
Util.lua: value -1.000000 is too small for address 17934 mask 4096
Util.lua: value -1.000000 is too small for address 17940 mask 8"
(this message repeats itself many times)...
I also found this message in the DCS log (not bios):
"2020-04-05 17:12:10.330 ERROR Lua::Config: Call error LuaExportAfterNextFrame:<LUA_TTABLE>
stack traceback:
[C]: ?
[C]: in function 'try'.
[string "S:Dcs Bios lua"]:98: in function 'send
162: in function 'flush'...
[string "S:\DCS Bios\dcs-lua\BIOS.lua"]:86: in function < [string "S:\DCS Bios\dcs-lua\BIOS.lua"]:83>."
There's also another error (before this message):
"can't open 'C:\Users\Dawnplayer\Saved Games\DCS\Scripts\DCS-BIOS\BIOS.lua''.
I don't really understand the problem :helpsmilie:... I'm hoping you can help me.