

STF-DIR
Members-
Posts
74 -
Joined
-
Last visited
-
Donations
0.00 USD
Content Type
Profiles
Forums
AVSIM
Media Demo
Volunteer
Submit News
Downloads
Gallery
Blogs
Everything posted by STF-DIR
-
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
-
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
-
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
-
Hello, ahh...thats it .. thanks for that. Lets hope for an answer from Artem. Thx Matthias
-
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
-
Hello, ahhhh..now the light is on :-) Thanks a very lot for explaining the function... Thats now clear .. thanks Matthias
-
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
-
can noone help please? Thx Matthias
-
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
-
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 !!
-
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
-
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
-
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
-
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
-
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
-
Hello,thanks for answer, but i can not assign PM functions to the VRInsight MCP.I have to use LINDA http://forum.avsim.net/forum/424-linda/ and here LUA to programm the VRInsight MCP.So i have to use the icp.writeUB, ipc.writeUD or icp.setits or icp clerbits functions of LUA/ICP language.The question is how to set bit 17 or 18 of offset 0x5410 with icp functions?I tried icp.setbitUD(0x5410, 18) but it dosent work.Matthias
-
Hello,can anyone help me with setting some offsets in Linda for my VRInsight MCP?Here http://www.projectmagenta.com/pmoffsets/ is the site with the Project Magenta offsets.Prosim will use these offsets for the EFIS and so on.Now lets take the F/D or A/T Button.Its Offset 0x5410 Bit 37 for F/D1 on nd Bit 18 for F/D1 off.How have i to set these Offsets with Linda/LUA?ipc.setbits??(0x5410, ??)Can anyone help here?Another possible solution is to run the PM Macro with ipc.runmacro("??"), but there i dont know the Macro Name to enter?I think i can not use the name from the FSUIPC like "PM MCP A/T On" you can assign to a Joistick Button.Please,can anyone helpThanksMatthias
-
Hello,can anyone help me to get the Offsets or LUA Var's for the Overhead lights like the GND PWR availeble and so on?I try to set up a home pit with the new NGX.ThanksMatthias
-
Hello,sorry, but i have the same problem without an solution.Have you found out something how to send an icp command like write, read or control via sioc?But pls. not over the virtual joistick function of FSUIPC , thats shittiThanks a lotMatthias
-
Hello,i only want to use the 2D Cockpit because i dont want to fly with the virtual one.Ok, thta depends only on my own.Now, i have taken a picture ofa 737NG and have added all the gauges here.So i have now all i want in the lower screen and in the upper screen i have the front view without any instruments.But in this cockpit i want to have the Captai's EFIS control and also the F/O EFIS Control on the right side of the Cockpit.In the PMDG_737NGX.dll i have selected the PMDG_737NGX!EFIS_Captain for the left EFIS and the PMDG_737NGX!EFIS_FO Gauge for the right EFIS control.But when you lock at the attached pictures you can see the right EFIS Control will not be displayd correct.Thats the problem .Hope you have a solution for this?ThanksMatthias
-
Hello,i try to add the F/O EFIS Control (PMDG_737NGX!EFIS_FO) in the Main 2D Panel, but the Gauge is not displayd correct.see attached fileThanksMatthias
-
Hello,yes i am ith you ... Linda is the best software for my MCP and FSX i ever seen !!!Its absolutely cool !!The only one i have not understand until now is what i have to do to activate the +B and ++B or -B --B modes of the MINS, CTR BARO or TFC Knobs.Not how to assign a function, i mean how to activate this function or mode of the Buttons?Matthias
-
Hello,thanks for answer.But i dont understud the answer to 1.I ask how i activate the B-Functionallity of the knoob. Is it aktivatet when i press the button ? Hmm,,,how to explain what i mean ... Ahh... What must i do to raise the event as example for the MINS Knob "Show A" and "Show B"? When will this event raise?And the same, lets say i add a function for the Mins Knob +B. Lets say the Landing lights as example. What must i do to raise this event ?Thats for the Moment.Matthias
-
Hello,ok, sorry for the many posts, but i was yesterday a litle bit confused about some is functionally and some not again.Thats because i dont know exactly if i want to fly the iFLY or the PMDG 737 in the future.Some things are in the iFLY fantastic and some are in the PMDG fantastic, but the problem is in both Airlanes are also some things absolute confusing me!Now i have LINDA working for my iFLY with the iFLY 1.1 Version....thanks a lot !!Linda is my absolute Favorite since i have found it!! Thanks for the very good staff!Ok, to short it up here the now open problems:1. Linda: i Have read the Manual, but i dont know exactly how i can activate the functions eg. +B and ++B in the EFIS MODULE?2. Linda: What means the Show A: function in the Efis Module under the MINS, CTR knobs ?3. iFLY: Is there a chance for the right side of the EFIS and CRS knob to control?4. IFLY: Why does the last iFLY 1.20 Macron not work for me? And are there more functions for the iFLY includet?5. PMDG: Why are the CRS, SPD,HDG and ALT knobs so slow?For the iFLY the Knobs are very much faster.6. ALL: Is it possible to inhibit the Throttle Axis of my Joystick if i have activated the Autothrottle?Ok, thats it for the moment.I'm very sorry again for confusing you and waisting your time.Thanks for any help and Answer.Matthias
-
Hello,does anyone knows how to get the LUA Vars for the Overhead and for the F/O seat EFIS ?ThanksMatthias