Jump to content

Black Shark: Not all Lo*() functions supported in export.lua?


Recommended Posts

Posted

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...