drsoran Posted May 2, 2009 Posted May 2, 2009 Hi! I'm trying to read some values from Black Shark via socket using the export.lua. What I get is: local tas = LoGetTrueAirSpeed() local altBar = LoGetAltitudeAboveSeaLevel() local altRad = LoGetAltitudeAboveGroundLevel() local pitch, bank, yaw = LoGetADIPitchBankYaw() What I do not get is: local ias = LoGetIndicatedAirSpeed() local mcp = LoGetMCPState() This means "ias" and "mcp" is always nil. Are these functions not yet supported or is this a bug? Greetings
JG14_Smil Posted May 2, 2009 Posted May 2, 2009 I believe only a few are supported at this time. I am looking forward to indicator lights output working in export.
Recommended Posts