-
Posts
56 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by danos_2503
-
TACAN / TCN counter freezes
danos_2503 replied to Tozzifan's topic in F/A-18C Operation Cerberus North Campaign
Hi, did this ever get sorted? Just had the same issue with mission 3 and 4 once heading back to airport i enter in tacan it comes up and has distance, but will then freeze and sometimes just starts spinning on the HSI sometimes turning it on and off will fix it, but when happening it also seems to change the tacan postion i have had to workout visually and manually the return airfield. -
DCS BIOS Moving LST/NFLR moves FLIR switch in game
danos_2503 replied to danos_2503's topic in Home Cockpits
@No1sonuk thanks will check out the discord and will uninstall dcs bios hub not working now anyway. Also, found the socat folder on GitHub. Are you using this with arduino yourself? And for what aircraft? -
DCS BIOS Moving LST/NFLR moves FLIR switch in game
danos_2503 replied to danos_2503's topic in Home Cockpits
seems i am having issues with DCS bios hub it works for a little bit then just stops responding, so i am going to try the flight panels version. I am following the install, but seem to be having issues. Do i need to remove the DCS bios hub version? and the line dcs bios hub has in the export lua? I have the google chrome app installed. but i am getting this error? i did install this awhile ago and i seem to remember it looked different now it says it inst supported? when i am in game and start the app it seems to be working. The other issue i have is on the install PDF it mentions a socat file in programs i cant seem to find either? and where do you find the information for the arduino sketches? as in dcs hub you just copied and pasted from the control reference into the arduino sketches and just added your pin numbers i cant seem to find this info for flight panels or is it the same? I have been reading the info on the github page, but seem to be getting confused when they talk about the DCS bios are they talking about the orginal or there version? I tried seaching the forum for flight panels but couldnt find much. Sorry if this doesnt make sense. -
I also used same monitors as eightyduce. They are slightly longer than the cougars, but I built a housing to hide the excess and you choose the format in the Lua file to miss the excess. The issue I had was I found when I exported the images to the mfd’s the in game mfd’s where super bright and it was always a headache to use them so now I just use the cougar mfd’s for the buttons and look at the screens in game. I will hopefully get the winwing ones in the future. Photo with original screens and then just as the mfd’s if I could have solved the issue of the brightness in game I may have keep them.
-
Well I ended up going out to the sales today with full intentions of getting the AOC or Acer, but when I got there I was not happy with the picture of these monitors. They had next to them a 48inch lg ultra gear OLED model 48GQ900 and the picture was amazing so I ended up spending more then I thought, but got a good deal. Anyway just set it up and DCS on max settings I am still getting min of around 70fps and max of just over 100fps and the picture and colour is amazing straight out of the box without any tweaking. Being a oled it is super thin so was able to push it right back against the back of my desk and I am about 4foot maybe a little more and it feels fine, it also has a ultra wide mode which is 3840x1600, but you get the black bars top and bottom. So far pretty amazed, but still getting used to it.
-
Thanks all. I think you’re all right just comes down to your preference. Thru searching some people hate the ultra wide and some love it same with the 16:9 big screens. I do find the picture from @MadKreator with the F16 looks awesome, but I think that is also down to the open style cockpit of the F16. I mainly fly the FA18 and I do find the FOV is too close even on my 27inch, but I do have the zoom setup on my hotas to adjust. Currently not using track IR just using smooth track and my phone I know it isn’t the best, but it works and will be looking at track IR next upgrade. Bit hard for me to try before you buy as my friends who are into gaming none are in to flight sims, but after Xmas I will go shopping and hopefully be able to have a look in store and make a decision! Either way I am sure it will be an upgrade over the 27inch.
-
@LucShep thank you for all that information and advice I did have a look at the ultra wide 34inch today and they do really look chopped even with no picture. So I am steering towards a 4K monitor and I did think about the tv option, but what is the advantages of getting a 4K monitor over a 4K tv or if there is any benefit?
-
Hi Just wondering what peoples thoughts are on monitors i am looking to upgrade as i would like a bigger view. My current screen is a 27inch ASUS VG27A 2560x1440 I am looking at the following, 4K screens 3840x2160 Acer Predator 43inch CG437K Aoc G4309VX/D 38" ultrawide 3840x1600 LG 38GN950-B Acer Predator X38S 34" ultrawide 3440x1440 Heaps of options My computer specs are RTX3080 Intel I9-10850K 32GB ram all M2 solid state hard drives I do like the option of 38" ultrawide, but there isnt much to choose from doesnt seem like a common size and the ones listed above are $2199Aud the 4K screens are about $1600 for the Acer and $1100 for AOC, the 34Inch are quite cheap. Just wondering is the 4K height to much? and is the 34" to narrow? Any help would be appreciated.
-
DCS BIOS Moving LST/NFLR moves FLIR switch in game
danos_2503 replied to danos_2503's topic in Home Cockpits
I will checkout flight panels and see if that fixes the issue. Seems like it will be better if it is maintained. -
DCS BIOS Moving LST/NFLR moves FLIR switch in game
danos_2503 replied to danos_2503's topic in Home Cockpits
thanks No1sonuk for your help so far. i am using DCS bios version V0.10.0 + 64 which i think is the latest version. Sorry not 100% sure what you mean by using Hub. Basically i just wired up the panels using Arduino Mega board and then i used the control reference to find the code i needed copy and pasted and added in my pins to what ever i used for the switch. I see that the version i have is from 2019 i am guessing this isnt really updated anymore. Just sucks that all my other switches work and just this one i am having the issue. Also when i mentioned 3 position i only meant i tried the code for 3 position the switch has always been a 2 position switch. If DCS is using different addresses is there away i can find out? as i am guessing this is part of the code that gets copied into the Arduino? Thanks Again. -
DCS BIOS Moving LST/NFLR moves FLIR switch in game
danos_2503 replied to danos_2503's topic in Home Cockpits
This is also the code changed to 3 position * Tell DCS-BIOS to use a serial connection and use interrupt-driven communication. The main program will be interrupted to prioritize processing incoming data. This should work on any Arduino that has an ATMega328 controller (Uno, Pro Mini, many others). */ #define DCSBIOS_IRQ_SERIAL #include "DcsBios.h" /* paste code snippets from the reference documentation here */ DcsBios::Switch3Pos flirSw("FLIR_SW", 22, 24); const byte insSwPins[15] = {6, 7, 8, 9, 10, 11, 12, 13} ;DcsBios::SwitchMultiPos insSw("INS_SW", insSwPins, 15); DcsBios::Switch3Pos lstNflrSw("LST_NFLR_SW", 30, 32); DcsBios::Switch3Pos ltdRSw("LTD_R_SW", 26, 28); const byte radarSwPins[7] = {2, 3, 4, 5} ;DcsBios::SwitchMultiPos radarSw("RADAR_SW", radarSwPins, 7); DcsBios::Switch3Pos lGenSw("L_GEN_SW", 34, 36); DcsBios::Switch3Pos batterySw("BATTERY_SW", 38, 40); DcsBios::Switch3Pos rGenSw("R_GEN_SW", 42, 44); DcsBios::Switch3Pos ecsModeSw("ECS_MODE_SW", 35, 37); DcsBios::RotaryEncoder cabinTemp("CABIN_TEMP", "-3200", "+3200", 24, 23); DcsBios::Switch3Pos cabinPressSw("CABIN_PRESS_SW", 39, 41); DcsBios::Switch3Pos pitotHeatSw("PITOT_HEAT_SW", 27, 29); DcsBios::Switch3Pos engAntiiceSw("ENG_ANTIICE_SW", 31, 33); const byte bleedAirKnobPins[7] = {43, 45, 47, 49} ;DcsBios::SwitchMultiPos bleedAirKnob("BLEED_AIR_KNOB", bleedAirKnobPins, 7); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } -
DCS BIOS Moving LST/NFLR moves FLIR switch in game
danos_2503 replied to danos_2503's topic in Home Cockpits
i have tried 3 position also and doesn't work either still the same issue, this is the code from dcs bios the switch only has off and on. LST/NFLR Switch, ON/OFFFA-18C_hornet/LST_NFLR_SW Switch2PosSwitchMultiPosRotaryEncoderFixedStep Input: set position DcsBios::Switch2Pos lstNflrSw("LST_NFLR_SW", PIN); -
DCS BIOS Moving LST/NFLR moves FLIR switch in game
danos_2503 replied to danos_2503's topic in Home Cockpits
Here is the complete code all others work. I even tried a 3 position switch instead of the 2 position. * Tell DCS-BIOS to use a serial connection and use interrupt-driven communication. The main program will be interrupted to prioritize processing incoming data. This should work on any Arduino that has an ATMega328 controller (Uno, Pro Mini, many others). */ #define DCSBIOS_IRQ_SERIAL #include "DcsBios.h" /* paste code snippets from the reference documentation here */ DcsBios::Switch3Pos flirSw("FLIR_SW", 22, 24); const byte insSwPins[15] = {6, 7, 8, 9, 10, 11, 12, 13} ;DcsBios::SwitchMultiPos insSw("INS_SW", insSwPins, 15); DcsBios::Switch2Pos lstNflrSw("LST_NFLR_SW", 30, true); DcsBios::Switch3Pos ltdRSw("LTD_R_SW", 26, 28); const byte radarSwPins[7] = {2, 3, 4, 5} ;DcsBios::SwitchMultiPos radarSw("RADAR_SW", radarSwPins, 7); DcsBios::Switch3Pos lGenSw("L_GEN_SW", 34, 36); DcsBios::Switch3Pos batterySw("BATTERY_SW", 38, 40); DcsBios::Switch3Pos rGenSw("R_GEN_SW", 42, 44); DcsBios::Switch3Pos ecsModeSw("ECS_MODE_SW", 35, 37); DcsBios::RotaryEncoder cabinTemp("CABIN_TEMP", "-3200", "+3200", 24, 23); DcsBios::Switch3Pos cabinPressSw("CABIN_PRESS_SW", 39, 41); DcsBios::Switch3Pos pitotHeatSw("PITOT_HEAT_SW", 27, 29); DcsBios::Switch3Pos engAntiiceSw("ENG_ANTIICE_SW", 31, 33); const byte bleedAirKnobPins[7] = {43, 45, 47, 49} ;DcsBios::SwitchMultiPos bleedAirKnob("BLEED_AIR_KNOB", bleedAirKnobPins, 7); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } -
Just wondering if anyone can help, i recently made a right side panel for the FA18 and all wired up via Arduinos and using DCS BIOS when i move the LST/NFLR switch on my panel it moves the FLIR switch in game it goes from Off to stby to on?? if use the FLIR switch on the panel it moves the flir switch in game as it should. i have wired up, everything on the right side and all other switches work fine and as they should this is the only one that it happens on. I did notice some else on the forum had the same issue and i did comment in there post, but no response also they had no replies. i have tried other pins in the Arduino and still doesn't matter also i have checked the code and it all looks fine.
-
Did you ever manage to work this out? I just finished making a right side panel and i have the same issue i am using DCS bios and every time i move the LST/NFLR switch it doesnt move, but it will move the flir switch from off to stby to on. i also have the Flir switch wired and and this works fine on it's own? no other issue with other panels on right side.
-
[Official] SimShaker for Aviators
danos_2503 replied to f4l0's topic in PC Hardware and Related Software
Hey, thanks for checking. Not sure how you checked it, but if i am parked on the Carrier and complete start up i can fold/unfold multiple times ( i did it 4 times) and it works fine, but if i take off and say go exit mission and choose fly again ( same mission) and complete start up i wont get any vibration from wings movement everything else is fine? it's weird. -
[Official] SimShaker for Aviators
danos_2503 replied to f4l0's topic in PC Hardware and Related Software
@f4l0 Did you mange to have a look at the wings movement only working once? -
[Official] SimShaker for Aviators
danos_2503 replied to f4l0's topic in PC Hardware and Related Software
@f4l0 is this setting under special options? ( foldable wings movement filter)? if so default was 2 i tried a few different numbers, but didnt work. Weird it works fine the first time, just not again until i fly the next night. -
[Official] SimShaker for Aviators
danos_2503 replied to f4l0's topic in PC Hardware and Related Software
Hey, i use sim shaker for aviators with simshaker sound module with the buttkicker gamer 2. All works fine except when i start a game flying the FA18 the wings fold only works once? The first mission i load as i am unfolding my wings i get vibration, but say i start the mission again i wont get any vibration with the wings fold? even if i quit to main menu and load campaign again it still wont work only the first time. I have to completely close down DCS and everything and restart everything up to get it to work. Any ideas? -
missing track file Adjust trim causes my b1rd to buck like a bull
danos_2503 replied to KevyKevTPA's topic in DCS: F/A-18C
Just came to forum looking for a similar issue, it doesn't always happen to me, but I notice it when I come in straight say for Case 3 when I deploy flaps and lower landing gear @ around 250knots 1200ft 8nm from carrier it will pitch up high I will try and trim and use throttle to get on AOA, but nothing happens. Sometimes it will drop first so I give it more throttle and try and trim up same again nothing then all of a sudden it will pitch up high and then the trim starts working if that makes sense it feels like I am fighting against something didn't think that maybe the Auto throttle or pilot might still be engaged as I was sure they where disengaged. Will check this out. -
thanks again @silverdevil made some more adjustments in Nvidia control panel and amazing no more screen flicker at all!
-
thanks @Brother_Leb ended up installing simapp pro and just used it for as you suggested to calibrate and check all the buttons, super easy to configure in dcs.
-
received all 4 packages now very happy with the quality coming from a X-56 seems like a great upgrade. Are most people using the simapp pro software? I ended up just mapping the buttons in DCS not sure if that is the best way?
-
Just received 3 of my packages today, the one missing is the Throttle Grip looks looks like it is still on east coast of Australia. Hopefully I get it next couple of days and it doesn't get lost! as Capthawk said why don't they ship it as one packaged box? Maybe shipping is cheaper in 4 units? Also didn't have to pay anything extra to FedEx or taxes.
-
thanks Again. I will try these settings also.