Subversion Repositories factorylink.decoder

Rev

Blame | Last modification | View Log | Download

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

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

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

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

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

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

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