Jump to content
The simFlight Network Forums

Eliagh

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Eliagh

  1. During all my many attempts today, I have reinstalled the entire FSUIPC many times, but in the SAME folder. Accordingly, every time I reinstalled WASM. I even removed it from the Community folder. The problem was solved only after running pure FSUIPC once from another location.

  2. The problem was solved, but in a strange way. Here's what I did: installed FSUIPC in a different folder and ran it from there. With the new INI file, the module was able to find all Lvars. However, I need my old INI file with all my settings, in addition, all the .mcro files I need are left in the old folder.
    Then I started FSUIPC from the old folder and fortunately it started working with Lvars as before.
    I have no idea what the matter was, but thanks for the help.

    And FSUIPC_WASM.log files now appear in WORK folder.

  3. Let's try to untangle this knot.
    1. I started WASMClient when FSUIPC did not recognize Lvars. Of course, I have not used this module for a long time and even forgot about it. By the way, he does not show the list of Lvars either.
    2. I have not used Linda for a long time and right now I have deleted all related files and references in ini.
    3. I did everything you said. Files are attached.
    4. There is no FSUIPC_WASM.log file in the work folder, which is very strange. There are only a few * .Lvar files created back in March.
    5. I did not change the FSUIPC_WASM.ini file.
    6. I start FSUIPC manually, as always, after loading MSFS.

    FSUIPC7.log FSUIPC7.ini

  4. For the first time since the last update, I started the sim and updated the FSUIPC module to version 7.2.6. I found that none of the LVAR-assigned buttons perform their function on any aircraft. On all aircraft, the FSUIPC/add-ons/WASM/List Lvars (and set Lvars) menu is empty. What could have gone wrong?

    Untitled.jpg

  5. So, I got to CRJ from Aerosoft. To control the scale of the map, it has an LVAR like this:
    L: ASCRJ_LSP_RANGE_CHANGE
    The scale change occurs when the command +1 or -1 is sent.
    If I add lines like this
    1=L:ASCRJ_LSP_RANGE_CHANGE=set,-1
    2=L:ASCRJ_LSP_RANGE_CHANGE=set,+1
    That switching is triggered only once. That is, there is no constant change in one direction. I can only switch between the two values.
    I have also tried one command
    L:ASCRJ_LSP_RANGE_CHANGE=set
    And assigned it the values "1" and "-1", but the result is the same. What could be the reason?

  6. 2 hours ago, John Dowson said:

    You shouldn't need to restart the simulator. You can issue a reload, as I said.

    This memory may be related to Mobiflight.

    Done! I spent the whole day making adjustments and finally did a small test flight. All toggle switches, encoders and potentiometers work as expected. The flight was wonderful without the need to aim the cursor at the pixels! Thanks to dear developers!

    A month ago, I would have given a lot for the previous page of this topic.

  7. 2 hours ago, John Dowson said:

    if you get problems doing it this way the first think I would recommend is that this be changed.

    Thanks, I understood and created separate files.

    And again a question from the audience. I continue to understand the issue of assigning various commands and came to HVAR.
    To control the EICAS Boeing FBW screens, I created a separate MCRO file with the following content:
    [Macros]
    1 = H: A320_Neo_EICAS_2_ECAM_CHANGE_PAGE_ENG = Set, 1
    2 = H: A320_Neo_EICAS_2_ECAM_CHANGE_PAGE_BLEED = Set, 1
    3 = H: A320_Neo_EICAS_2_ECAM_CHANGE_PAGE_PRESS = Set, 1
    Etc.
    Everything works fine. Now it remains to set up the autopilot. Using Model Behavior, I found one of the HVARs I needed:
    H: A320_Neo_FCU_VS_HOLD
    But something strange happens: the line
    1 = H: A320_Neo_FCU_VS_HOLD = Set, 1
    does not work. The console writes: "No HVAR found with name ..."
    Then I tried Set, Toggle, Cycle. Added this HVAR to existing MCRO files and created a separate one. However, this command works if I execute it through Mobiflight and its * .cip and * .evt files.
    Why are EICAS HVARS triggered and AP HVARS not triggered?

  8. Hello everybody! Boeing 747 has lVAR: 
    B747_8_MFD_Range 
    with a value from 0 to 11. What should the *.mcro file look like?
    I am trying something like this:
    [Macros]
    
    1 = L: B747_8_MFD_Range = Set, 0
    2 = L: B747_8_MFD_Range = Set, 1
    3 = L: B747_8_MFD_Range = Set, 2
    And so on..
    
    But the switch in the cockpit only works once. That is, after loading the plane, 
    I can only switch the range when the assigned button is pressed for the first time. 
    vThen it is inactive until the simulator is restarted.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.