Results 1 to 3 of 3
  1. #1
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    May 2012
    Location
    uk
    Posts
    5
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    SIOC Totally confused.

    I have connected my main panel switches and leds to an opencockpits expansion and master cards and all register on the sioc monitor. Have written small script to change led state to 1 (on) with switch input 1 or else off. IOCP console shows both vars and the value of the led changes with the change in value of the switch but the led does not light up. I have spent several weeks with SIOC and understand the basics but can't see where I have gone wrong. Is it some basic configuration. When I open SIOC the opening screen shows ports and address etc and detects FSX and FSUIPC and shows device as IDX= .USB expv3 Device 84. Should there be a number after IDX=.
    Would be grateful for any help to get me started.
    Richard Halton

  2. #2
    25+ Posting Member Roarkr's Avatar
    Join Date
    Feb 2011
    Location
    Asker Norway
    Posts
    61
    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 Totally confused.

    there should be an IDX number. This number is set when you have a correct MASTER definition in the SIOC.ini. The IDX is the same as your Device number in the script code.

    I.e.
    SIOC.ini with a master line

    MASTER=31,4,2,33

    have an IDX is 31

    then you should have the script code commands with a Device 31
    Roar Kristensen rksoftware www.flightsim4fun.com
    Flightsimmer since 1982 (Sinclair Spectrum Sinclair QL, Amiga, PC --16Mhz >>4.4GHz)

  3. #3
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    May 2012
    Location
    uk
    Posts
    5
    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 Totally confused.

    Thanks. Have corrected that and everything works.
    Richard Halton