December 19, 201114 yr Commercial Member 1. Check the JS41 module and it's configuration as an example. Not the function set as "On press" action.2. Same as p.1 - look at the JS41 module. This action is call when knob switches between A and B modes.3. Sure it is, but I'm not supporting this module myself, it was created by one of LINDA users. If you know how to record FSUIPC mouse macros, then you can do it yourself by recording and assigning them in LINDA.4. Same answer - no support for iFLY from me directly. This module is all based on FSUIPC macros, and those macros need to be fixed any time aircraft's DLL and guges updated. You can ask for support it iFLY module thread here: http://forum.avsim.net/topic/339485-ifly-737ng/5. Check your assignments. There should be _inc/_dec and _incfast/_decfast fuctions set for +/- and ++/-- actions accordingly. Other users have no complaints about knobs speed. 6. No. It could be done potentially with Lua, but requires some scripting work separate from LINDA. Artem Crum, EASA PPL•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••LINDA → Lua Integrated Non-complex Device Assigning•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
December 19, 201114 yr 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 i9-9900KF CPU @ 3.60GHz, 32GB Ram,RTX 3090TI,MSFS
December 28, 201114 yr 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 i9-9900KF CPU @ 3.60GHz, 32GB Ram,RTX 3090TI,MSFS
December 28, 201114 yr I beleive you should just be able to use FSUIPC and assign PM functions via its dropdown box. Just check the the include project magenta box and assign functions to your mcp.
December 28, 201114 yr 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 i9-9900KF CPU @ 3.60GHz, 32GB Ram,RTX 3090TI,MSFS
December 28, 201114 yr 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 i9-9900KF CPU @ 3.60GHz, 32GB Ram,RTX 3090TI,MSFS
December 28, 201114 yr I tried icp.setbitUD(0x5410, 18) but it dosent work.If you do not check the FSUIPC manuals thouroughly (especially the LUA library in this case) and learn the basics of LUA, you will ask for every single line again and again.And that is not the intention of this forum!In your above example is a misspelling; have a look at the LUA library and aou will obvisioulsy see the error! Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
December 28, 201114 yr Commercial Member This question is better to be asked on FSUIPC support forum (it's not LINDA-specific). Artem Crum, EASA PPL•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••LINDA → Lua Integrated Non-complex Device Assigning•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
December 28, 201114 yr Matthias,vielleicht auf Deutsch, da Du ja meine Ausagen dazu bisher ignorierst:Letzte Warnung:Hör auf damit, in allen Foren gleichzeitig zu posten!Es reicht ein Thread für Deine Probleme, mach nicht immer mehrere gleichzeitig auf!!!Beim nächsten Mal lösche ich kommentarlos alle Deine Postings hier im Forum! Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
Create an account or sign in to comment