Subversion Repositories factorylink.ioxlator

Rev

Blame | Last modification | View Log | Download

*
* Copyright 1997 DeltaLink bv. All Rights Reserved
*
* IOX_CNV.KEY - Supported conversions
*
* CODE       NUMBER
*
  BIT       |  1          * BIT conversion
  BR        |  2          * RIGHT byte conversion
  BL        |  3          * LEFT byte conversion
  WORD      |  4          * WORD conversion
  LONG      |  5          * LONG conversion
  DBL       |  6          * DOUBLE precision float conversion
  MSG       |  7          * message conversion
  IEEE      |  8          * IEEE single precision float conversion
  BCD       |  10         * Binary Coded Decimal conversion
  BYTE      |  11         * Byte conversion

*
* Special conversion for the Siemens Sinec H1 driver
*
  SIE       |  9          * SIEMENS float conversion

*
* Special conversion for the Interbus-S driver
*
  IBG       |  12         * Interbus-S Gain for analog in/out
  IBAU      |  13         * Interbus-S Analog input/output 12 bits Unsigned
  IBAS      |  14         * Interbus-S Analog input/output 12 bits two's complement

*
* Special conversion for the reversed variables
*
  RLNG      |  15         * reversed LONG conversion
  RFLT      |  16         * reversed IEEE single precision float conversion

*
* Special conversion for the Valmet - Damatic Floating point
*
  FDAM      |  17         * Valmet Damatic floating point conversion

*
* Special conversion for BCD
*
  BCD2      |  18         * BCD conversion for byte
  BCD4      |  19         * BCD conversion for word, equals 'BCD'
  BCD8      |  20         * BCD conversion for long

*
* Special conversion for time
*
  
  TIME      |  21         * Time conversion from C-time to 'SECTIME' (10 years)
  TIM0      |  22         * User defined time conversion
  TIM1      |  23         * User defined time conversion
  TIM2      |  24         * User defined time conversion
  TIM3      |  25         * User defined time conversion
  TIM4      |  26         * User defined time conversion
  TIM5      |  27         * User defined time conversion
  TIM6      |  28         * User defined time conversion
  TIM7      |  29         * User defined time conversion
  TIM8      |  30         * User defined time conversion
  TIM9      |  31         * User defined time conversion