-
Posts
35 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by raptor909
-
Resolved. Just update the script folder here https://github.com/DCSFlightpanels/dcs-bios/tree/master/Scripts
-
Hi. A10CII. The led of Caution Master after latest update dont blink anymore. I use an Arduino Mega. All switch of UFC works very well, only led remain off. I tried also with an Arduino Uno and others led but the issue remain. It happens to you? Any suggestion? Ty bye. Inviato dal mio M2003J15SC utilizzando Tapatalk
-
Hi. Just tried with latest version of Arduino IDE and all library and boards update. The issue remain. I use only the Hub version of DCS-BIOS. Ty anyway.
-
Ty but I use an Arduino card and DCS-BIOS.... Inviato dal mio M2003J15SC utilizzando Tapatalk
-
Hi. The A10C inverter 3 pos switch have an issue. I use a 3 pos switch but not move in TEST position, only in OFF and STAND BY. I used different switch (momentary and toggle) but the issue remain. Also the same 3 pos switch that I use work very well with other 3 pos like Arm or Light switch. [emoji848][emoji848][emoji848] Inviato dal mio M2003J15SC utilizzando Tapatalk
-
[Solved] VAICOM> no longer works with F-18 after DCS 2.8 update
raptor909 replied to IronStar95's topic in VAICOM
Hi At the moment the plugin VAICOM does not work. If you have enabled in VA configuration, it disables the comm menu in DCS. To solve you must disable plugin support in VA configuration then make a repair in DCS. Thus works only VA without plugin support. So we wait for a VAICOM update. -
Hi. After latest update Vaicom Pro remain on Easy Communication ON even if in DCS configuration easy com is unchecked. Inviato dal mio M2003J15SC utilizzando Tapatalk
-
Hi. Just a question. The AFN-2 on Anton is planned or what? Is it possibile implement it in a future patch of DCS? I say this because it would be a function really really essential for all pilot of this beautiful WWII plane. Ty bye Inviato dal mio M2003J15SC utilizzando Tapatalk
-
Hi. In Vaicom profile why I cannot create an alias for the command phrase "playtime in xx minute"? All the others command phrase is ok adding a "1" at the end of the phrase. Plz can you try if happens? Ty
-
Hi I have 2 issues. 1) When I use AOCS command (status or/and interrogate), the messages appear correctly in the log of VA but I cannot hear the voice 2) I cannot dictate on the note tab of the kneeboard. After I say "Start dictate" in the log of VA appears START DICTATE but in the note tab remains DICT OFF (should be DICT ON in red) Help me plz !!! Thank You
-
Hi. As you can see in the attached image, ONLY when TPOD is on the right MFD, in EVERY page on the left MFD appears a black rectangle. Can you help me plz??? Thank you
-
Hi. I notice that the list of command aliases ONLY for REF tab on the right of the page is ALWAYS EMPTY. The other pages (AWACS, JTAC, ecc) are ok. Can you help me plz? Ty
-
{ ED INVESTIGATING } MFD Text and symbology messy with latest update
raptor909 replied to Foogle's topic in Problems and Bugs
Ok but which is the file to put the code in ??? -
{ ED INVESTIGATING } MFD Text and symbology messy with latest update
raptor909 replied to Foogle's topic in Problems and Bugs
Yes. I confirm. I export the two MFD on two 8" display. After latest patch the symbology is unreadable and messy. Before was perfect. Plz fix it as soon as possible. Thank you -
{ ED INVESTIGATING } MFD Text and symbology messy with latest update
raptor909 replied to Foogle's topic in Problems and Bugs
Yes. I confirm. I export the two MFD on two 8" display. After latest patch the symbology is unreadable and messy. Before was perfect. Plz fix it as soon as possible. Thank you -
[investigating] Radio backup does not work
raptor909 replied to raptor909's topic in Problems and Bugs
As requested TRK file attached - AV8B Radio backup does not work - As requested. TRK file for the issue of AV8B radio backup. Thank you AV8B_test_radio_backup.trk -
Hi I tried to tune with radio backup but not working. 1) Try in two different airports with a victor freq and uniform freq 2) Try on stable and openbeta 3) The radio control switch is in ON position 4) Try with radio1/2 selector switch 5) Try with freq preset from editor and in manual mode 6) Try with RSC selector in TR and TR+G It's ok only when using UFC Radio. Can you try plz ???
-
Position light not flashing yet :surrender::surrender:After the latest patch (2.5.6.50726 Open Beta) position light not flashing yet ..................................
-
Hi. About latest JDAM update The flight time when relasing a JDAM does not work at all. It reaches the zero when bombs is still in the air. :(:(
-
HUD too bright :( Position lights not flashing :( No solution during GBU release :( Plz repair these issues !!!
-
Confirmed all above issue.
-
Hi I tried to tune with radio backup but not working. 1) Try in two different airports with a victor freq and uniform freq 2) Try on stable and openbeta 3) The radio control switch is in ON position 4) Try with radio1/2 selector switch 5) Try with freq preset from editor and in manual mode 6) Try with RSC selector in TR and TR+G It's ok only when using UFC Radio. Can you try plz ???
-
DCS BIOS - A10C read data from Gauges to LCD -
raptor909 replied to raptor909's topic in Home Cockpits
Now it's ok. YEAH!! Thank you very very very much. Now it's fine. -
Hi I'm trying from several days to read data from gauges to LCD. The following code read Left and Right engine fuel Flow from A10C dedicated gauges. ------------------------------------------------------------------------------ #define DCSBIOS_RS485_SLAVE 126 #define TXENABLE_PIN 2 #include <Servo.h> #include <Wire.h> #include <LiquidCrystal_I2C.h> #include "DcsBios.h" LiquidCrystal_I2C lcd(0x27, 20, 4); void onLEngFuelFlowChange(unsigned int NewValue) { lcd.setCursor(12, 1); lcd.print (int((NewValue/65.535)*50)); } DcsBios::IntegerBuffer lEngFuelFlowBuffer(0x10ae, 0xffff, 0, onLEngFuelFlowChange); void onREngFuelFlowChange(unsigned int NewValue) { lcd.setCursor(12, 0); lcd.print (int((NewValue/65.535)*50)); } DcsBios::IntegerBuffer rEngFuelFlowBuffer(0x10b0, 0xffff, 0, onREngFuelFlowChange); DcsBios:: ProtocolParser parser; void setup() { DcsBios::setup(); //Serial.begin(500000); lcd.backlight(); // pinMode(LED_PIN, OUTPUT); // analogWrite(LED_PIN, 50); lcd.init(); lcd.clear(); lcd.begin(20, 4); lcd.setCursor(0, 0); lcd.print("RFlow:PPH"); lcd.setCursor(0, 1); lcd.print("LFlow:PPH"); } void loop() { DcsBios::loop(); } --------------------------------------------------------------------------------------------- So. I read on LCD the correct data form Left and Right Fuel Flow but ONLY till a value of 9999. When the gauges goes over 9999 and then came back, REMAIN THE FIFTH DIGIT. --------------------------------------------------------------------------------------------- !! PLZ HELP ME !!. There is probably in the code that need to be modified or add something.