Results 1 to 2 of 2
  1. #1
    10+ Posting Member spiros737's Avatar
    Join Date
    Aug 2010
    Location
    GREECE / ATHENS
    Posts
    10
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Red face OFFSET 62AA STILL A BIG PROBLEM

    HELLO AGAIN
    THANKS FOR YOURS PREVIOUSE REPPLIES.
    I TRIED EVERYTHING WITH FSUIPC IN - OUT - OR OUT/IN LINK
    BUT THE SWITCH STILL NOT MOVING.
    CAN YOU POST ME A SIOC CODE THAT WILL WORK

    MY CODE IS......
    Var 5299, Link FSUIPC_out, Offset $62AA, Length 2

    Var 5300, Link IOCARD_SW, Input 17 // Autobrake RTO
    {
    IF V5300 = 1
    {
    V5299 = 0
    }
    }

    Var 5301, Link IOCARD_SW, Input 10 // Autobrake OFF
    {
    IF V5301 = 1
    {
    V5299 = 256
    }
    }

    Var 5302, Link IOCARD_SW, Input 12 // Autobrake 1
    {
    IF V5302 = 1
    {
    V5299 = 512
    }
    }

    Var 5303, Link IOCARD_SW, Input 15 // Autobrake 2
    {
    IF V5303 = 1
    {
    V5299 = 768
    }
    }

    Var 5304, Link IOCARD_SW, Input 16 // Autobrake 3
    {
    IF V5304 = 1
    {
    V5299 = 1024
    }
    }

    Var 5305, Link IOCARD_SW, Input 11 // Autobrake MAX
    {
    IF V5305 = 1
    {
    V5299 = 1280
    }
    }
    where is my mistake please help................
    ps. i use fs9 pmdg737 sioc 3.7b version and fsuipc 3.98 unregister

  2. #2
    75+ Posting Member nricky's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    87
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: OFFSET 62AA STILL A BIG PROBLEM

    Just register FSUIPC that should work. Code looks OK.

    Cheers Norbert

Similar Threads

  1. Fsuipc offset problem??
    By spitfire9 in forum Phidgets Interface & Alan Dyers' FS2Phidget
    Replies: 1
    Last Post: 02-23-2011, 02:44 PM
  2. OFFSET 62AA HELP.
    By spiros737 in forum OpenCockpits General Discussion
    Replies: 4
    Last Post: 01-04-2011, 05:09 AM
  3. Offset?
    By Pierre24 in forum PM General Q & A
    Replies: 4
    Last Post: 05-22-2008, 02:32 AM
  4. (A/P-P/RST),(A/T-P/RST),(FMC-P/RST) Offset
    By zirakonium in forum PMSystems
    Replies: 19
    Last Post: 02-21-2008, 02:46 PM
  5. Offset again
    By lucas1971 in forum FS2Phidget Users
    Replies: 3
    Last Post: 12-09-2004, 01:49 AM