Jump to content
The simFlight Network Forums

Iadbound

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Iadbound

  1. John, So I went back to the drawing board and tested the commands just using keyboard assignments. It turns out, the iFly just wanted a pause between the entry of the two offset commands. In the end, I have one simple lua script assigned through FSUIPC: ipc.writeUW("9400",2) ipc.sleep(700) ipc.writeUW("9400",5) Works as as intended. Thanks again for assisting.
  2. John, My apologies for the confusion. The issue is on button 22. However, I have to run some additional tests. I will get back to you.
  3. I deleted the prior uploads from the earlier message. This gave me back the 20kB upload limit. So zip file is attached above.
  4. Done. But it still won't let me upload more than 3.1 kB now. The zip file is 13kB. Yes. But I also restarted and double checked. In the zip file. Again, thanks for looking at this.
  5. The forum file uploading tool won't let me upload the ini file. A size limit of all attachments of 20kB total seems to be blocking me. Here's the specific section I'm working in though: [Profile.iFly 737 AB] 1=iFly 737-800 United N77295 2=iFly 737-800 KLM PH-BXZ [Buttons.iFly 737 AB] 0=P1,20,K65,9 -{Key press: shft+A}- 1=P1,25,K65,9 -{Key press: shft+A}- 4=P1,8,C66066,0 -{SPOILERS_ARM_ON}- 5=U1,8,C66067,0 -{SPOILERS_ARM_OFF}- 6=R1,28,C65966,0 -{THROTTLE1_DECR}- 7=U1,28,C65967,0 -{THROTTLE1_CUT}- 8=R1,29,C65971,0 -{THROTTLE2_DECR}- 9=U1,29,C65972,0 -{THROTTLE2_CUT}- 11=P3,25,Cx03009400,x00000007 -{offset dword set, offset 9400}- 12=P3,24,Cx03009400,x00000008 -{offset dword set, offset 9400}- 13=P3,23,CM12:2,1 -{Macro ifly737: LandingLightsOn}- 14=P3,23,Cx03009400,x00000004 -{offset dword set, offset 9400}- 15=P3,22,Cx03009400,x00000002 -{offset dword set, offset 9400}- 16=P3,22,Cx03009400,x00000005 -{offset dword set, offset 9400}-
  6. John, Thank you so much for your assistance. Upon further investigation, I determined that the simplest combination of offsets to turn on/off the landing lights and runway turnoff lights (yes I was intending to add those too) is shown below from my ini file -- 13 is a mouse macro that triggers a special animation, 14, offset "4" turns on the runway turnoff lights, 15, offset "2" turns off the landing lights together, and 16, "5" turns off the runway turnoff lights: 13=P3,23,CM12:2,1 -{Macro ifly737: LandingLightsOn}- 14=P3,23,Cx03009400,x00000004 -{offset dword set, offset 9400}- 15=P3,22,Cx03009400,x00000002 -{offset dword set, offset 9400}- 16=P3,22,Cx03009400,x00000005 -{offset dword set, offset 9400}- Lines 13 and 14 execute correctly for button 23. But button 22 only triggers line 15. Nothing happens with line 16. That was one reason I had tried a macro too. It's as if it doesn't like two offset commands in a row. Similarly, I also tried a mouse macro to click the runway turnoff and/or landing lights individually and it wouldn't execute multiple commands of the same kind either. Here are my log, ini and macro files. Thank you for your assistance and patience. Dan
  7. I'll preface this by saying I'm not a programmer and my FSUIPC experience is relatively limited. In any event, my question is for the iFly 737 NG in P3D v.5 with FSUIPC (full version), but I guess it could apply to other situations too. So, I have assigned several buttons on a Honeycomb Alpha to a known offset: 11=P3,25,Cx03009400,x00000007 -{offset dword set, offset 9400}- 12=P3,24,Cx03009400,x00000008 -{offset dword set, offset 9400}- The above turns the taxi lights off and on. I would like to write a macro that assigns multiple offset triggers to turn off the landing lights and then assign it to a button in the regular way -- something like this: 1=LandingLightOff 1.1=Cx03009400,x00001255 1.2=Cx03009400,x00001258 1.3=Cx03009400,x00001261 1.4=Cx03009400,x00001264 Is this possible? Are the macros limited only to mouse macros? Or I am just doing it wrong? Thanks for any guidance you can provide. Finally, I apologize in advance if this has been addressed. I did spend about an hour trying to hunt down the answer before I posted.
×
×
  • 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.