Jump to content

Capt Zeen

Members
  • Posts

    719
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Capt Zeen

  1. i'll take a look this ofternoon
  2. You can use my ka50 profile if you want: PZ70 - CRS Position: display with Desired Course, LCD knob with HSI_COURSE_ROT +/- , Auto Throtle switch with HSI_DH_DTA auto/manual - HDG position: display with Heading - IAS position: display with IAS - VS position: display with radar altimeter and VVI - ALT position: display Baro-Altimeter and QFE pressure, LCD knob with QFE Knob inc/dec PZ55 -GEAR LEDS 100% operatives like in the cockpit -GEAR LEVER activate gear lever -Weel rotator with radio selector for VHF2, VHF1, SW, and Ground Crew. Last option (start) empty -Master BAT activates batt 1 cover and switch -Master ALT activates batt 2 cover and switch -Avionics Master activates Inu power, K-041 power and Nav system power -Fuel pump activates FWD and AFT fuel pumps -DE-ICE activates rotor anti ice and engine anti ice -PITOT HEAT activates the two pitots heats - COWL (empty) -Lights PANEL activate cockpit light panel -BEACON activae beacon light -NAV activate navigation lights at 100% -STROBE activate pit lights -TAXI activate formation lights at 100% -LANDING activates landing lights Here you got the file and code: https://forums.eagle.ru/showpost.php?p=3444735&postcount=724 ..
  3. Hello all! UPDATE 2 is Ready for download. it fixed the beheviors of some switches: Launch bar Switch Hook Bypass Switch ALR-67 Power Button You can find it in the Download section of my site, hope you like it ! ..
  4. yes, thats the way i use it
  5. Ok ! first version of the FA-18C radio panel published ! NOTE: This is my first time implement one airplane radio panel to the DCSFP so... i foresee issues! Just let me know any problem you have, or ideas to improve the functionality. In this version i implemented the COMM1 and COMM2 radios and the ILS, for the moment. The ILS work only in manual mode, so you need to select the ils manual mode in the cockpit switch. ( on the left side panel) Here you got how it works: THANKS: I want to thanks to ArturDCS for his help, and for the great program he created. Thanks too, aswell, to AndrewW, for create the first version of the FA18C DCSBios implementation. And of course, to [FSF]Ian, for the DCS-Bios ! KNOW ISSUES: - For an unknow reason, the change channel rotators only works in one direction, i'll try to fix that in the next version. - You need to click once, any button on the radio panel to "activate" it. ( ? ) IMPORTANT NOTICE: You need to download the new version of the DCS-bios too. I changed the fa-18C_hornet DCS-bios file to add some new functions. DOWNLOAD: DCSFlight panels DCS-Bios Hope you like it ! ..
  6. You can get the data from sensors, but in almost all the server those are forbiden functions, so you can´t flight online on those servers. Once you got all the sensors data, you can create a tool that mimic the beheviour of the rwr, but the tool can be very complex to create. There is an old tool that make that for the F15, (Leavu) but only work on the F15. Saludos !
  7. Probably we can do a NS430 dcsbios lib common file, and then just call it from the others airplane files. I can try it.
  8. I found the way to interact with the NS430! Once is installed, you can get acces to the switches and buttons adding 256 to the device numbers. For example the "VLOC flip-flop" switch uses the device.GNS430 (=1) and the action is the button13, so usually you get acces doing: lDevice = GetDevice(1) lDevice:performClickableAction(3013,1) but, this dont work, because the MI-8 or L39 devices are actually working in those ranges too. So... you need to add 256 to the device, so you call: lDevice = GetDevice(257) lDevice:performClickableAction(3013,1) And it work ! Now.... If you want to use the DCSBios, we need to add the NS340 buttons to the MI-8 or L39 dcsbios file, adding the new entrances using the 256+ system. Thats not difficult to do. ..
  9. As far as i know, the NS430 is not implemented in DCSBios. This afternoon i am going to do some test with Witchcraft, to check if this is something possible.
  10. Update your export files with the latest one on my site. Some weeks ago, ED changed the device number orders, and the radar, countermeasures etc, get affected.
  11. I'm back from holidays ! So... i started again with the FA-18C project: After adding several new functions to the F18 DCS-bios file i can export the frequencies and channels to the radio panel. I can change the channels too, from the radio panel knobs. Now i am looking the way to integrate the ILS and TACAN, but i need a way to export this data from the cockpit, but not sure if i have acces to this data. And last thing to prepare is the posibility to change the frecuency for the Channel M or others. I let you know how the project goes. ..
  12. Yes. It can be done. You need to select all the ufc switches and buttons from inside the main panel and then copy all of them inside a new panel. Probably youll need to copy the background part of the ufc using photoshop or something similar. Right now i'm not at home. When i come back next week i can prepare a ufc module alone.
  13. Thanks for your help, Rightstuff! You are so kind helping people.
  14. Yes. It is posible. But you need to setup your tablet as an aditional monitor in your windows.
  15. Look on the first post, troubleshooting. There you got everything you need to setup your viewports
  16. Thanks a lot ! Nice idea.
  17. advances on the FA18C radio project: Finally i conected DCSFP with the hornet via DCSbios. Thanks for yor help ArturDCS. Comm1 and Comm2 freqs allready on the panel. The bad news, tomorrow i go hollidays, so i can't continue till i come back home. ..
  18. Tomcat, reinstall the monitor configuration files from the rpofile. download again from my site, in the last patch ED changes some files, and you need the last version of the profile ( UPDATE 1)
  19. The problems with the control for the rwr radar etc, were fixed the following day of the patch. Just download again the export files and replace yours.
  20. Ok, i added the frequency values for comm1 and comm2 to the FA-18C_hornet DCSbios file, Now i am working on the implementation of the radio panel for the F18 in DCSFP. I let you know how it is going...
  21. Removing the / in the second line of the FA-18C_hornet.json it work ! so instead of: " Right Engine Fire Warning/Extinguisher Light": { use : " Right Engine Fire Warning Extinguisher Light": {
  22. Thanks a lot, ArturDCS! i'll test as soon i arrive home!
  23. Well, probably was a mistake, but easy to fix. Now i am flying with the Hornet, so i can revise everything.
×
×
  • Create New...