Blame | Last modification | View Log | Download
** Copyright 1997 DeltaLink bv. All Rights Reserved** IOX_CNV.KEY - Supported conversions** CODE NUMBER*BIT | 1 * BIT conversionBR | 2 * RIGHT byte conversionBL | 3 * LEFT byte conversionWORD | 4 * WORD conversionLONG | 5 * LONG conversionDBL | 6 * DOUBLE precision float conversionMSG | 7 * message conversionIEEE | 8 * IEEE single precision float conversionBCD | 10 * Binary Coded Decimal conversionBYTE | 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/outIBAU | 13 * Interbus-S Analog input/output 12 bits UnsignedIBAS | 14 * Interbus-S Analog input/output 12 bits two's complement** Special conversion for the reversed variables*RLNG | 15 * reversed LONG conversionRFLT | 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 byteBCD4 | 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 conversionTIM1 | 23 * User defined time conversionTIM2 | 24 * User defined time conversionTIM3 | 25 * User defined time conversionTIM4 | 26 * User defined time conversionTIM5 | 27 * User defined time conversionTIM6 | 28 * User defined time conversionTIM7 | 29 * User defined time conversionTIM8 | 30 * User defined time conversionTIM9 | 31 * User defined time conversion