Page 4 of 4 FirstFirst 1234
Results 31 to 38 of 38

Thread: SIOC Problems

  1. #31
    500+ This must be a daytime job kiek's Avatar
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    698
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOC Problems

    Quote Originally Posted by Boeing 747 Flyer View Post
    I think the problem moreover is that the AP MASTER Switch does not come on at all in-sim.
    Check first whether your aircraft supports the FSUIPC offset for AP MASTER switch... It seems it does not...

  2. #32
    500+ This must be a daytime job Boeing 747 Flyer's Avatar
    Join Date
    Nov 2009
    Location
    England
    Posts
    635
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOC Problems

    Quote Originally Posted by kiek View Post
    Check first whether your aircraft supports the FSUIPC offset for AP MASTER switch... It seems it does not...
    Hi Nico,

    It is the same Aircraft I used for the previous SIOC test (default Beech Baron).

    Last time I used it, it easily supported the Push-Button AP Switch.

    I've checked that the device number (69) is correctly defined in the SIOC.ini, the SIOC script seems okay... I'm a bit lost here!

  3. #33
    500+ This must be a daytime job kiek's Avatar
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    698
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOC Problems

    ok, try this:

    Code:
    Var 9000 Link IOCARD_SW Input 12 Type P
    {
      v9001 = V9000
    }
    
    Var 9001 Link FSUIPC_OUT Offset $07BC Length 4
    {
      IF  v9001 = 0
      {
        v2 = 0
      }
      ELSE
      {
        v2 = 1
      }
    }
    
    Var 2 Link IOCARD_OUT Output 23 // AP MASTER LED

  4. #34
    500+ This must be a daytime job Boeing 747 Flyer's Avatar
    Join Date
    Nov 2009
    Location
    England
    Posts
    635
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOC Problems

    Hi Nico,

    That script works fantastic thank you. I think I'll close this thread until the Servo is ready (contruction is complete, the the USBServos Card has arrived), just waiting until everything is ready.

    The only problem with the SIOC script you supplied is that if I "click off" the AP in FS, nothing happens to the LED in real life. Regardless, it still works fine if I manually press the IDENT Button.

  5. #35
    500+ This must be a daytime job kiek's Avatar
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    698
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOC Problems

    Quote Originally Posted by Boeing 747 Flyer View Post
    The only problem with the SIOC script you supplied is that if I "click off" the AP in FS, nothing happens to the LED in real life.
    That is a matter of design... If you want that as well, you should change FSUIPC_OUT into FSUIPC_INOUT

  6. #36
    500+ This must be a daytime job Boeing 747 Flyer's Avatar
    Join Date
    Nov 2009
    Location
    England
    Posts
    635
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOC Problems

    Okay, sounds a bit simple though. Are you sure JUST changing that will work?

  7. #37
    500+ This must be a daytime job kiek's Avatar
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    698
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOC Problems

    Yes, SIOC is powerful and simple ... If it does not work it is because of your aircraft addon not giving back the state to that FSUIPC offset.
    Last edited by kiek; 06-28-2010 at 03:52 PM.

  8. #38
    500+ This must be a daytime job kiek's Avatar
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    698
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOC Problems

    I will close this thread too.
    This summer I will not be very active in these forums, see you in September

Page 4 of 4 FirstFirst 1234

Similar Threads

  1. USB LCD Sioc Problems
    By iwik in forum OpenCockpits General Discussion
    Replies: 0
    Last Post: 02-27-2009, 04:09 AM
  2. Potential buyer: VNAV problems, A/P problems?
    By 737aqua in forum PM General Q & A
    Replies: 13
    Last Post: 04-26-2008, 09:21 PM
  3. Problems with SIOC code for PM MCP-737Ng
    By Oter3 in forum I/O Interfacing Hardware and Software
    Replies: 6
    Last Post: 09-24-2007, 05:18 PM
  4. Log-in Problems and others
    By Michael Carter in forum General Builder Questions All Aircraft Types
    Replies: 11
    Last Post: 08-26-2007, 11:18 AM
  5. Problems with 4.13
    By Jan Pem鰈ler in forum FS2Phidget Users
    Replies: 3
    Last Post: 12-19-2006, 04:25 PM