Capt Zeen Posted November 16, 2014 Posted November 16, 2014 Hello all. I have been working on a more complex FC3 export for Helios profiles, and after looking everywhere in the net, i found a list of functions that can be used to extract data from FC3 in DCS. But looks like several funtions do not work any more, like LoGetMechInfo() and others... Is there any list width the actual useable functions, or a place where we can be updated about the changes ED do on the export functions? Thanks a lot! Capt_Zeen_HELIOS PROFILES_WEBSITE Capt_Zeen_Youtube Channel
McMicha Posted February 21, 2015 Posted February 21, 2015 Hello Capt Zeen, I use for my Export script followed functions. myData = LoGetSelfData() myData.LatLongAlt.Lat -- LATITUDE myData.LatLongAlt.Long -- LONGITUDE LoGetBasicAtmospherePressure() -- BAROMETRIC PRESSURE (mmHg) LoGetAltitudeAboveSeaLevel() -- ALTITUDE SEA LEVEL (Meter) LoGetAltitudeAboveGroundLevel() -- ALTITUDE GROUND LEVEL (Meter) LoGetTrueAirSpeed() -- TRUE AIRSPEED (Meter/Second) LoGetADIPitchBankYaw() -- PITCH, BANK, YAW (Radian) myData.Heading -- HEADING (Radian) LoGetVerticalVelocity() -- VERTICAL SPEED (Meter/Second) LoGetIndicatedAirSpeed() -- INDICATED AIRSPEED (Meter/Second) LoGetMachNumber -- MACH LoGetAngleOfAttack() -- ANGLE OF ATTACK AoA (Radian) LoGetGlideDeviation() -- VOR1 HORIZONTAL DEFLECTION (-1 +1) LoGetSideDeviation() -- VOR1 VERTICAL DEFLECTION (-1 +1) LoGetSlipBallPosition() -- SLIP BALL (-1 +1) LoGetAccelerationUnits().y -- G-LOAD LoGetNavigationInfo().Requirements.pitch -- AP REQUIRED PITCH (Radian) LoGetNavigationInfo().Requirements.roll -- AP REQUIRED BANK (Radian) LoGetNavigationInfo().Requirements.speed -- AP SPEED (Meter/Second) LoGetNavigationInfo().Requirements.altitude -- AP ALTITUDE (Meter) LoGetNavigationInfo().Requirements.vertical_speed -- AP VERTICAL SPEED (Meter/Second) LoGetControlPanel_HSI() -- HSI Data LoGetControlPanel_HSI().RMI_raw -- VOR1 OBS (Radian) LoGetControlPanel_HSI().ADF_raw -- ADF OBS (Radian) LoGetControlPanel_HSI().Heading_raw -- Heading (Radian) LoGetEngineInfo().RPM.left -- ENG1 RPM % LoGetEngineInfo().RPM.right -- ENG2 RPM % LoGetEngineInfo().Temperature.left -- ENG1 EGT ºC LoGetEngineInfo().Temperature.right -- ENG2 EGT ºC LoGetEngineInfo().FuelConsumption.left -- bug, always 0 LoGetEngineInfo().FuelConsumption.right -- bug, always 0 LoGetEngineInfo().HydraulicPressure.left LoGetEngineInfo().HydraulicPressure.right LoGetEngineInfo().fuel_internal -- TANK1 (INT) (KG) LoGetEngineInfo().fuel_external -- TANK2 (EXT) (KG) LoGetMechInfo() -- mechanical components, e.g. Flaps, Wheelbrakes,... LoGetPayloadInfo() -- Paylod, e.g. bombs, guns, rockets, fuel tanks,... LoGetSnares() -- Flare and Chaff LoGetSightingSystemInfo() LoGetTWSInfo() -- SPO Information, RWR F15C LoGetTargetInformation() -- detailed Radar Infos from F15C LoGetLockedTargetInformation() LoGetF15_TWS_Contacts() -- the same information but only for F-15 in TWS mode LoGetMCPState() -- Warninglights, bugy some values always true LoGetRadioBeaconsStatus() Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION" DCS ExportScript D.A.C. DCS to Arcaze Communicator Ikarus a new Virtual Cockpit Software Deutscher Forums Thread English Forums Thread Hard/Software: AMD Ryzen 7 1800X, 32 GiB RAM, extra SSD for Windows 10 and DCS World, AMD Vega Frontier Edition with 16 GiB VRAM
LowLee Posted February 22, 2015 Posted February 22, 2015 Hi capt zeen! Some functions of the export.lua are bugged on the AFM planes of FC3, like the fuel consumption or others. Which function do you need? Fletto i muscoli...e sono nel vuoto [sIGPIC][/sIGPIC]
Capt Zeen Posted June 1, 2015 Author Posted June 1, 2015 Thanks for your help! I am making progress testing and exporting extra FC values to Helios. (appart from the main ones, hsi, altitude, ias, etc) Some values seems bugged in LogetMechInfo(), for example, flaps gives value on the su-33 but not in the su-27 Other values from LogetMechInfo() seeem to work fine: gear, noseflaps, speedbrake, canopy, hook, wing, refuelingboom ... LoGetPayloadInfo() looks to work fine aswell, as LoGetSnares() My first test width LoGetMCPState() was a fail, so i dont know at the moment what work or not. Perhaps we can do a list of working and not working values for each airplane. Capt_Zeen_HELIOS PROFILES_WEBSITE Capt_Zeen_Youtube Channel
flyco Posted August 20, 2015 Posted August 20, 2015 I am running an A-10C Helios profile very satisfactorily. However, I am unable to get either the P-51 or the F-15C running (both published by Capt Zeen). All I get is a bright red screen with a large black cross on it together with some captions. In addition the red area is only 95% of the full screen size. Can anyone throw any light on this problem.
Recommended Posts