Jump to content

carlosfly74

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by carlosfly74

  1. In the Control Reference: Ka-50: R-800 VHF-2 i found the Display String Output. But only first 2 digit and last 2 digit.
     

    Frequency 1    String Output: possible values: "10" "11" "12" "13" "14"...etc

    void onR800Freq1Change(char* newValue) {
        /* your code here */
    }
    DcsBios::StringBuffer<2> r800Freq1Buffer(0x190e, onR800Freq4Change);
     

    Frequency 2   No String Output   ???
     

    Frequency 3   No String Output    ???
     

     

    Frequency 4   String Output:                String Output: possible values: "00" "25" "50" "75"

    void onR800Freq4Change(char* newValue) {
        /* your code here */
    }
    DcsBios::StringBuffer<2> r800Freq4Buffer(0x1912, onR800Freq4Change);

     

    The encoders work good. The display show good values. I would need the freq2 and freq3 String values and codes.

    Pls help!!!!   Sorry for my english.

    SOLVED!!!!

    20220501_201218.jpg

     

     

  2. Hy. I can refill each unit with ammunition. I do not know this (BTR-82A). What could be the reason? All others are charging. I press ALT + \ and nothing happens.
    The T-90 and other units works perfectly.

×
×
  • Create New...