User Tools

Site Tools


ctc:ctc-svg-de

CTC SVG

ContentHardwareCTC ModulesCTC SVG

Diese Dokumentation basiert auf Rocrail Version 2.1.3927 vom 15.12.2023.
Update: 24.03.2024, Rocrail Version 2.1.4365, accessory-105
Update: 17.04.2024, Rocrail Version 2.1.4470, ctc_accessory-138, ctc_accessory-139, ctc_accessory-140-off, ctc_accessory-141
Update: 01.05.2024, Rocrail Version 2.1.4542, ctc_accessory-126-off "Buffer" erweitert zu "Buffer with Always ON"
Die Entwicklung ist noch „Work In Progress“ (WIP).

Einführung

Der Aufbau des interaktiven Rocrail CTC-SVG-Modul-Symbols wird hier beschrieben.
Die Definitionen können zur Generierung zusätzlicher Symbole verwendet werden.

Es basiert auf dem Layout der CTC-Modul-PCB-Boards; siehe den Forumsthread..
Die CTC-Modul-PCB-Boards enthalten 6 LEDs und einen Taster.
Die LED-Nummerierung erfolgt von unten links mit LED1 nach oben links mit LED3
und von unten rechts mit LED4 nach oben rechts mit LED6.
Die Rocrail CTC-SVG-Module-Symbole nutzen 3 x 2 Standard-Quadrate eines Rocrail-Plans.
Zusätzlich können 6 x 2 Standard-Quadrate zur Abdeckung von Textanzeigen verwendet werden.
Daher haben die Rocrail CTC-SVG-Module-Symbole eine Größe von 96 x 64 Pixel.
Ein Rocrail CTC-SVG-Module-Symbole verwendet die Befehle
"rect",
"polygon" und
"circle" \\, um Fahrstrassen, Leuchtelemente und Text anzuzeigen.

"rect": um rechteckige, nicht gedrehte Flächen zu definieren,
"polygon": um jede Art von Fläche zu definieren, meist gedrehte rechteckige Flächen und
"circle"; um Kreise zu definieren.

Konstruktionsdetails

Die Rocrail CTC-SVG-Modulsymbole werden als Zubehör-SVG-Symbole ab der Zubehörnummer 100 gespeichert.

Hintergrund

Diese Grunddefinition ist in jedem Rocrail CTC-SVG-Module-Symbole als Rahmen und Hintergrund enthalten.

Symbol LED Position Radius Rechteck Rahmen Füllung
accessory-100-off.svg Nummer x y rx Breite Höhe Farbe Farbe
- 0 0 0 95 63 rgb(0,0,0) rgb(204.204.204)
<svg width="100%" viewBox="0 0 96 64" xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="0" y="0" rx="0" width="95" height="63" 
          stroke="rgb(0,0,0)" fill="rgb(204,204,204)"/>
  </g>
</svg> 

LEDs

Dieses Modul zeigt lediglich die Positionierung der sechs LEDs.
Ein nicht standardmäßiges Attribut „led“ mit einer LED-Nummer wird verwendet, um die Befehlszeile der LED-Nummer X für die Rocrail-Software zu identifizieren.
Die Rocrail-Software färbt dann den „Füll“-Bereich mit der erforderlichen RGB-Farbe ein.
Der Zustand der Eisenbahnsignale wird durch farbige Kreise angezeigt.

Symbol LED Position Radius Rahmen Rahmen Füllung
accessory-104-r.svg Nummer cx cy r Farbe Stärke Farbe
3 18 12 7 rgb(0,0,0) 1 rgb(255,255,255)
2 18 32 7 rgb(0,0,0) 1 rgb(0,255,0)
1 18 52 7 rgb(0,0,0) 1 rgb(255,0,255)
6 77 12 7 rgb(0,0,0) 1 rgb(255,0,0)
5 77 32 7 rgb(0,0,0) 1 rgb(255,255,0)
4 77 52 7 rgb(0,0,0) 1 rgb(0,0,255)
Position Radius Rahmen Rahmen Füllung
Taster cx cy r Farbe Stärke Farbe
- 48 32 9 rgb(0,0,0) 2 rgb(204,204,204)
<svg width="100%" viewBox="0 0 96 64" xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="0" y="0" rx="0" width="95" height="63" 
          stroke="rgb(0,0,0)" fill="rgb(204,204,204)"/>

    <circle led="3" cx="18" cy="12" r="7" 
          stroke="rgb(0,0,0)" stroke-width="1" fill="rgb(255,255,255)"/>
    <circle led="2" cx="18" cy="32" r="7" 
          stroke="rgb(0,0,0)" stroke-width="1" fill="rgb(0,255,0)"/>
    <circle led="1" cx="18" cy="52" r="7" 
          stroke="rgb(0,0,0)" stroke-width="1" fill="rgb(255,0,255)"/>

    <circle cx="48" cy="32" r="9" 
          stroke="rgb(0,0,0)" stroke-width="2" fill="rgb(204,204,204)"/>

    <circle led="6" cx="77" cy="12" r="7" 
          stroke="rgb(0,0,0)" stroke-width="1" fill="rgb(255,0,0)"/>
    <circle led="5" cx="77" cy="32" r="7" 
          stroke="rgb(0,0,0)" stroke-width="1" fill="rgb(255,255,0)"/>
    <circle led="4" cx="77" cy="52" r="7" 
          stroke="rgb(0,0,0)" stroke-width="1" fill="rgb(0,0,255)"/>
  </g>
</svg>

Ausgänge

Dieses Modul zeigt lediglich die Positionierung der sechs LEDs.
Der Zustand der Rocrail-Ausgänge wird durch farbige Quadrate angezeigt.

Symbol LED Position Radius Rechteck Rahmen Füllung
accessory-122-off.svg Nummer x y rx Breite Höhe Farbe Farbe
3 12 6 0 12 12 rgb(0,0,0) rgb(255,255,255)
2 12 26 0 12 12 rgb(0,0,0) rgb(0,255,0)
1 12 46 0 12 12 rgb(0,0,0) rgb(255,0,255)
6 71 6 0 12 12 rgb(0,0,0) rgb(255,0,0)
5 71 26 0 12 12 rgb(0,0,0) rgb(255,255,0)
4 71 46 0 12 12 rgb(0,0,0) rgb(0,0,255)
Position Radius Rahmen Rahmen Füllung
Taster cx cy r Farbe Breite Farbe
- 48 32 9 rgb(0,0,0) 2 rgb(204,204,204)
<svg width="100%" viewBox="0 0 96 64" xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="0" y="0" rx="0" width="95" height="63" stroke="rgb(0,0,0)" fill="rgb(204,204,204)"/>

    <rect led="3" x="12" y="6" rx="0" width="12" height="12" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>
    <rect led="2" x="12" y="26" rx="0" width="12" height="12" stroke="rgb(0,0,0)" fill="rgb(0,255,0)"/>
    <rect led="1" x="12" y="46" rx="0" width="12" height="12" stroke="rgb(0,0,0)" fill="rgb(255,0,255)"/>

    <circle cx="48" cy="32" r="9" stroke="rgb(0,0,0)" stroke-width="2" fill="rgb(204,204,204)"/>

    <rect led="6" x="71" y="6" rx="0" width="12" height="12" stroke="rgb(0,0,0)" fill="rgb(255,0,0)"/>
    <rect led="5" x="71" y="26" rx="0" width="12" height="12" stroke="rgb(0,0,0)" fill="rgb(255,255,0)"/>
    <rect led="4" x="71" y="46" rx="0" width="12" height="12" stroke="rgb(0,0,0)" fill="rgb(0,0,255)"/>
  </g>
</svg>

Horizontale Fahrstrassen

Dieses Modul zeigt lediglich die Positionierung der beiden LEDs.

Symbol LED Position Radius Rechteck Rahmen Füllung
accessory-106-off.svg Nummer x y rx Breite Höhe Farbe Farbe
- 1 25 0 46 13 rgb(0,0,0) rgb(0,0,0)
2 5 26 0 31 11 rgb(0,0,0) rgb(255,255,255)
- 48 25 0 46 13 rgb(0,0,0) rgb(0,0,0)
5 60 26 0 31 11 rgb(0,0,0) rgb(255,255,255)
<svg width="100%" viewBox="0 0 96 64" xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="0" y="0" rx="0" width="95" height="63" stroke="rgb(0,0,0)" fill="rgb(204,204,204)"/>

    <rect x="1" y="25" rx="0" width="46" height="13" stroke="rgb(0,0,0)" fill="rgb(0,0,0)"/>
    <rect led="2" x="5" y="26" rx="0" width="31" height="11" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>

    <rect x="48" y="25" rx="0" width="46" height="13" stroke="rgb(0,0,0)" fill="rgb(0,0,0)"/>
    <rect led="5" x="60" y="26" rx="0" width="31" height="11" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>
  </g>
</svg>

Diagonale Fahrstrassen

Dieses Modul zeigt lediglich die Positionierung der vier LEDs.

Symbol LED Polygon-Punkte Rahmen Füllung
accessory-102-off.svg Nummer Farbe Farbe
- 0,0 12,0 48,25 48,38 46,38 0,8 0,0 rgb(0,0,0) rgb(0,0,0)
3 12,1 41,21 35,30 5,10 12,1 rgb(0,0,0) rgb(255,255,255)
- 0,63 12,63 48,38 48,25 46,25 0,55 0,63 rgb(0,0,0) rgb(0,0,0)
1 12,62 41,42 35,33 5,53 12,62 rgb(0,0,0) rgb(255,255,255)
- 95,0 84,0 46,25 46,38 50,38 95,8 95,0 rgb(0,0,0) rgb(0,0,0)
6 84,1 55,20 62,29 91,10 84,1 rgb(0,0,0) rgb(255,255,255)
- 95,63 84,63 46,38 46,25 50,25 95,56 95,63 rgb(0,0,0) rgb(0,0,0)
4 85,63 55,43 62,34 91,54 85,63 rgb(0,0,0) rgb(255,255,255)
<svg width="100%" viewBox="0 0 96 64" xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="0" y="0" rx="0" width="95" height="63" stroke="rgb(0,0,0)" fill="rgb(204,204,204)"/>

    <polygon points="0,0 12,0 48,25 48,38 46,38 0,8 0,0" stroke="rgb(0,0,0)" fill="rgb(0,0,0)"/>
    <polygon led="3" points="12,1 41,21 35,30 5,10 12,1" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>

    <polygon points="0,63 12,63 48,38 48,25 46,25 0,55 0,63" stroke="rgb(0,0,0)" fill="rgb(0,0,0)"/>
    <polygon led="1" points="12,62 41,42 35,33 5,53 12,62" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>

    <polygon points="95,0 84,0 46,25 46,38 50,38 95,8 95,0" stroke="rgb(0,0,0)" fill="rgb(0,0,0)"/>
    <polygon led="6" points="84,1 55,20 62,29 91,10 84,1" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>

    <polygon points="95,63 84,63 46,38 46,25 50,25 95,56 95,63" stroke="rgb(0,0,0)" fill="rgb(0,0,0)"/>
    <polygon led="4" points="85,63 55,43 62,34 91,54 85,63" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>

  </g>
</svg>

Diagonale Fahrstrassen spezial

Dieses Modul zeigt lediglich die Positionierung der zwei LEDs.

Symbol LED Polygon-Punkte Rahmen Füllung
accessory-128-off.svg Nummer Farbe Farbe
- 0,63 12,63 95,8 95,0 83,0 0,55 0,63 rgb(0,0,0) rgb(0,0,0)
1 12,62 41,42 35,33 5,53 12,62 rgb(0,0,0) rgb(255,255,255)
6 84,1 55,20 62,29 91,10 84,1 rgb(0,0,0) rgb(255,255,255)
<svg width="100%" viewBox="0 0 96 64" xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="0" y="0" rx="0" width="95" height="63" stroke="rgb(0,0,0)" fill="rgb(204,204,204)"/>

    <polygon points="0,63 12,63 95,8 95,0 83,0 0,55 0,63" stroke="rgb(0,0,0)" fill="rgb(0,0,0)"/>

    <polygon led="1" points="12,62 41,42 35,33 5,53 12,62" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>
    <polygon led="6" points="84,1 55,20 62,29 91,10 84,1" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>

  </g>
</svg>

Dieses Modul zeigt lediglich die Positionierung der zwei LEDs.

Symbol LED Polygon-Punkte Rahmen Füllung
accessory-132-off.svg Nummer Farbe Farbe
- 0,0 12,0 95,56 95,63 85,63 0,8 0,0 rgb(0,0,0) rgb(0,0,0)
3 12,1 41,21 35,30 5,10 12,1 rgb(0,0,0) rgb(255,255,255)
4 85,63 55,43 62,34 91,54 85,63 rgb(0,0,0) rgb(255,255,255)
<svg width="100%" viewBox="0 0 96 64" xmlns="http://www.w3.org/2000/svg">
  <g>
    <rect x="0" y="0" rx="0" width="95" height="63" stroke="rgb(0,0,0)" fill="rgb(204,204,204)"/>

    <polygon points="0,0 12,0 95,56 95,63 85,63 0,8 0,0" stroke="rgb(0,0,0)" fill="rgb(0,0,0)"/>

    <polygon led="3" points="12,1 41,21 35,30 5,10 12,1" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>
    <polygon led="4" points="85,63 55,43 62,34 91,54 85,63" stroke="rgb(0,0,0)" fill="rgb(255,255,255)"/>
  </g>
</svg>

Symbolliste sortiert nach Nummer

Die Liste der Rocrail CTC-SVG-Modulsymbole.

Symbol Datei Verwendung
accessory-100-off.svg 100 tk Gleis Rahmen
accessory-101-off.svg 101 (Gleis Master)
accessory-102-off.svg 102 (Gleis Master)
accessory-103-off.svg 103 (Taster Master); bitte 119 benutzen
accessory-104-r.svg 104 (Signal Master)
accessory-105.svg 105 bk Block, Taster, Display
accessory-106-off.svg 106 tk Gleis straight
accessory-107-off.svg 107 tk Gleis links
accessory-108-off.svg 108 tk Gleis rechts
accessory-109-on.svg 109 sw Weiche links, Taster
accessory-110-on.svg 110 sw Weiche rechts, Taster
accessory-111-on.svg 111 sw Drei-Wege, Taster
accessory-112-on.svg 112 sw Zwei-Wege, Taster
accessory-114-on.svg 114 sw Kreuzung links, Taster
accessory-115-on.svg 115 sw Kreuzung rechts, Taster
accessory-116-r.svg 116 sg Signal, Taster
accessory-117-off.svg 117 bk Block, Taster
accessory-118-off.svg 118 fb Rückmelder
accessory-119-off.svg 119 co Taster
accessory-120-off.svg 120 co LED, Taster
accessory-121-off.svg 121 co Gleis rechts, Taster
accessory-122-off.svg 122 (Ausgang Master)
accessory-123-off.svg 123 co Gleis links, Taster
accessory-124-r.svg 124 sg Gleis rechts, Signal, Taster
accessory-125-r.svg 125 sg Gleis links, Signal, Taster
accessory-126-off.svg 126 tk Prellbock (before Rocrail 2.1.4540)
accessory-126-off.svg 126 tk Prellbock mit Always ON (Rocrail 2.1.4542+)
accessory-127-off.svg 127 co Gleis, Taster
accessory-128-off.svg 128 tk Gleis diagonal
accessory-129-off.svg 129 co Gleis diagonal, Taster
accessory-130-r.svg 130 sg Gleis dia., Signal, Taster
accessory-131-off.svg 131 co Gleis dia., Ausgang, Taster
accessory-132-off.svg 132 tk Gleis diagonal
accessory-133-off.svg 133 co Gleis diagonal, Taster
accessory-134-r.svg 134 sg Gleis dia., Signal, Taster
accessory-135-off.svg 135 co Gleis dia., Ausgang, Taster
accessory-136-on.svg 136 sw Diag.Weiche rechts, Taster
accessory-137-on.svg 137 sw Diag.Weiche links, Taster
accessory-138.svg 138 bk kurzer Block, Taster
accessory-139.svg 139 bk kurzer Block, 4 LEDs, Taster
accessory-140-off.svg 140 co 2 LEDs, Taster
accessory-141.svg 141 bk kurzer Block, 2 LEDs, Taster
accessory-150.svg 150 bk Block, 2 x Button, Display


Symbolliste sortiert nach Gruppe

Die Liste der Rocrail CTC-SVG-Modulsymbole.

Symbol Datei Verwendung
Master Symbole
accessory-100-off.svg 100 tk Gleis Rahmen
accessory-101-off.svg 101 (Gleis Master)
accessory-102-off.svg 102 (Gleis Master)
accessory-103-off.svg 103 (Taster Master); bitte 119 benutzen
accessory-104-r.svg 104 (Signal Master)
accessory-122-off.svg 122 (Ausgang Master)
Block Symbole
accessory-105.svg 105 bk Block, Taster, Display
accessory-117-off.svg 117 bk Block, Taster
accessory-138.svg 138 bk kurzer Block, Taster
accessory-139.svg 139 bk kurzer Block, 4 LEDs, Taster
accessory-141.svg 141 bk kurzer Block, 2 LEDs, Taster
accessory-150.svg 150 bk Block, 2 x Button, Display
Gleis Symbole
accessory-106-off.svg 106 tk Gleis straight
accessory-107-off.svg 107 tk Gleis links
accessory-108-off.svg 108 tk Gleis rechts
accessory-128-off.svg 128 tk Gleis diagonal
accessory-132-off.svg 132 tk Gleis diagonal
accessory-126-off.svg 126 tk Prellbock (before Rocrail 2.1.4540)
accessory-126-off.svg 126 tk Prellbock mit Always ON (Rocrail 2.1.4542+)
Weichen Symbole
accessory-109-on.svg 109 sw Weiche links, Taster
accessory-110-on.svg 110 sw Weiche rechts, Taster
accessory-111-on.svg 111 sw Drei-Wege, Taster
accessory-112-on.svg 112 sw Zwei-Wege, Taster
accessory-114-on.svg 114 sw Kreuzung links, Taster
accessory-115-on.svg 115 sw Kreuzung rechts, Taster
accessory-136-on.svg 136 sw Diag.Weiche rechts, Taster
accessory-137-on.svg 137 sw Diag.Weiche links, Taster
Signal Symbole
accessory-116-r.svg 116 sg Signal, Taster
accessory-124-r.svg 124 sg Gleis rechts, Signal, Taster
accessory-125-r.svg 125 sg Gleis links, Signal, Taster
accessory-130-r.svg 130 sg Gleis dia., Signal, Taster
accessory-134-r.svg 134 sg Gleis dia., Signal, Taster
Rückmelder Symbole
accessory-118-off.svg 118 fb Rückmelder
Ausgang Symbole
accessory-131-off.svg 131 co Gleis dia., Ausgang, Taster
accessory-135-off.svg 135 co Gleis dia., Ausgang, Taster
accessory-120-off.svg 120 co LED, Taster
accessory-121-off.svg 121 co Gleis rechts, Taster
accessory-123-off.svg 123 co Gleis links, Taster
accessory-127-off.svg 127 co Gleis, Taster
accessory-140-off.svg 140 co 2 LEDs, Taster
Taster Symbole
accessory-119-off.svg 119 co Taster
accessory-129-off.svg 129 co Gleis diagonal, Taster
accessory-133-off.svg 133 co Gleis diagonal, Taster
ctc/ctc-svg-de.txt · Last modified: 2024/05/01 09:58 by 127.0.0.1