Jump to content
The simFlight Network Forums

guit33

Members
  • Posts

    35
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    France

guit33's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. It works all perfectly ! Thank you John for help, fsuipc is really powerfull !
  2. The lua is: ipc.control(n, param) I will do ipc.control (1, 259) to give 1 (I suppose the flag can be 0 or 1) to my flag button : (259:button 3) but where do I use C1003 (button flag set) function ? Or maybe this ? ipc.setflag(259,1) or ipc.setflag(259)=1? the documentation tell: ipc.setflag(flagnum)
  3. Hello All is working now ! A last question (I don't find the answer), is it possible to activate a button flag when fsuicp is starting (not with a button). I want to have a button already activated when I start a flight not sure it is possible
  4. Hello Yes I use the flag. I saw that there is a FLAG CLEAR (C1004) But I do not understand how this flag is affected to a button ? For example: Here is the function for my button 2 (button N°2 of my joy 13): 19=CP(F+2,13)PC,17,CPPMDG_B737-7_NAV1_RADIO_WHOLE_INC,0 If I do this 19=CP(F+2,13)PC,17,CPPMDG_B737-7_NAV1_RADIO_WHOLE_INC,0, C1004 It will clear the flag but how can I know it is the flag for button 1 and 3 ? Do I have to use the formula 256J+B ? (so for example for button 1: 3329) where do I put this number in the formule ?) 19=CP(F+2,13)PC,17,CPPMDG_B737-7_NAV1_RADIO_WHOLE_INC,0, C1004, 3329 ?
  5. I succeed to make it work now ! I have a last question (I read the advanced user but I do not find the solution) I want to give three different function to my rotary encoder (one for NAV, other for VOR, last for ADF), I have three button (button 1, 2 and 3) on a joystick (each button will activate one function) When I push button 1 the first function is activated (NAV). To be able to use the second function I have to push first the one button (to desactivate the first function) and then push button 2. Is there a way to not have to push again button 1 to desactivate the function ?
  6. hello I do not succed to make work my dual rotary with click encoder with the compound function. (In the 737 NG via MSFS2020) When I turn it nothing is happening (no affectation in fsuipc) I try this: 79=CP(+2,13)PC,17,CPPMDG_B737-7_NAV1_RADIO_WHOLE_INC,0 80=CP(+2,13)PC,16,CPPMDG_B737-7_NAV1_RADIO_WHOLE_DEC,0 81=CP(+2,13)PC,17,CPPMDG_B737-7_NAV2_RADIO_WHOLE_INC,0 82=CP(+PC,13)PC,16,CPPMDG_B737-7_NAV2_RADIO_WHOLE_DEC,0 FSUICP change always the name of my joystick from 2 to PC for the last line.. I don't know why When I press the rotary encoder (button 13) I want to change the rotary function from from nav 1 to nav 2. For the moment I test it only with the unit. FSUIPC7.ini
  7. hello I am on fsuicp7 7.3.7+MFS2020 So what I understand is that if this command is not in the list (Rotor brake) there is nothing to do ?
  8. Hello I do not succeed to affect these two buttons on my homecockpit with fsuicp In fact I do not find a rotor barke event in the list in fsuip (select for Fs control) for this, How can I do ? Thanks
  9. It works ! (66484 and also 66488) Thank you very much pete and John for great support as usual !
  10. Hello I have assign H to a shortkey in MFS 2020: for me H= deice engine 1 (I use the TBM930) So I am just looking to find a way to use H in my lua script.
  11. After searching it seems that the good control is ipc.control and not keypress I tried 65732+72=65804 ipc.control (65804) But still not work
  12. Hello I use fsuipc 7 with MFS2020. I want when I press one of my joystick button to have a delay of 30s and then activate the key H (assign to function in MFS2020: engine 1 deice) (it to simulate the inertial separator). So I create a lua files: ipc.sleep(30000) ipc.keypress(72) (I find 72 is for H in the documentation) But it does not work, any idea ? Thanks delay.lua
  13. I am agree the good one is H:AS3000_TSC_Horizontal_BottomKnob_Small_DEC and not H:AS3000_TSC_Horizontal_1_BottomKnob_Small_DEC so the HVAR in the previous post for the TBM930 is not good. And I finally to lake all this work ! Thanks for help
  14. I will try again this evening, I also use the WT mod for the G3000 and a mod for performance
×
×
  • 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.