Results 1 to 2 of 2
  1. #1
    10+ Posting Member
    Join Date
    May 2014
    Location
    Arizona
    Posts
    13
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    COM Panel: Dual-Centric Encoders & SIOC

    For my O/C COM panel, I have a dual-centric encoder (ELMA E37) that connects to the standard O/C Input Card. When I rotate either encoder, the COM frequency and decimal change by a value of 3 instead of 1. Does anyone know how to correct this?

    This is the script I am currently using:
    Var 0168, name ROT_COM1_SW, Link IOCARD_ENCODER, Device 8, Input 50, Aceleration 1, Type 2
    {
    IF &COM1_Power_ON > 0
    {
    &ROTACTC1_SW = 1
    &ROTACTC1_SW = DELAY 0 ,500
    L0 = &ROT_COM1_SW * -1
    &ST_COM1High = ROTATE 18 ,36 ,L0
    &tCOM1_1 = &ST_COM1High
    }
    }


    Var 0169, name ROT_COM1_SF, Link IOCARD_ENCODER, Device 8, Input 52, Aceleration 1, Type 2
    {
    IF &COM1_Power_ON > 0
    {
    &ROTACTC1_SF = 1
    &ROTACTC1_SF = DELAY 0 ,500
    L0 = &ROT_COM1_SF
    &ST_COM1Low = ROTATE 0 ,99 ,L0
    &tCOM1_3 = &ST_COM1Low
    }
    }

  2. #2
    150+ Forum Groupie


    jonesthesoftware's Avatar
    Join Date
    Jul 2009
    Location
    aberdare, south wales UK
    Posts
    261
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: COM Panel: Dual-Centric Encoders & SIOC

    Hi
    you need to reprogram the PIC chip in the encoder card to work with the Elma E37 encoders
    You'll need a PIC chip progremmer some software like WINPIC 800 and the new PIC chip code .
    I have the programs and code if you need it. Email me on jonesthesoftware at gmail.com. Correct this to an email format .

    regards
    geoff