Jump to content

STF-DIR

Members
  • Posts

    74
  • Joined

  • Last visited

  • Donations

    0.00 USD 

Reputation

2 Neutral

Profile Information

  • Gender
    Male

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    IVAO
  • Virtual Airlines
    No

Recent Profile Visitors

1,428 profile views
  1. Hello, thanks. But i found some variable who defines what is slected. Then you can check what is selected and react on this. com_open == 1 com_open == 2 nav_open == 1 nav_open == 2 adf_sel == 1 adf_sel == 2 These are global coded. The only i did not found is the Transponder. Matthias
  2. function PS_Radios_NAV_AUDIO_toggle () if "Display Shows NAV1" then DspShow("NAV1","AUD") end if "Display Shows NAV2" then DspShow("NAV2","AUD") end end Hello, in the MCP1 on the right side are this Mode Knob. Pressing this will, as Default FSX function, toogle COM1/COM2 , NAV1/NAV2 , ADF1/ADF2, DME1/DME2 and Markers Audio. Hope you know which button i mean? Ok, now i want to write my own function to react on this button. But in this function i must be able to know if COM1 or COM2 , NAV1 or NAV2 ... is selected. The function must do something if NAV1 is selected and something else if NAV2 is selected. My question is how i can decide what is selected in my own function? Thanks Matthias
  3. Hello, after updating to v2.07 i get some Errors displayed in the Console window every time i start Lina.exe: 1517515 *** LUA Error: D:\Prepar3D v2\modules\linda/system/events.lua:495: attempt to perform arithmetic on a nil value 1517531 *** LUA Error: D:\Prepar3D v2\modules\linda/system/events.lua:508: attempt to perform arithmetic on a nil value 1517531 *** LUA Error: D:\Prepar3D v2\modules\linda/system/events.lua:521: attempt to perform arithmetic on a nil value 1517531 *** LUA Error: D:\Prepar3D v2\modules\linda/system/events.lua:534: attempt to perform arithmetic on a nil value 1517531 *** LUA Error: D:\Prepar3D v2\modules\linda/system/events.lua:557: attempt to perform arithmetic on a nil value 1517531 *** LUA Error: D:\Prepar3D v2\modules\linda/system/events.lua:570: attempt to perform arithmetic on a nil value LUA Error: D:\Prepar3D v2\modules\linda/system/handlers-mcp.lua:218: attempt to perform arithmetic on a nil value Can anyone Help with this? Thanks Matthias
  4. Hello, ahh...thats it .. thanks for that. Lets hope for an answer from Artem. Thx Matthias
  5. Hello, where can i set up the time until linda automatically Switches back after selecting another mode? I mean after pressing one of the mode toogle Buttons "VRI EFIS MODE toggle" as example. After pressing the button it takes a while and the Comes in the Display a message like M211 or sometuing up and then it Switches back to the normal mode. Also what means the message Mxxx something? Thanks Matthias
  6. Hello, ahhhh..now the light is on :-) Thanks a very lot for explaining the function... Thats now clear .. thanks Matthias
  7. Hello, thanks for the answer. I think i did not understand. There are , under "Show A" 4 functions to assign and another 4 funxtions under "Show B". So..can i use 8 functions with one Rotary? How can i Switch from Show A to Show B? I tried to assign a function under "Show B", but it is never called. So how can i Switch from Mode A to Mode B? Thanks MAtthias
  8. can noone help please? Thx Matthias
  9. Hello, i have the VrINsight MCP v1 and want to know what to do with the "Show B" assignmendt? I can eaysy assign somethin to the Show A Section of e.g. the MINS Knob. But how is the Show B Section to handle and when is this Funktion called? Do i miss any Switch or something? I did also not found anything in the Manual? Thanks Matthias
  10. Hello, thanks a lot !! It works very fine ! Sorry for the late answer, but we had a Internet issue here. 1 and a half day not Internet ...i was sik this time , beleave me :-) Thanks Matthias PS.. Linda is GREAT !!
  11. Hello, wowo...what a fast answer. I tried it and it works .. cool thanks !! But now .. a DspShow("TMR", "line2") command Shows me something in the Midle of the Display. How can i Change the Value under "SPD" in the lower left of the MCP Display ? Thanks a lot Matthias
  12. Hello, i have a question regarding an fsuipc Offset Change by another program: Prosim737 I have an fsuipc Offset which is changed by another Programm. Now i want to know how i can have a automatic reaction in Linda to Display this value? It is the Offset to Change the SPD Dispay. Means Prosim changes the Offset 0x66F4 and writes the actual SPD selected in the Prosim737 MCP. Now i want that the SPD Display in the VRinsight MCP1 also changes. How can i do that? I think i am searching for an Position which is a Loop or something ... Matthias
  13. Hello,i have read much about a upcomming SDK for the PMDG NGX, but when will it come?What i have to change in the ini files?Matthias
  14. Hello,first all a happy new year and all the best for 2012 !!Ok, how is it possible to use the new Flightmodel of the PMDG NGX with Project Magenta?I want to use this Flightmodel because the flight dynamics are very god and very important for me are the Lights, landing, retracted and so on.Can anybody help me with that?ThanksMatthias
  15. Hello,how can i call a FSUIPC Macro for the Project Magenta?Lets say this one here: "PM MCP A/T On"i have ried this : ipc.macro("macroname") ... ipc.macro("PM MCP A/T On") as explained in the LUA Description, but it dosent work.Same as with the toggleBits ... it also seams dosent work....because i try to change bit 19 from offset 0x5410Matthias
×
×
  • Create New...