; DDB for CE519 Function Minidecoder from Georg Ziegler ; 23.11.99 / Georg Ziegler ; ;-------------------------------------------------------------------------- ; ; ; Art des Eintrags: ; ; Kommentar ( Rest der Zeile wird ignoriert ) ; D Dezimalzahl ; H Hexzahl ; B Binaerzahl ( Bitweise ) ; R Read Only (dezimal) z.B. fuer Version ; L Lange Adresse ( Aufbau immer "L 17 1 10239 Adresse (lang)$") ; die lange Adresse wird in und abgelegt ; C Config in CV29 ( Aufbau immer "C 29 0 255 Config$") ; I Decoderinformation - nur String mit max. 60 Char ; M Hersteller Info (RP9.2.2) - Read Only ; ; Minimalwert ; Maximalwert ; Beschreibung des CVs ( max.30 Zeichen mit $ am Ende ) ;-------------------------------------------------------------------------- ; ; i CE519 Function / Ziegler$ D 1 1 99 0=0000 Short Adress$ L 17 1 10239 1=0001 Long Adress$ D 19 0 255 2=0010 Consist Adress$ D 29 0 255 3=0011 Config$ B 33 0 255 4=0100 FL -> GPIO (xx54x210)$ B 34 0 255 5=0101 RL -> GPIO (xx54x210)$ B 35 0 255 6=0110 F1 -> GPIO (xx54x210)$ B 36 0 255 7=0111 F2 -> GPIO (xx54x210)$ B 37 0 255 8=1000 F3 -> GPIO (xx54x210)$ B 38 0 255 9=1001 F4 -> GPIO (xx54x210)$ B 39 0 255 A=1010 F5 -> GPIO (xx54x210)$ B 40 0 255 B=1011 F6 -> GPIO (xx54x210)$ B 41 0 255 C=1100 F7 -> GPIO (xx54x210)$ B 42 0 255 D=1101 F8 -> GPIO (xx54x210)$ R 7 0 255 E=1110 Vers. No.$ R 8 0 255 F=1111 Manufacturer$ ;--- end ---