Jump to content

Sharknoir

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Sharknoir

  1. Hello and happy new year. Is it possible to expect script export of eHSI components like ADI in 2024? So that those who have a real HSI can interface it with DCS like other F-16 simulator? And the icing on the cake, the same for the RWR? Thanks in advance.
  2. Hello and happy new year. Is it possible to expect script export of eHSI components like ADI in 2024? So that those who have a real HSI can interface it with DCS like other F-16 simulator? And the icing on the cake, the same for the RWR? Thanks in advance.
  3. Some news for lua export with the new RWR?
  4. Hello again, If data is not available... A question about the LUA: Is it possible to determine the values by "reading" the position of the blue arrow and the white cursor on the instrument in LUA?
  5. Good morning, I go back to this post, someone would know how to read in the lua export for the HSI (for the F-16 but the data may be common?): - Bearing to Beacon (tacan,nav) - Desired heading i hope someone can help me Thanks
  6. Hello, With the redesign of the RWR, can we expect LUA extraction for it so we can use the RWR devices we already have? On BMS we have these variables to allow us to use real RWR instruments or others (USB, LAN, Arduino, etc.). If it can help... Bearing, float[], Bearing of the symbols CurrentSymbolCount, int, Number of symbols in the array Info, char[], New RWR Info Lethality, float[], Lethality of the symbols MaxSymbolCount, spec, Max. number of symbols in the simulator for F-16. MissileActivity, long[], Missile activity of the symbols MissileLaunch, long[], Missile launch of the symbols NewDetection, long[], New detection flag of the symbols Selected, long[], Selected flag of the symbols Symbols, int[], Type of the symbols. Name of symbol. For the eHSI we would need these variables to be able to use the real instruments or others: BearingToBeacon, float, Bearing to the beacon CourseDeviation, float, Actual course deviation CurrentHeading, float, Actual heading DesiredCourse, float, Desired course DesiredHeading, float, Desired heading DistanceToBeacon, float, Distance to the beacon HSIBits, int, HSI Flags NavMode, byte, Current mode selected for HSI/eHSI The LUA extraction of these variables would be a real plus for the compatibility of F-16 cockpits already existing before this module. Thanks in advance.
  7. Hello, any information if there is provision for lua extraction from eHSI and RWR? Anyone who has built an F-16 cockpit, with more or less real parts, is stuck enjoying DCS instead of BMS. Thanks in advance for your response. especially since the eHSI is somewhat essential for radionavigation.
  8. DCS-BIOS cannot provide the data for the RWR and the HSI precisely. Currently, the lua extraction provided by DCS does not include these 2 instruments for the F-16. This is what is requested here.
  9. Hello, thank you for wanting to help us. I cannot extract via the lua script the HSI and RWR data of the F-16. I get there on the F-18, A-10, etc. but not on the F-16. I tried with: "LoGetControlPanel_HSI()" but nothing. I looked if others like DCS-BIOS, Helios, etc. but they don't have anything either. So I thought that the F-16 had a problem on the extraction on these 2 instruments, but you tell us that no. Great news, it would be nice to help us to extract these 2 instruments in lua scripts. that would be cool. Because there we dry.
  10. yes I'm interested I'm concerned for real instruments
  11. Hello, I'm still looking for a heading to the F-16's NAV / TACAN point. the small blue arrow on the HSI. I tried "LoGetControlPanel_HSI ()" but it didn't work. I tried "LoGetControlPanel_eHSI ()" same. Someone would have any idea?
  12. It is a pity that some planes have all the variables for export and for others ... I am wondering if the variable naming of "LoGetControlPanel_HSI" would not be different on the F-16. Anyone know how to find them? I saw that sometimes it is ADF or ADF_RAW etc ... for other planes
  13. Thanks for reply, but i am not trying to visually export the eHSI or the RWR. I have had copies of real instruments for a long time that i use on other simulators. I don't want to change themt. I'm looking for the variables that will allow me to reuse them. I found someone but i miss others. For eHSI i would find : - HSI_VAL_DISTANCE_TO_BEACON - HSI_VAL_BEARING_TO_BEACON - HSI_VAL_DESIRED_HEADING But for F-16 DCS, I am afraid that some variables do not work : LoGetControlPanel_HSI. For information, I use them for my cockpit : Thank you for taking the time to answer me
  14. Hello, I am lucky to have created my cockpit with more or less real instruments most of the time. With the DCS export, I was able to recover almost all the variables except for the RWR and the eHSI. For the RWR, i found how to export the symbols, but i can’t find how to export the position of these on the RWR. For the eHSI, I'm looking for the 'desired heading', the 'bearing to beacon', etc. i tried "LoGetControlPanel_HSI" but it doesn't work How to recover this data or make it available ? Thanks
  15. Hello, someone knows how to find the different instruments in the "parse_indication" for F-16? Mainly for eHSI and RWR? I know : DED = parse_indication(6) CMDS = parse_indication(16) UHF PresetChannel = parse_indication(10) UHF FreqStatus = parse_indication(11)
  16. Hello, i found for current heading : local hdgDeg local selfData = LoGetSelfData() if selfData.Heading ~= nil then local hdgDegValue = selfData.Heading / (2 * math.pi) * 360 hdgDeg = math.floor(hdgDegValue) end thanks DCS-BIOS
  17. 422 / 5000 Hello, I have a cockpit for F-16C from F4 BMS. This uses graphic displays for the instruments. They are graphic screens and not monitors. So I can't do visual exports on these. With the Export lua and the help of the community, I managed to adapt all my screens except the RWR and especially the eHSI (or HSI). Anyone know how to retrieve the infos I am missing for the HSI? - HSI : bearing to beacon? - HSI : CRS deviation? - HSI : Current heading? - HSI : Desired CRS? - HSI : Desired Heading? - HSI : Distance to Beacon? For the RWR these are the threats displayed If anyone can help me that would be wonderful
  18. Hello, I am following this project very closely, in order to be able to export the MFDs and instruments of the F-16C to my other PC. Any news on its release?
  19. Hello, now the INS page on DED works. We will find it in DCS-BIOS 0.85?
  20. Hello, is it normal that when you switch to HUD and MFD view only or in F2 view, the F-16C DED is no longer refreshed? Rather annoying for cockpit owners.
  21. Great, i miss it very very thanks I think you had find all data for the f-16C Viper For this works thanks you
  22. Someone know how to extract UHF frequency and channel on the panel UHF on the left side? For the F-16C Viper? Same for chaft and flare count in cmds on the left side? After that, i have a full cockpit works for me.
×
×
  • Create New...