Jump to content
The simFlight Network Forums

Fritz

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by Fritz

  1. Thanks for the LUA code - my FS accepted it right away. However, it's not completely working yet. What I want to do is simulate Side Stick Priority in the A320. This is my FSUIPC.ini: ButtonRepeat=20,00 0=P0,2,Cx010007C8,x00 P0 = Cpt. side Autopilot Master off 1=P0,2,Cx010007BC,x00 Autopilot heading lock off is required to switch off the autopilot light (my FCU is from CP Flight, with Wilco Airbus module) 2=P0,2,Cx01006DF1,x01 Offset for Cpt. priority + FO red arrow 3=P1,2,Cx010007C8,x00 P1 = FO side Autopilot Master off 4=P1,2,Cx010007BC,x00 Autopilot heading lock off is required to switch off the autopilot light 5=P1,2,Cx01006DF2,x01 Offset for FO priority + Cpt. red arrow Unfortunately I can't assing an offset to the autopilot button in the CP Flight FCU. Therefore I need to query offset 07BC. It already works on the Cpt. side but on the FO side, offset 6DF2 is not set to value '1'. Another problem occurs when FO priority is turned on with Cpt. priority already being active. In that case, 6DF1 should be set to value '0' and 6DF2 value '1' and vice versa. I'd be really greatful if you could help me once more! Regards, Fritz
  2. I was looking at their website (http://www.lua.org/). Load an editor and was looking for examples of programm code that does this. Found nothing suitable. It doesen't makes it easier for me. I would be pleased if you have an example for me. Regards Fritz
  3. Hello, I' m a new owner of FSUIPC and very inexperienced in programming. Is it possible to program in the FSUIPC.INI like following? If offset 078C = 1 then offset 6DF1 = 0 else offset 6DF2 = 0 How must the code look like. Thanks for help in advance. regrads Fritz
×
×
  • 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.