Jump to content
The simFlight Network Forums

codatcri

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by codatcri

  1. Thanks John.

    I modified the ini file this way:

    413=0x2E80=1 PF,24,C66701,0     -{AVIONICS_MASTER_SET}-
    415=0x2E80=0 UF,24,C66701,1     -{AVIONICS_MASTER_SET}-

    then i tried with

    413=W0x2E80=1 PF,24,C66701,0     -{AVIONICS_MASTER_SET}-
    415=W0x2E80=0 UF,24,C66701,1     -{AVIONICS_MASTER_SET}-

    but it doesn't work.

    Waht am i doing wrong?

     

     

  2. Hi,

    just installed fs2020 but there seem to be a limit in the control devices that can be connected (12 taking in consideration keyboard and mouse).

    Considering that i have

    11 leo bodnar boards

    hotas throttle and joystick

    rudder pedals

    and 8 instruments and radio modules from logitec

    ...,  we got a problem!

    Does anyone experienced the same thing?

    Does FSUIP7 with fs2020 can manage a configuration?

  3. Hello, I want to modify the tilesix script in order that it works in this way:

    When activated by pressing a button it should appear on the monitor a request to input a number

    Each number (one for each aircraft type) correspond to a specific panels positioning on the screens

    example if for the variable "aircraft" is assigned the number 1 that can correspond to the Learjet 45 the following are executed

    ext.position("Electrical", 0, 0, 40, 20,3)
    ext.position("APU", 40, 20, 20, 15,3)
    ext.position("Throttle quadrant", 0, 20, 40, 76,3)
    ext.position("Trim", 65, 0, 20, 15,3)
    ext.position("Fuel", 40, 0, 25, 20,3)

    on the other hand if to the variable aircraft is assigne the number 2 than can correspond to the "grumman" the following are executed

    ext.position("Electrical", 28, 70, 35, 21,3)
    ext.position("Trim", 0, 70, 28, 26,3)
    ext.position("Fuel", 0, 48, 50, 22,3)
    ext.position("Overhead Panel", 0, 3, 68, 46,3)
    ext.position("Radio stack", 68, 3, 26, 71,3)
    ext.position("Landing Gear", 50, 48, 15, 22,3)

     

    Better if the script can automatically recognize the aircraft type.

    Can anyone help me?

    Cristiano

     

     

  4. Hi,

    In the FSUYIPC log file I have an event that continously  appear every second.

    First 8 digit number always changing then I have *** EVENT: Cntrl =66066 (0x001020c), Param = 0 (0x00000000) LANDING_LIGHTS_OFF

    It's very annoying because it continously switches  LANDING LIGHTS OFF. so i can't use them.

    Into the FSUIPC4.ini files there's no 66060 control nor LANDING_LIGHTS_OFF.

    How can I find where does it come from???

     

     

     

  5. If I wel understtod: I wrote 321ECAMS.lua with only the line ipc.writeLvar("ECAMS Display", ipcparam)

    copied in the module folder and assigned to a button with a parameter (a number from 0 to 5)

    in the FSUIPC dialog a got different controls choices :

    Lua toggle 321ECAMS

    Lua set 321ECAMS

    Lua value 321ECAMS

    I tried with alll of them but nothing happened.

     

    If I select Lua debug 321 EICAM when i press the buttom i got this in the log window:

    LUA.0: beginning"C:\.... 321ecams.lua"

    LUA.0: Global: ipcPARAM =5

    LUA.0: ended "C:\.... 321ecams.lua"

    but nothing happens in FSX

    What am I doing wrong???

     

     

     

×
×
  • 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.