Jump to content
The simFlight Network Forums

colossos

Members
  • Posts

    4
  • Joined

  • Last visited

colossos's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Probably there is a miss understood here, my fault. I don’t want to handle the switches via your offsets. I can do that via Fsuipc button-switches config if I want. In my case I need to take only the out of the offset and give this to sioc software output card. For example if I write: Var 0001, name fs_par_brake, Link FSUIPC_INOUT, Offset $0BC8, Length 2 (With this I give a name to your offset) IF &fs_par_brake = 0 ( now with that name which is in fact the offset it check the change of value of offset and in case who it is ‘0’ see below..) { &ns_on_ind = 0 (then I told to keep my light off) } IF &fs_par_brake = 32767 (if it is the offset full) { &ns_on_ind = 1 (then I told to light my led) } Now in this offset like so much others it is simple because I only need to write just the number of offset (in example $0BC8 and its ok) But in fuel pump case I have to write the offset number 3125 but I need also to write the 02 some who to understood that I mean the No 2 and I don’t know how. That’s my problem. And I am sure that some who it must be do that. Anyway thank you very mach
  2. Ok now I understood about the ^N notation. I have an iocard output who It simulate the signal of the MIP and I try to write the script with the offsets for the lights signal. Until now I have make it good. Even the apu fire it’s ok. The only problems are on this offsets which I write to you. That orders that I write to you Sais to my sioc software to link with your offset 3125 and check the variable. Now I must somewhere somehow write the 01 or 02 so my software realized the difference between no1 and no2 pump and that’s the problem because I don’t know where I must write the 01 for example. And by the way is there offset for “BELOW G/S P-INHBIT” signal? I check it but I don’t found it.
  3. I know about 3366 offset but unfortunately don’t respond in fsx I know that there are 4 separate bits for 4 separate pumps in offset 3125 but I don’t understood how I can write for the second pump (Bit 2^0=Pump1, 2^1=Pump2, ....?) I write for an example this way the order: “Var 0027, name fs_sig_fuel1, Link FSUIPC_INOUT, Offset $3125, Length 1” What about for second? thank you
  4. I have the 4.53 v and I use the fsx default 737-800. My problem is that I can’t make mouse macro but at the same time I can do it in 737-400 PIC for example. Can you help me please? Also I cannot find the offsets for engine fire and by the way in offset 3125 you are write about fuel pumps but how can I write the offset for the no2 pump because I don’t realized it.
×
×
  • 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.