﻿===================================================================================================
== UIC2CSV README == BY 3D BYTE, http://www.3dbyte.de =============================================
===================================================================================================
===================================================================================================

UIC2CSV ist ein Tool, um eine CSV-Liste für      UIC2CSV is a tool to compute a CSV list for
UIC-Wagennummern zu berechnen. Hierzu wird in    UIC wagon numbers. It takes a number template
der Konsole ein Nummern-Template eingegeben.     in its console to do that. From this template,
Das Programm berechnet daraus dann die           a CSV liste will be computed for the train
CSV-Liste für die Zugsimulation RailWorks.       simulation RailWorks.

===================================================================================================
===================================================================================================

Diese Anwendung benötigt das Visual Studio 2012  This applicaton does request Visual Studio 2012
Redistributable. Falls es nicht installiert ist, redistributable. If not installed, dowload it
lade es vom folgenden Link:                      from the following link:

                   http://www.microsoft.com/de-de/download/details.aspx?id=30679
				
Um die Anwendung auszuführen, wird ein Prozessor To execute the application, a SSE 2.0 compatible
benötigt, der SSE 2.0 Instruktionen unterstützt. processor is required.

===================================================================================================
===================================================================================================

ANWENDUNGSHINWEISE                               USE INSTRUCTIONS

Enter not-contained pre-letters (1)              Enter not-contained pre-letters (1)
Hier werden vorlaufende UIC-Zahlen angegeben,    Enter here the pre-number of the UIC number,
die in der CSV-Datei nicht mit eingespeichert    which should not be written into the
werden sollen.                                   CSV file.

Hinweis: Bei Deutschen Lokomotiven ist hier      Notice: For German engines you have to use
eine 0 einzutragen, weil die Ziffer X für        here a 0, because the Deutsche Bahn AG did replace
91 80 X 112 014... bei der Bahn so gesetzt       the X of 91 80 X 112 014... to apply the prior
wurde, dass die Pruefziffer nicht geändert       self-check number. Exception: Diesel mot coaches.
werden musste. Ausnahme: Diesel-Triebwagen.

Enter letters of middle-part (2)                 Enter letters of middle-part (2)
Hier werden vorlaufende UIC-Zahlen angegeben,    Enter here the pre-number of the UIC number,
die in der CSV-Datei mit eingespeichert werden.  which should be written into CSV file.

Hinweis: Bei Loks ist dies die Baureihen-Nummer  Notice: For Engines it is the number of the Class.
und bei Güter- und Personenwagen die             For wagons and coaches it is the number of their
vierstellige Bauart-Nummer.                      Class (4 letters).

Enter the start number (3)                       Enter the start number (3) 
Hier wird der Beginn der laufenden               Insert here the start number.
Fahrzeugnummer eingetragen.

Enter the last number (4)                        Enter the last number (4)
Hier wird das Ende der laufenden Fahrzeugnummer  Insert here the last number.
eingetragen.

Output (5)                                       Output (5)
Name/Pfad der Ausgabe-Datei.                     Name of the output file.
Bitte mit Dateiendung.                           Please enter the extension.

===================================================================================================
===================================================================================================

BEISPIELE                                        EXAMPLES

Güterwagen: 31 80 536 9 XXX-P                    Freight wagon: 31 80 536 9 XXX-P
von 000 bis 799                                  from 000 to 799
1 >> 31 80                                       1 >> 31 80
2 >> 5360                                        2 >> 5360
3 >> 0                                           3 >> 0
4 >> 799                                         4 >> 799
5 >> Eaos_x075_Nummern.csv                       5 >> Eaos_x075_Numbers.csv

Ausgabe in CSV pro Wagen:                        Output in CSV per wagon:
0,0,5369XXXP                                     0,0,5369XXXP

Lok: Baureihe 146                                Engine: Class 146
von 001 bis 031                                  from 000 to 031
1 >> 0                                           1 >> 0
2 >> 146                                         2 >> 146
3 >> 1                                           3 >> 1
4 >> 31                                          4 >> 31
5 >> BR146_Nummern.csv                           5 >> BR146_Numbers.csv

Ausgabe in CSV pro Lok:                          Output in CSV per engine:
0,0,146XXXP                                      0,0,146XXXP

===================================================================================================
===================================================================================================

START-ARGUMENTE                                  START ARGUMENTS

Alternativ zur Eingabe kann das Programm         As a alternative, the application can be started
auch mit Start-Argumenten arbeiten. Folgendes    with arguments. You have to apply the following
Format muss angewendet werden:                   format:

UIC2CSV <1> <2> <3> <4> <AusgabeDatei>           UIC2CSV <1> <2> <3> <4> <OutputFile>

===================================================================================================
===================================================================================================

NUTZUNGSBEDINGUNGEN

1. Das Programm darf entgeltfrei genutzt werden. 1. This application can be used for free.
2. Weiterverbreitung durch Dritte                2. Redistribution by third only with agreement
   nur mit Genehmigung und kostenfrei.              and for free.
3. Verändern des Programms ist verboten.         3. Modifications of application are not allowed.
4. Der Autor haftet nicht für Schäden, die       4. The author is not liable for damages which
   durch Zweckentfremdung entstanden sind.          are caused by misappropriation.
   
===================================================================================================
===================================================================================================

KONTAKT                                          CONTACT

http://www.3dbyte.de	                         http://www.3dbyte.de
info@zugsimulationen.de                          info@zugsimulationen.de
Patrick Polzin                                   Patrick Polzin

===================================================================================================
===================================================================================================