26
© Siemens 2010 A5E02477563-02, 03/2010 1 SIMATIC HMI Konfigurationsdatei Thin Client 1.4 Produktinformation Einleitung Einleitung Diese Produktinformation beschreibt beispielhaft die Konfigurationsdatei auf dem Thin Client ab Version v1.4.0. Aufbau Eine Thin Client-Konfigurationsdatei "thinclient.cfg" kann in den Konfigurationseinstellungen, Abschnitt "Geräteeinstellungen", Register "Device setup > Save config" auf einen über Ethernet verbundenen Computer abgespeichert und von dort wieder eingespielt werden. In der Konfigurationsdatei werden alle Variablen definiert, deren Werte auf der Bedienoberfläche in den einzelnen Registern der Konfigurationseinstellungen auftreten. Dabei existieren nur zwei verschiedene Variablentypen: Boolsche Variable: als Werte sind nur true (wahr) oder false (falsch) erlaubt, ohne Anführungszeichen und mit einem Semikolon am Zeilenende. Beispiel: NET_DHCP = false; Stringvariablen: als Wert ist jede Zeichenkette in Anführungszeichen erlaubt, mit einem Semikolon am Zeilenende. Beispiel: NET_IP_ADDRESS = "192.168.1.1"; Beachten Sie den zeilenweisen Aufbau: In jeder Zeile wird genau eine Variable definiert. Die restlichen Zeilen sind Kommentarzeilen, die mit # beginnen. Kommentarzeilen werden beim Einspielen der Konfigurationsdatei überlesen. Hinweis Mehrere Thin Clients verwalten Sie komfortabel und zentral mit dem Thin Client Remote Configuration Center RCC. Beispiel für eine Konfigurationsdatei # Variablen für Netzwerkeinstellungen: # Register: Network > Settings; Feld: "IP address" # Beschreibung: Einstellen der Netzwerk-IP-Adresse des Geräts # Default: 192.168.1.1 # erlaubte Einträge sind: Zahlen und ‚.’ im gültigen IP-Adressen-Format NET_IP_ADDRESS = "192.168.1.1"; # Register: Network > Settings; Feld: "Subnet mask" # Beschreibung: Einstellen der Netzwerk Subnetz-Maske # Die Subnetz-Maske muss ein gültiges Subnetz-Masken-Format besitzen. # Default: 255.255.255.0 # erlaubte Einträge sind: Zahlen und ‚.’ im gültigen IP-Adressen-Format NET_SUBNET_MASK = "255.255.255.0"; # Register: Network > Settings; Feld: "Default gateway" # Beschreibung: Einstellen des Default-Gateways # Default: leer # Erlaubte Einträge sind: Zahlen und ‚.’ im gültigen IP-Adressen-Format NET_DEFAULT_GATEWAY = "";

Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

  • Upload
    dothuan

  • View
    235

  • Download
    4

Embed Size (px)

Citation preview

Page 1: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

© Siemens Ⓟ2010 A5E02477563-02, 03/2010 1

SIMATIC HMI Konfigurationsdatei Thin Client 1.4 Produktinformation

Einleitung Einleitung

Diese Produktinformation beschreibt beispielhaft die Konfigurationsdatei auf dem Thin Client ab Version v1.4.0.

Aufbau

Eine Thin Client-Konfigurationsdatei "thinclient.cfg" kann in den Konfigurationseinstellungen, Abschnitt "Geräteeinstellungen", Register "Device setup > Save config" auf einen über Ethernet verbundenen Computer abgespeichert und von dort wieder eingespielt werden.

In der Konfigurationsdatei werden alle Variablen definiert, deren Werte auf der Bedienoberfläche in den einzelnen Registern der Konfigurationseinstellungen auftreten.

Dabei existieren nur zwei verschiedene Variablentypen: ● Boolsche Variable: als Werte sind nur true (wahr) oder false (falsch) erlaubt, ohne Anführungszeichen und mit einem

Semikolon am Zeilenende. Beispiel: NET_DHCP = false;

● Stringvariablen: als Wert ist jede Zeichenkette in Anführungszeichen erlaubt, mit einem Semikolon am Zeilenende. Beispiel: NET_IP_ADDRESS = "192.168.1.1";

Beachten Sie den zeilenweisen Aufbau: ● In jeder Zeile wird genau eine Variable definiert. ● Die restlichen Zeilen sind Kommentarzeilen, die mit # beginnen. ● Kommentarzeilen werden beim Einspielen der Konfigurationsdatei überlesen. Hinweis

Mehrere Thin Clients verwalten Sie komfortabel und zentral mit dem Thin Client Remote Configuration Center RCC.

Beispiel für eine Konfigurationsdatei # Variablen für Netzwerkeinstellungen: # Register: Network > Settings; Feld: "IP address" # Beschreibung: Einstellen der Netzwerk-IP-Adresse des Geräts # Default: 192.168.1.1 # erlaubte Einträge sind: Zahlen und ‚.’ im gültigen IP-Adressen-Format NET_IP_ADDRESS = "192.168.1.1"; # Register: Network > Settings; Feld: "Subnet mask" # Beschreibung: Einstellen der Netzwerk Subnetz-Maske # Die Subnetz-Maske muss ein gültiges Subnetz-Masken-Format besitzen. # Default: 255.255.255.0 # erlaubte Einträge sind: Zahlen und ‚.’ im gültigen IP-Adressen-Format NET_SUBNET_MASK = "255.255.255.0"; # Register: Network > Settings; Feld: "Default gateway" # Beschreibung: Einstellen des Default-Gateways # Default: leer # Erlaubte Einträge sind: Zahlen und ‚.’ im gültigen IP-Adressen-Format NET_DEFAULT_GATEWAY = "";

Page 2: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 2 A5E02477563-02, 03/2010

# Register: Network > Settings; Optionsfeld: "Optain IP address from a DHCP server" # Beschreibung: Einstellen, ob DHCP verwendet wird. # Wenn DHCP aktiviert ist (true), # werden die Netzwerkdaten über einen DHCP-Server zugewiesen. # Default: false # erlaubte Einträge sind: true/false NET_DHCP = false; # Register: Network > Settings: Feld: "Client hostname" # Beschreibung: Einstellen des Hostnamens des Geräts # Default: leer # erlaubte Einträge sind: alphanumerische Zeichen und Sonderzeichen # Maximal 63 Zeichen sind erlaubt. NET_HOSTNAME = ""; # Register: Network > Settings; Feld: "DNS server" # Beschreibung: Einstellen des Domain Name Servers # Default: leer # erlaubte Einträge sind: Zahlen und ‚.’ im gültigen IP-Adressen-Format NET_DNS_SERVER = ""; # Register: Network > Settings: Optionsfeld: "Obtaining DNS server # address automatically" # Beschreibung: Einstellen, ob die Adresse des DNS-Servers automatisch # zugewiesen wird. # Default: false # erlaubte Einträge sind: true/false NET_DNS = false; # Variablen für Administrator- und Verbindungs-Kennwort # Register: Security; Felder: Old/New/Reenter password # Beschreibung: Einstellen des Administrator-Kennworts # erlaubte Einträge sind: alphanumerische und Sonderzeichen #(),/-.:;=?!@[^]_{|} ADMIN_PASSWORD = "admin"; # Register: kein eigenes Register in der Oberfläche der Konfigurationseinstellungen # Beschreibung: Dieses Flag wird im Thin Client auf "false" gesetzt, # falls ein neues Administrator-Kennwort vergeben wurde. Damit wird dem Bediener # nicht mehr folgender Text bei der Anmeldung und im Register # "Security" angezeigt: "The default password is "admin". # Please change the default password for security reasons!" # Nach Vergabe eines neues Administrator-Kennworts sollte dieses Flag # auf "false" gesetzt werden. # Default: true # erlaubte Einträge sind: true/false DEFAULT_PASSWORD_FLAG = true; # Register: Remote > Session password: Felder: Session password/Reenter session password # Beschreibung: Wenn ein Verbindungs-Kennwort gesetzt ist, muß der Bediener dieses # Kennwort eingeben, um eine Client-Server-Verbindung zu beenden. # Default: leer, d.h. es ist kein Verbindungs-Kennwort gesetzt # erlaubte Einträge sind: alphanumerische und Sonderzeichen #(),/-.:;=?!@[^]_{|} SESSION_PASSWORD = "";

Page 3: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3

# Variablen für Autostart # Register: Applications > Autostart client-application; # Optionsfeld: "no autostart client-application" # Beschreibung: 6 Felder, von denen nur eines auf "true" gesetzt sein darf: # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Einstellen, ob keine Client-Anwendung für den Autostart verwendet wird. # Default: true # erlaubte Einträge sind: true/false NO_DEFAULT_AUTO_STARTUP = true; # Verbindungseinstellungen Browser # Register: Applications > Web-Browser; Feld: "HTTP proxy" # Beschreibung: Einstellen der HTTP-Proxy-Adresse für den Web-Browser # IP-Adressen im gültigen IP-Adressen-Format, Proxy-Internet-Adresse, DNS-Name, # Default: leer # erlaubte Einträge sind: alphanumerische Zeichen und Sonderzeichen -./: BROWSER_HTTP_PROXY = ""; # Register: Applications > Web-Browser; Feld: "Port" # Beschreibung: Einstellen des Proxy-Ports # Default: 0 # erlaubte Einträge sind: numerische Zahlen im Bereich 0-65535 BROWSER_HTTP_PROXY_PORT = ""; # Register: Applications > Autostart client-application; Optionsfeld: "Web-Browser" # Beschreibung: 6 Felder, von denen nur eines auf "true" gesetzt sein darf: # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Einstellen des Web-Browsers als Client-Anwendung für den Autostart # Default: false; # erlaubte Einträge sind: true/false BROWSER_AUTO_STARTUP = false; # Register: Applications > Web-Browser; Feld: "Home page" # Beschreibung: Einstellen der Autostart-Seite des Web-Browsers # Default: leer # erlaubte Einträge sind: alphanumerisch und Sonderzeichen _&?=/.:- BROWSER_HOMEPAGE = ""; # Register: Applications > Web-Browser; Feld: "No proxy for:" # Beschreibung: Einstellen der Web-Adressen, für die eine direkte Verbindung ohne # Proxy hergestellt wird. Trennung mehrerer Adressen durch Kommas. # Default: leer # erlaubte Einträge sind: alphanumerische Zeichen und Sonderzeichen -./:, BROWSER_HTTP_NO_PROXY = ""; # Register: Applications > Web-Browser; Feld: "Fallback charset" # Beschreibung: Legt den Zeichensatz fest, der vom Web-Browser verwendet wird, wenn # eine Web-Seite keine Informationen über den zu verwendenden Zeichensatz mitliefert. # "false" ist UTF-8, "true" ist ISO-8859-1 # Default: false # erlaubte Einträge sind: true/false BROWSER.HTTP_DEFAULT_CHARSET = false; # Register: Desktop > Taskbar; Bereich "show icons", Optionsfeld: "Web-Browser" # Beschreibung: Anzeige des Symbols "Web-Browser" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: true # erlaubte Einträge sind: true, false BROWSER_SHOW_ICON = true;

Page 4: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 4 A5E02477563-02, 03/2010

# Diverse Variablen # Register: Network > PROFINET Base Functions; Feld: "Device name in network" # Beschreibung: Einstellen des PROFINET Device-Namen für das Gerät Dieser Name wird in der Titelzeile der Konfigurationseinstellungen angezeigt und erscheint im SIMATIC Manager als PROFINET-Stationsname. # Default: leer # erlaubte Einträge sind: Buchstaben, Zahlen und Sonderzeichen - . # Die Namen dürfen nicht mit mit "-" oder "." beginnen oder enden # Default: leer PROFINET_DEVICE_NAME = ""; # Register: Network > PROFINET Base Functions; Optionsfeld: "Enable LLDP" # Beschreibung: Einschalten des "Link Layer Discovery" Protokolls (LLDP): ein # PROFINET-Dienst, der den Thin Client im Netzwerk als solchen bekannt gibt. # Aus den Informationen aller Netzwerkkomponenten kann die Management-Station # z. B. STEP7 automatisch die Netzwerktopologie erkennen. # Default: true; # erlaubte Einträge sind: true/false PROFINET_LLDP = true; expertMode : { services : { # Register: Expert mode > Services; Optionsfeld: "Enable/disable the # SSH configuration service" # Beschreibung: Einschalten des SSH-Konfigurationsdienstes # Default: true; # erlaubte Einträge sind: true/false SSH_CONFIG_SERVICE = true; # Register: Expert Mode > Services; Optionsfeld: "Enable/disable IP-address detection # service" # Beschreibung: Einschalten des "Duplicate IP-address detection"-Dienstes # Default: true; # erlaubte Einträge sind: true/false IPDAD_SERVICE = true; }; }; # Virtuelle Tastatur xvkbd: { # Register: Desktop > Keyboard layout # Beschreibung: Einstellen des Tastatur-Layouts am Gerät # erlaubte Einträge sind: 1 (= US-amerikanisches Tastatur-Layout) # 2 (= deutsches Tastatur-Layout) # Default: 1 LAYOUT = "1"; }; # Netzwerkeinstellungen connectionType : { # Register: Network > Connection type; Optionsfeld: Autonegotiation # Beschreibung: Einstellen der automatischen Erkennung der Geschwindigkeit und # des Duplex-Verfahrens der Verbindung # Default: true # erlaubte Einträge sind: true/false AUTO_NEGOTIATION = true;

Page 5: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 5

# Register: Network > Connection type; Optionsfelder: Speed (100/10) # Beschreibung: Einstellen der Geschwindigkeit der Verbindung # Default: 100 # erlaubte Einträge sind: 100, 10 SPEED = "100"; # Register: Network > Connection type; Optionsfelder: Duplex (Full/Half) # Beschreibung: Einstellen des Duplex-Verfahrens der Verbindung # Default: full # erlaubte Einträge sind: full, half DUPLEX = "full"; }; # Konfigurationseinstellungen SINUMERIK sinumerik: { # Register: Applications > Autostart client-application; Optionsfeld: "SINUMERIK" # Beschreibung: 6 Felder, von denen nur eines auf "true" gesetzt sein darf: # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Einstellen von SINUMERIK als Client-Anwendung für den Autostart # Default: false; # erlaubte Einträge sind: true/false # AUTO_STARTUP = false; # Register: Desktop > Taskbar; Bereich "show icons", Optionsfeld: "SINUMERIK" # Beschreibung: Anzeige des Symbols "SINUMERIK" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: true # erlaubte Einträge sind: true, false SHOW_ICON = true; }; # Einstellungen für die Startleiste # Register: Desktop > Taskbar; Bereich "show icons", Optionsfeld: "Right click" # Beschreibung: Anzeige des Symbols "Rechte Maustaste" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: true # erlaubte Einträge sind: true, false rightclick: { SHOW_ICON = true; }; # Register: Desktop > Taskbar; Bereich "show icons", Optionsfeld: "Configuration" # Beschreibung: Anzeige des Symbols "Konfigurationseinstellungen" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: true # erlaubte Einträge sind: true, false configuration: { SHOW_ICON = true; };

Page 6: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 6 A5E02477563-02, 03/2010

# Register: Desktop > Taskbar; Bereich "show icons", Optionsfeld: "Lock input" # Beschreibung: Anzeige des Symbols "Touch-Screen sperren" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: true # erlaubte Einträge sind: true, false lockinput: { SHOW_ICON = true; }; # Register: Desktop > Taskbar; Bereich "show icons", Optionsfeld: "Reboot" # Beschreibung: Anzeige des Symbols "Neustart" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: flase # erlaubte Einträge sind: true, false reboot: { SHOW_ICON = false; }; icewm : { # Register: Desktop > Taskbar; Optionsfeld: "Auto-hide the taskbar" # Beschreibung: 3 Felder, von denen nur eines auf "true" gesetzt sein darf: # AUTO_HIDING, ALWAYS_SHOW_TASKBAR, DO_NOT_SHOW_TASKBAR # Die Startleiste wird ausgeblendet. Um die Startleiste einzublenden, berührt der # Bediener den Bildschirm am oberen oder unteren Rand. # Default: false # erlaubte Einträge sind: true/false AUTO_HIDING = false; # Register: Desktop > Taskbar; Optionsfeld: "Show the taskbar (minimizable)" # Beschreibung: 3 Felder, von denen nur eines auf "true" gesetzt sein darf: # AUTO_HIDING, ALWAYS_SHOW_TASKBAR, DO_NOT_SHOW_TASKBAR # Die Startleiste wird eingeblendet. Der Bediener kann die Startleiste minimieren # und wieder maximieren. # Default: true # erlaubte Einträge sind: true/false ALWAYS_SHOW_TASKBAR = true; # Register: Desktop > Taskbar; Optionsfeld: "Hide the taskbar" # Beschreibung: 3 Felder, von denen nur eines auf "true" gesetzt sein darf: # AUTO_HIDING, ALWAYS_SHOW_TASKBAR, DO_NOT_SHOW_TASKBAR # Die Startleiste wird ausgeblendet. Der Bediener kann die Startleiste nicht einblenden. # Default: false # erlaubte Einträge sind: true/false DO_NOT_SHOW_TASKBAR = false; };

Page 7: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 7

# Verbindungseinstellungen RDP rdp : { # Register: Remote > RDP; Feld: "Index" # Beschreibung: Einstellen der Nummer der Client-Server-Verbindung, die angzeigt wird # Default: 1; # erlaubte Einträge sind: Zahlen im Bereich zwischen 1 und 30 CURRENT_INDEX = "1"; # Register: Applications > Autostart client-application; Optionsfeld: "RDP" # Beschreibung: 6 Felder, von denen nur eines auf "true" gesetzt sein darf: # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Einstellen von RDP als Client-Anwendung für den Autostart # Default: false; # erlaubte Einträge sind: true/false AUTO_STARTUP = false; # Register: Remote > RDP; Feld: "RDP autostart server index" # Beschreibung: Client-Server-Verbindung mit diesem Index ist die Autostart-Verbindung # Default: 1 # erlaubte Einträge sind: Zahlen im Bereich zwischen 1 und 30 DEFAULT_SESSION = "1"; # Register: kein eigenes Optionsfeld in der Oberfläche Konfigurationseinstellungen # Beschreibung: interne Verwendung, not used VALUES_CHANGED = false; # Register: Desktop > Taskbar; Bereich "show icons", Optionsfeld: "RDP" # Beschreibung: Anzeige des Symbols "RDP" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: true # erlaubte Einträge sind: true, false SHOW_ICON = true; session : { # Ab hier folgen maximal 30 Client-Server-Verbindungen; beispielhaft sind jedoch nur # zwei Client-Server-Verbindungen dargestellt. Die erste ist ausführlich kommentiert. s1 : { # Register: Remote > RDP; Optionsfeld: "Enabled" # Beschreibung: Aktiviert die Client-Server-Verbindung, die dem Bediener dann # in der Startleiste im Auswahlmenü angezeigt wird. # Die Verbindung mit dem Index 1 ist standardmäßig aktiviert ("true"), # alle anderen sind werksseitig deaktiviert ("false"). # Default: true; # erlaubte Einträge sind: true/false ENABLED = true; # Register: Remote > RDP; Optionsfeld: "Fullscreen" # Beschreibung: Umschalten zwischen Vollbildanzeige und Anzeige in einem Fenster, # bei "true" ist die Vollbildanzeige aktiviert. # Default: true; # erlaubte Einträge sind: true/false FULLSCREEN = true;

Page 8: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 8 A5E02477563-02, 03/2010

# Register: Remote > RDP; Feld: "Server alias" # Beschreibung: Einstellen des Server-Alias-Namens, der im Auswahlmenü erscheint. # Default: "RDPSampleServer"; # erlaubte Einträge sind: alphanumerische und Sonderzeichen #(),/-.:;=?!@[^]_{|} ALIAS = "RDPSampleServer"; # Register: Remote > RDP; Feld: "Server host name/IP" # Beschreibung: Einstellen der Server-IP-Adresse oder des Server-Hostnamens # Default: 192.168.11.2 # erlaubte Einträge sind: IP-Adressen im gültigen IP-Adressen-Format, Hostnamen # (alphanumerische Zeichen und Sonderzeichen .- ) IP = "192.168.11.2"; # Register: Remote > RDP; Feld: "Server port" # Beschreibung: Einstellen des Server-Ports # Default: 3389 # erlaubte Einträge sind: Zahlen im Bereich zwischen 1-65535 PORT = "3389"; # Register: Remote > RDP; Feld: "User domain" # Beschreibung: Einstellen der Benutzerdomäne für die Anmeldung am Server # Default: leer # erlaubte Einträge sind: alphanumerische Zeichen und Sonderzeichen .- DOMAIN = ""; # Register: Remote > RDP; Feld: "User name" # Beschreibung: Einstellen des Benutzernamens für die Anmeldung am Server # Default: RDPSampleUser # erlaubte Einträge sind: alphanumerische und Sonderzeichen: #(),/-.:;=?!@[^]_{|} USERNAME = "RDPSampleUser"; # Register: Remote > RDP; Feld: "Password" # Beschreibung: Einstellen des Kennworts für die Anmeldung am Server # Default: admin # erlaubte Einträge sind: alphanumerische und Sonderzeichen #(),/-.:;=?!@[^]_{|} PASSWORD = "admin"; # Register: Remote > RDP; Feld: "EKS COM" # Beschreibung: Einstellen des virtuellen COM-Ports beim Anschluß eines Euchner EKS # am USB Port. Wenn kein Euchner EKS verwendet wird, wird dieser Parameter ignoriert. # Default: leer # erlaubte Einträge sind: Zahlen im Bereich von 1-255 COM = ""; # Register: Remote > RDP; Optionsfeld: "Persistent reconnect" # Beschreibung: Einstellen des erweiterten, automatischen Verbindungsaufbaus # Default: false # erlaubte Einträge sind: true/false RECONNECT = false; # Register: kein eigenes Feld in der Oberfläche der Konfigurationseinstellungen # Beschreibung: Einstellen der Anwendung, die beim Start der Client-Server-Verbindung # automatisch auf dem Server gestartet wird. # Default: leer # erlaubte Einträge sind: Name der Anwendung SHELL = ""; # Register: kein eigenes Feld in der Oberfläche der Konfigurationseinstellungen # Beschreibung: Einstellen von RDP-Optimierungen z. B. # "Theming", "menu animations", "full window dragging" and "desktop wallpaper" # Default: 0x6 # erlaubte Einträge sind: Zahlen im Bereich von 0x0 bis 0xFF RDP_EXPERIENCE = "0x6";

Page 9: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 9

# Register: Remote > RDP; Optionsfeld: "USB storage device mapping" # Beschreibung: Ein angeschlossenes USB-Speichergerät wird auf den RDP-Server # transferiert. Über den Windows-Explorer kann dann der Thin Clients auf # die USB-Daten zugreifen. # Default: false # erlaubte Einträge sind: true/false MAP_USB_STORAGE = false; }; S2 : { ENABLED = true; FULLSCREEN = true; ALIAS = "RDPSample2Server"; IP = "192.168.11.3"; PORT = "3389"; DOMAIN = ""; USERNAME = "RDPSample2User"; PASSWORD = "admin2"; COM = ""; RECONNECT = false; SHELL = ""; RDP_EXPERIENCE = "0x6"; MAP_USB_STORAGE = false; }; # alle restlichen RDP-Einträge für Sessions 3-30 }; }; # Verbindungseinstellungen VNC / Sm@rtAccess smartaccess : { # Register: Remote > VNC / Sm@rtAccess; Feld: "Index" # Beschreibung: Einstellen der Nummer der Client-Server-Verbindung, die angzeigt wird # Default: 1; # erlaubte Einträge sind: Zahlen im Bereich zwischen 1 und 30 CURRENT_INDEX = "1"; # Register: Applications > Autostart client-application; # Optionsfeld: "VNC / Sm@rtAccess" # Beschreibung: 6 Felder, von denen nur eines auf "true" gesetzt sein darf: # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Einstellen von VNC oder Sm@rtAccess als Client-Anwendung für den Autostart # Default: false; # erlaubte Einträge sind: true/false AUTO_STARTUP = false; # Register: Remote > VNC / Sm@rtAccess; Feld: "VNC/Sm@rtAccess default server index" # Beschreibung: Client-Server-Verbindung mit diesem Index ist die Autostart-Verbindung # Default: 1; # erlaubte Einträge sind: Zahlen im Bereich zwischen 1 und 30 DEFAULT_SESSION = "1"; # Register: kein eigenes Optionsfeld in der Oberfläche Konfigurationseinstellungen # Beschreibung: interne Verwendung, not used VALUES_CHANGED = false;

Page 10: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 10 A5E02477563-02, 03/2010

# Register: Desktop > Taskbar; Bereich "show icons", # Optionsfeld: "Sm@rtAccess/VNC" # Beschreibung: Anzeige des Symbols "Sm@rtAccess/VNC" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: true # erlaubte Einträge sind: true, false SHOW_ICON = true; session : { # Ab hier folgen maximal 30 Client-Server-Verbindungen; beispielhaft sind jedoch nur # zwei Client-Server-Verbindungen dargestellt. Die erste ist ausführlich kommentiert. s1 : { # Register: Remote > VNC / Sm@rtAccess; Optionsfeld: "Enabled" # Beschreibung: Aktiviert die Client-Server-Verbindung, die dem Bediener dann # in der Startleiste im Auswahlmenü angezeigt wird. # Die Verbindung mit dem Index 1 ist standardmäßig aktiviert ("true"), # alle anderen sind werksseitig deaktiviert ("false"). # Default: true; # erlaubte Einträge sind: true/false ENABLED = true; # Register: Remote > VNC / Sm@rtAccess; Optionsfeld: "Fullscreen" # Beschreibung: Umschalten zwischen Vollbildanzeige und Anzeige in einem Fenster, # bei "true" ist die Vollbildanzeige aktiviert. # Default: true; # erlaubte Einträge sind: true/false FULLSCREEN = true; # Register: Remote > VNC / Sm@rtAccess; Feld: "Server alias" # Beschreibung: Einstellen des Server-Alias-Namen, der im Auswahlmenü erscheint. # Default: "SampleServer"; # erlaubte Einträge sind: alphanumerische und Sonderzeichen #(),/-.:;=?!@[^]_{|} ALIAS = "SampleServer"; # Register: Remote > VNC / Sm@rtAccess; Feld: "Server host name/IP" # Beschreibung: Einstellen der Server-IP-Adresse oder des Server-Hostnamens # Default: 192.168.11.3 # erlaubte Einträge sind: IP-Adressen im gültigen IP-Adressen-Format, Hostnamen # (alphanumerische Zeichen und Sonderzeichen .- ) IP = "192.168.1.3"; # Register: Remote > VNC / Sm@rtAccess; Feld: "Server port" # Beschreibung: Einstellen des Server-Ports # Default: 5900 # erlaubte Einträge sind: Zahlen im Bereich zwischen 1-65535 PORT = "5900"; # Register: Remote > VNC / Sm@rtAccess; Feld: "Password" # Beschreibung: Einstellen des Kennworts für die Anmeldung am Server # Default: admin # erlaubte Einträge sind: alphanumerische und Sonderzeichen #(),/-.:;=?!@[^]_{|} PASSWORD = "admin"; # Register: kein eigenes Feld in der Oberfläche der Konfigurationseinstellungen # Beschreibung: interne Verwendung, not used # Default: "copyrect zlib"; ENCODINGS = "copyrect zlib";

Page 11: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 11

# Register: kein eigenes Feld in der Oberfläche der Konfigurationseinstellungen # Beschreibung: interne Verwendung, not used # Default: leer; OPTIONS = ""; # Register: Remote > VNC / Sm@rtAccess; Feld: "Persistent reconnect" # Beschreibung: Einstellen des erweiterten, automatischen Verbindungsaufbaus # Default: false; # erlaubte Einträge sind: true/false RECONNECT = false; # Register: Remote > VNC / Sm@rtAccess; Feld: "Use autoscaling" # Beschreibung: der Thin Client versucht beim Sm@rtAccess-Server ein Serverbild # anzufordern, das genau als Vollbild am Thin Client angezeigt werden kann. # Default: false; # erlaubte Einträge sind: true/false AUTOSCALE = false; # Register: Remote > VNC / Sm@rtAccess; Feld: "Client-Server connection" # Beschreibung: Einstellen des verwendeten Protokolls für die Client Server # Verbindung; # "true" ist Sm@rtAccess, "false" ist VNC # Default: false; # erlaubte Einträge sind: true/false SMARTACC = false; }; S2 : { ENABLED = true; FULLSCREEN = true; ALIAS = "SampleServer"; IP = "192.168.1.3"; PORT = "5900"; PASSWORD = "admin"; ENCODINGS = "copyrect zlib"; OPTIONS = ""; RECONNECT = false; AUTOSCALE = false; SMARTACC = false; }; # alle restlichen VNC / Sm@rtAccess Einträge für Sessions 3-30 }; }; # Verbindungseinstellungen Citrix ica_client: { # Register: Remote > Citrix client; Optionsfeld: "Persistent reconnect" # Beschreibung: Einstellen des erweiterten, automatischen Verbindungsaufbaus # Default: false; # erlaubte Einträge sind: true/false RECONNECT = false; # Register: Remote > Citrix client; Optionsfeld: "Force fullscreen" # Beschreibung: Umschalten zwischen Vollbildanzeige und Anzeige in einem Fenster; # "true" erzwingt die Vollbildanzeige # Default: true; # erlaubte Einträge sind: true/false FULLSCREEN = false; };

Page 12: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 12 A5E02477563-02, 03/2010

ica_defserver: { # Register: Remote > Citrix autostart; Feld: "Server host name/IP" # Beschreibung: Einstellen der IP-Adresse oder des Hostnamens für die Autostart-Verbindung # Default: 192.168.1.1 # erlaubte Einträge sind: IP-Adressen im gültigen IP-Adressen-Format, Hostnamen # (alphanumerische Zeichen und Sonderzeichen .- ) IP = "192.168.1.1"; # Register: Remote > Citrix autostart; Feld: "User domain" # Beschreibung: Einstellen der Benutzerdomäne der Autostart-Verbindung für die Anmeldung am Server # Default: leer # erlaubte Einträge sind: alphanumerische Zeichen und Sonderzeichen .- DOMAIN = ""; # Register: Remote > Citrix autostart; Feld: "User name" # Beschreibung: Einstellen des Benutzernamens der Autostart-Verbindung für die Anmeldung am Server # Default: leer # erlaubte Einträge sind: alphanumerische und Sonderzeichen #(),/-.:;=?!@[^]_{|} USERNAME = "IcaDefaultUser"; # Register: Remote > Citrix autostart; Feld: "Password" # Beschreibung: Einstellen des Kennworts für die automatische Anmeldung am Server # Default: "admin" # erlaubte Einträge sind: alphanumerische und Sonderzeichen #(),/-.:;=?!@[^]_{|} PASSWORD = "admin"; # Register: Remote > Citrix autostart; Feld: "Published application" # Beschreibung: Einstellen der freigegebenen Anwendung, die nach einer erfolgreichen Verbindung # zum Citrix Presentation Server automatisch gestartet wird. # Default: "myExampleApp" # erlaubte Einträge sind: alphanumerische und Sonderzeichen ~$-.@_#!(),;=[]^{} PUB_APPL = "myExampleApp"; # Register: Applications > Autostart client-application; # Optionsfeld: "Citrix Presentation Server" # Beschreibung: 6 Felder, von denen nur eines auf "true" gesetzt sein darf: # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Einstellen von Citrix als Client-Anwendung für den Autostart # Default: false; # erlaubte Einträge sind: true/false AUTO_STARTUP = false; }; ica_srvlist : { # Register: Remote > Citrix server; Feld: "Index" # Beschreibung: Einstellen der Nummer der Client-Server-Verbindung, die angzeigt wird # Default: 1; # erlaubte Einträge sind: Zahlen im Bereich zwischen 1 und 5 CURRENT_INDEX = "1";

Page 13: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Konfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 13

# Register: Desktop > Taskbar; Bereich "show icons", # Optionsfeld: "Citrix Presentation Server" # Beschreibung: Anzeige des Symbols "Citrix" in der Startleiste, # bei "true" wird das Symbol angezeigt. # Default: true # erlaubte Einträge sind: true, false SHOW_ICON = true; session : { # Ab hier folgen maximal 5 Client-Server-Verbindungen; beispielhaft sind alle 5 # Client-Server-Verbindungen dargestellt. Die erste ist ausführlich kommentiert. s1 : { # Register: Remote > Citrix server; Feld: "Server alias" # Beschreibung: Einstellen des Server-Alias-Namens, der im Auswahlmenü erscheint. # Default: "ICASampleServer"; # erlaubte Einträge sind: Leerzeichen, alphanumerische und folgende Sonderzeichen: # -.@_#!(),;+=?[]^{} ALIAS = "ICASampleServer"; # Register: Remote > Citrix server; Feld: "Server host name/IP" # Beschreibung: Einstellen der Server-IP-Adresse oder des Server-Hostnamens # Default: 192.168.1.1 # erlaubte Einträge sind: IP-Adressen im gültigen IP-Adressen-Format, Hostnamen # (alphanumerische Zeichen und Sonderzeichen .- ) IP = "192.168.1.1"; }; s2 : { ALIAS = ""; IP = ""; }; s3 : { ALIAS = ""; IP = ""; }; s4 : { ALIAS = ""; IP = ""; }; s5 : { ALIAS = ""; IP = ""; }; }; };

Siemens AG Industry Sector Postfach 48 48 90026 NÜRNBERG Konfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010

Page 14: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

© Siemens Ⓟ2010 14 A5E02477563-02, 03/2010

SIMATIC HMI Configuration file Thin Client 1.4 Product Information

Introduction Introduction

This product information uses examples to describe the configuration file on the Thin Client, v1.4.0 and higher.

Structure

In the configuration settings, "Device settings" section, "Device setup > Save config" tab, a Thin Client configuration file "thinclient.cfg" can be saved to a computer connected via Ethernet and downloaded again from there.

All variables whose values occur in the individual tabs of the configuration settings in the user interface, are defined as variables in the configuration file.

Only two types of variables exist in this regard: ● Boolean variables: Only true or false are permitted as value, without quotation marks and with a semicolon at the end of

the line. Example: NET_DHCP = false;

● String variables: Any character string in quotation marks is permitted, with a semicolon at the end of the line. Example: NET_IP_ADDRESS = "192.168.1.1";

Note also the line-by-line structure: ● Exactly one variable is defined in each line. ● The remaining lines are comment lines, which begin with #. ● Comment lines are skipped when the configuration file is loaded. Note

You manage multiple Thin Clients comfortably and centrally with the Thin Client Remote Configuration Center RCC.

Example of a configuration file # Variables for network settings: # Tab: Network > Settings; Input field: "IP address" # Description: Setting the device network IP address # Default: 192.168.1.1 # Valid entries are: Numbers and ‚.’ in valid IP address format NET_IP_ADDRESS = "192.168.1.1"; # Tab: Network > Settings; Input field: "Subnet mask" # Description: Setting the network subnet mask # The subnet mask must have a valid subnet mask format. # Default: 255.255.255.0 # Valid entries are: Numbers and ‚.’ in valid IP address format NET_SUBNET_MASK = "255.255.255.0"; # Tab: Network > Settings; Input field: "Default gateway" # Description: Setting the default gateway # Default: empty # Valid entries are: Numbers and ‚.’ in valid IP address format NET_DEFAULT_GATEWAY = "";

Page 15: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 A5E02477563-02, 03/2010 15

# Tab: Network > Settings; Option button: "Get IP address from a DHCP server" # Description: Enabling or disabling DHCP. # If DHCP is enabled (true), # then the network parameters will be assigned by a DHCP server. # Default: false # Valid entries are: true/false NET_DHCP = false; # Tab: Network > Settings: Input field: "Client hostname" # Description: Setting the device host name # Default: empty # Valid entries are: alphanumerical and special characters # A maximum of 63 characters is permitted. NET_HOSTNAME = ""; # Tab: Network > Settings; Input field: "DNS server" # Description: Setting the Domain Name Server # Default: empty # Valid entries are: Numbers and ‚.’ in valid IP address format NET_DNS_SERVER = ""; # Tab: Network > Settings: Option button: "Obtaining DNS server # address automatically" # Description: Setting up automatic assignment of # the DNS server address. # Default: false # Valid entries are: true/false NET_DNS = false; # Variables for the administrator and connection password # Tab: Security; input fields: Old/New/Reenter password # Description: Setting the administrator password # Valid entries are: alphanumerical and special characters #(),/-.:;=?!@[^]_{|} ADMIN_PASSWORD = "admin"; # Tab: no particular tab in the interface of the configuration settings # Description: This flag is set to "false" on the Thin Client # if a new administrator password was assigned. The following text is then # no longer displayed to the user during log-on and in the tab # "Security": "The default password is "admin". # Please change the default password for security reasons!" # After assignment of a new administrator password, set this flag # to "false". # Default: true # Valid entries are: true/false DEFAULT_PASSWORD_FLAG = true; # Tab: Remote > Session password: input fields: Session password/Reenter session password # Description: If a connection password has been set, then the user must enter this # password to terminate a client-server connection. # Default: empty; in other words, no connection password has been set # Valid entries are: alphanumerical and special characters #(),/-.:;=?!@[^]_{|} SESSION_PASSWORD = "";

Page 16: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 16 A5E02477563-02, 03/2010

# Variables for Autostart # Tab: Applications > Autostart client application; # Option button: "no autostart client application" # Description: six fields, of which only one can be set to "true": # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Enabling or disabling client application for autostart. # Default: true # Valid entries are: true/false NO_DEFAULT_AUTO_STARTUP = true; # Connection settings for browser # Tab: Applications > Web browser; Input field: "HTTP proxy" # Description: Setting the HTTP proxy address for the Web browser # IP address in valid syntax, Proxy Internet address, DNS name, # Default: empty # Valid entries are: Alphanumerical characters and special characters -./: BROWSER_HTTP_PROXY = ""; # Tab: Applications > Web browser; Input field: "Port" # Description: Setting the proxy port # Default: 0 # Valid entries are: numerical numbers within the range from 0 to 65535 BROWSER_HTTP_PROXY_PORT = ""; # Tab: Applications > Autostart client application; Option button: "Web Browser" # Description: six fields, of which only one can be set to "true": # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Setting the Web browser as client application for autostart # Default: false; # Valid entries are: true/false BROWSER_AUTO_STARTUP = false; # Tab: Applications > Web browser; Input field: "Homepage" # Description: Setting the autostart page of the Web browser # Default: empty # Valid entries are: alphanumerical and special characters _&?=/.:- BROWSER_HOMEPAGE = ""; # Tab: Applications > Web browser; Input field: "No proxy for:" # Description: Setting the Web addresses for which a direct connection without # proxy will be established. Addresses are delimited by commas. # Default: empty # Valid entries are: Alphanumerical characters and special characters -./:, BROWSER_HTTP_NO_PROXY = ""; # Tab: Applications > Web browser; Input field: "Fallback charset" # Description: Defines the character set that will be used by the Web browser if # a Web page supplies no information on the character set that is to be used. # "false" is UTF-8, "true" is ISO-8859-1 # Default: false # Valid entries are: true/false BROWSER.HTTP_DEFAULT_CHARSET = false; # Tab: Desktop > Taskbar; Area "show icons", Option button: "Web Browser" # Description: Display of the "Web browser" icon in the start bar, # icon is displayed if "true". # Default: true # Valid entries are: true, false BROWSER_SHOW_ICON = true;

Page 17: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 A5E02477563-02, 03/2010 17

# Diverse variables # Tab: Network > PROFINET Base Functions; Input field: "Device name in network" # Description: Setting the PROFINET device names for the device This name is displayed in the title bar of the configuration settings and in the SIMATIC Manager as the PROFINET station name. # Default: empty # Valid entries are: letters, numbers and special characters - . # The names may neither begin, nor end with "-" or "." characters # Default: empty PROFINET_DEVICE_NAME = ""; # Tab: Network > PROFINET Base Functions; option button: "Enable LLDP" # Description: Switching on the "Link Layer Discovery" protocol (LLDP): On # PROFINET service, which identifies the Thin Client as such in the network. # From the information of all network components, the management station, # STEP 7 for example, can automatically recognize the network topology. # Default: true; # Valid entries are: true/false PROFINET_LLDP = true; expertMode : { services : { # Tab: Expert mode > Services; Option button: "Enable/disable the # SSH configuration service" # Description: Switching on the SSH configuration service # Default: true; # Valid entries are: true/false SSH_CONFIG_SERVICE = true; # Tab: Expert mode > Services; Option button: "Enable/disable IP address detection # service" # Description: Switching on the "Duplicate IP address detection" service # Default: true; # Valid entries are: true/false IPDAD_SERVICE = true; }; }; # Virtual keyboard xvkbd: { # Tab: Desktop > Keyboard layout # Description: Setting of the keyboard layout on the device # Valid entries are: 1 (= US keyboard layout) # 2 (= German keyboard layout) # Default: 1 LAYOUT = "1"; }; # Network settings connectionType : { # Tab: Network > Connection type; Option button: Autonegotiation # Description: Setting automatic detection of speed and # duplex mode of connection # Default: true # Valid entries are: true/false AUTO_NEGOTIATION = true;

Page 18: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 18 A5E02477563-02, 03/2010

# Tab: Network > Connection type; Option buttons: Speed (100/10) # Description: Setting the connection speed # Default: 100 # Valid entries are: 100, 10 SPEED = "100"; # Tab: Network > Connection type; Option buttons: Duplex (Full/Half) # Description: Setting the duplex mode of connection # Default: full # Valid entries are: full, half DUPLEX = "full"; }; # Configuration settings SINUMERIK sinumerik: { # Tab: Applications > Autostart client application; Option button: "SINUMERIK" # Description: six fields, of which only one can be set to "true": # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Setting SINUMERIK as client application for autostart # Default: false; # Valid entries are: true/false # AUTO_STARTUP = false; # Tab: Desktop > Taskbar; Area "show icons", Option button: "SINUMERIK" # Description: Display of the "SINUMERIK" icon in the start bar, # icon is displayed if "true". # Default: true # Valid entries are: true, false SHOW_ICON = true; }; # Settings for the start bar # Tab: Desktop > Taskbar; Area "show icons", Option button: "Right click" # Description: Display of the "Right mouse button" icon in the start bar, # icon is displayed if "true". # Default: true # Valid entries are: true, false rightclick: { SHOW_ICON = true; }; # Tab: Desktop > Taskbar; Area "show icons", Option button: "Configuration" # Description: Display of the "Configuration settings" icon in the start bar, # icon is displayed if "true". # Default: true # Valid entries are: true, false Configuration: { SHOW_ICON = true; };

Page 19: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 A5E02477563-02, 03/2010 19

# Tab: Desktop > Taskbar; Area "show icons", Option button: "Lock input" # Description: Display of the "Lock touch-screen" icon in the start bar, # icon is displayed if "true". # Default: true # Valid entries are: true, false lockinput: { SHOW_ICON = true; }; # Tab: Desktop > Taskbar; Area "show icons", Option button: "Reboot" # Description: Display of the "Restart" icon in the start bar, # icon is displayed if "true". # Default: false # Valid entries are: true, false reboot: { SHOW_ICON = false; }; icewm : { # Tab: Desktop > Taskbar; Option button: "Auto-hide the taskbar" # Description: three fields, of which only one can be set to "true": # AUTO_HIDING, ALWAYS_SHOW_TASKBAR, DO_NOT_SHOW_TASKBAR # The start bar is hidden. To show the start bar, the operator # touches the top or bottom edge of the screen. # Default: false # Valid entries are: true/false AUTO_HIDING = false; # Tab: Desktop > Taskbar; Option button: "Show the taskbar (minimizable)" # Description: three fields, of which only one can be set to "true": # AUTO_HIDING, ALWAYS_SHOW_TASKBAR, DO_NOT_SHOW_TASKBAR # The start bar is shown. The operator can minimize the start bar # and maximize it again. # Default: true # Valid entries are: true/false ALWAYS_SHOW_TASKBAR = true; # Tab: Desktop > Taskbar; Option button: "Hide the taskbar" # Description: three fields, of which only one can be set to "true": # AUTO_HIDING, ALWAYS_SHOW_TASKBAR, DO_NOT_SHOW_TASKBAR # The start bar is hidden. The operator cannot show the start bar. # Default: false # Valid entries are: true/false DO_NOT_SHOW_TASKBAR = false; };

Page 20: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 20 A5E02477563-02, 03/2010

# Connection settings for RDP rdp : { # Tab: Remote > RDP; Input field: "Index" # Description: Setting the number of the client-server connection that will be displayed # Default: 1; # Valid entries are: Numbers within the range of 1 to 30 CURRENT_INDEX = "1"; # Tab: Applications > Autostart client application; Option button: "RDP" # Description: six fields, of which only one can be set to "true": # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Setting RDP as client application for autostart # Default: false; # Valid entries are: true/false AUTO_STARTUP = false; # Tab: Remote > RDP; Input field: "RDP autostart server index" # Description: The autostart connection is the client-server connection with this index. # Default: 1 # Valid entries are: Numbers within the range of 1 to 30 DEFAULT_SESSION = "1"; # Tab: No specific option button in the interface of the configuration settings # Description: Internal connection, not used VALUES_CHANGED = false; # Tab: Desktop > Taskbar; Area "show icons", Option button: "RDP" # Description: Display of the "RDP" icon in the start bar, # icon is displayed if "true". # Default: true # Valid entries are: true, false SHOW_ICON = true; session: { # A maximum of 30 client-server connections follow from here; as example, however, only # two client-server connections will be displayed. The first is commented on in detail. s1 : { # Tab: Remote > RDP; Option button: "Enabled" # Description: Enables the client-server connection, which is then displayed to # user in the start bar of the selection menu. # By default, the connection with index 1 is enabled ("true"), # all other connections are disabled by default ("false"). # Default: true; # Valid entries are: true/false ENABLED = true; # Tab: Remote > RDP; Option button: "Fullscreen" # Description: Switching between full screen display and display in a window, # if "true", full screen display is enabled. # Default: true; # Valid entries are: true/false FULLSCREEN = true;

Page 21: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 A5E02477563-02, 03/2010 21

# Tab: Remote > RDP; Input field: "Server alias" # Description: Setting the server-alias name that appears in the selection menu. # Default: "RDPSampleServer"; # Valid entries are: alphanumerical and special characters #(),/-.:;=?!@[^]_{|} ALIAS = "RDPSampleServer"; # Tab: Remote > RDP; Input field: "Server host name/IP" # Description: Setting the server IP address or the server host name # Default: 192.168.11.2 # Valid entries are: IP addresses in valid IP address format, host name # (alphanumerical and special characters .- ) IP = "192.168.11.2"; # Tab: Remote > RDP; Input field: "Server port" # Description: Setting the server port # Default: 3389 # Valid entries are: numbers within the range from 1 to 65535 PORT = "3389"; # Tab: Remote > RDP; Input field: "User domain" # Description: Setting the user domain for logging on to the server # Default: empty # Valid entries are: alphanumerical and special characters .- DOMAIN = ""; # Tab: Remote > RDP; Input field: "User name" # Description: Setting the user name for logging on to the server # Default: RDPSampleUser # Valid entries are: Alphanumerical and special characters: #(),/-.:;=?!@[^]_{|} USERNAME = "RDPSampleUser"; # Tab: Remote > RDP; Input field: "Password" # Description: Setting the password for logging on to the server # Default: admin # Valid entries are: alphanumerical and special characters #(),/-.:;=?!@[^]_{|} PASSWORD = "admin"; # Tab: Remote > RDP; Input field: "EKS COM" # Description: Setting the virtual COM port during connection of an Euchner EKS # on the USB port. If no Euchner EKS is used, this parameter will be ignored. # Default: empty # Valid entries are: numbers within the range from 1 to 255 COM = ""; # Tab: Remote > RDP; Option button: "Persistent reconnect" # Description: Setting the extended, automatic establishment of the connection # Default: false # Valid entries are: true/false RECONNECT = false; # Tab: No specific field in the interface of the configuration settings # Description: Setting the application that will be automatically started on the server # together with the start of the client-server connection. # Default: empty # Valid entries are: Name of the application SHELL = ""; # Tab: No specific field in the interface of the configuration settings # Description: Setting RDP optimizations, for example # "Theming", "menu animations", "full window dragging" and "desktop wallpaper" # Default: 0x6 # Valid entries are: Numbers in the range from 0x0 to 0xFF RDP_EXPERIENCE = "0x6";

Page 22: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 22 A5E02477563-02, 03/2010

# Tab: Remote > RDP; Option button: "USB storage device mapping" # Description: A connected USB storage device is transferred to the RDP # server. The Thin Client can then access the USB data via the # Windows Explorer. # Default: false # Valid entries are: true/false MAP_USB_STORAGE = false; }; S2 : { ENABLED = true; FULLSCREEN = true; ALIAS = "RDPSample2Server"; IP = "192.168.11.3"; PORT = "3389"; DOMAIN = ""; USERNAME = "RDPSample2User"; PASSWORD = "admin2"; COM = ""; RECONNECT = false; SHELL = ""; RDP_EXPERIENCE = "0x6"; MAP_USB_STORAGE = false; }; # All other RDP entries for sessions 3 to 30 }; }; # Connection settings VNC / Sm@rtAccess smartaccess : { # Tab: Remote > VNC / Sm@rtAccess; Input field: "Index" # Description: Setting the number of the client-server connection that will be displayed # Default: 1; # Valid entries are: Numbers within the range of 1 to 30 CURRENT_INDEX = "1"; # Tab: Applications > Autostart client application; # Option button: "VNC / Sm@rtAccess" # Description: six fields, of which only one can be set to "true": # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Setting VNC or Sm@rtAccess as client application for autostart # Default: false; # Valid entries are: true/false AUTO_STARTUP = false; # Tab: Remote > VNC / Sm@rtAccess; Input field: "VNC/Sm@rtAccess default server index" # Description: The autostart connection is the client-server connection with this index. # Default: 1; # Valid entries are: Numbers within the range of 1 to 30 DEFAULT_SESSION = "1"; # Tab: No specific option button in the interface of the configuration settings # Description: Internal connection, not used VALUES_CHANGED = false;

Page 23: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 A5E02477563-02, 03/2010 23

# Tab: Desktop > Taskbar; Area "show icons", # Option button: "Sm@rtAccess/VNC" # Description: Display of the "Sm@rtAccess/VNC" icon in the start bar, # icon is displayed if "true". # Default: true # Valid entries are: true, false SHOW_ICON = true; session: { # A maximum of 30 client-server connections follow from here; as example, however, only # two client-server connections will be displayed. The first is commented on in detail. s1 : { # Tab: Remote > VNC / Sm@rtAccess; Option button: "Enabled" # Description: Enables the client-server connection, which is then displayed to # user in the start bar of the selection menu. # By default, the connection with index 1 is enabled ("true"), # all other connections are disabled by default ("false"). # Default: true; # Valid entries are: true/false ENABLED = true; # Tab: Remote > VNC / Sm@rtAccess; Option button: "Fullscreen" # Description: Switching between full screen display and display in a window, # if "true", full screen display is enabled. # Default: true; # Valid entries are: true/false FULLSCREEN = true; # Tab: Remote > VNC / Sm@rtAccess; Input field: "Server alias" # Description: Setting the server alias name that appears in the selection menu. # Default: "SampleServer"; # Valid entries are: alphanumerical and special characters #(),/-.:;=?!@[^]_{|} ALIAS = "SampleServer"; # Tab: Remote > VNC / Sm@rtAccess; Input field: "Server host name/IP" # Description: Setting the server IP address or the server host name # Default: 192.168.11.3 # Valid entries are: IP addresses in valid IP address format, host name # (alphanumerical and special characters .- ) IP = "192.168.1.3"; # Tab: Remote > VNC / Sm@rtAccess; Input field: "Server port" # Description: Setting the server port # Default: 5900 # Valid entries are: numbers within the range from 1 to 65535 PORT = "5900"; # Tab: Remote > VNC / Sm@rtAccess; Input field: "Password" # Description: Setting the password for logging on to the server # Default: admin # Valid entries are: alphanumerical and special characters #(),/-.:;=?!@[^]_{|} PASSWORD = "admin"; # Tab: No specific field in the interface of the configuration settings # Description: Internal connection, not used # Default: "copyrect zlib" ENCODINGS = "copyrect zlib";

Page 24: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 24 A5E02477563-02, 03/2010

# Tab: No specific field in the interface of the configuration settings # Description: Internal connection, not used # Default: empty; OPTIONS = ""; # Tab: Remote > VNC / Sm@rtAccess; Input field: "Persistent reconnect" # Description: Setting the extended, automatic establishment of the connection # Default: false; # Valid entries are: true/false RECONNECT = false; # Tab: Remote > VNC / Sm@rtAccess; Input field: "Use autoscaling" # Description: The Thin Client attempts to request from Sm@rtAccess server a # server image that can be displayed exactly as full screen image on the Thin Client. # Default: false; # Valid entries are: true/false AUTOSCALE = false; # Tab: Remote > VNC / Sm@rtAccess; Input field: "Client-server connection" # Description: Setting the protocol used for the client server # connection; # "true" is Sm@rtAccess, "false" is VNC # Default: false; # Valid entries are: true/false SMARTACC = false; }; S2 : { ENABLED = true; FULLSCREEN = true; ALIAS = "SampleServer"; IP = "192.168.1.3"; PORT = "5900"; PASSWORD = "admin"; ENCODINGS = "copyrect zlib"; OPTIONS = ""; RECONNECT = false; AUTOSCALE = false; SMARTACC = false; }; # All other VNC / Sm@rtAccess entries for sessions 3 to 30 }; }; # Connection settings for Citrix ica_client: { # Tab: Remote > Citrix client; Option button: "Persistent reconnect" # Description: Setting the extended, automatic establishment of the connection # Default: false; # Valid entries are: true/false RECONNECT = false;

Page 25: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 A5E02477563-02, 03/2010 25

# Tab: Remote > Citrix client; Option button: "Force fullscreen" # Description: Switching between full screen display and display in a window; # "true" forces the full screen display # Default: true; # Valid entries are: true/false FULLSCREEN = false; }; ica_defserver: { # Tab: Remote > Citrix autostart; Input field: "Server host name/IP" # Description: Setting the IP address or the host name for the autostart connection # Default: 192.168.1.1 # Valid entries are: IP addresses in valid IP address format, host name # (alphanumerical and special characters .- ) IP = "192.168.1.1"; # Tab: Remote > Citrix autostart; Input field: "User domain" # Description: Setting the user domain of the autostart connection for logging on to the server # Default: empty # Valid entries are: alphanumerical and special characters .- DOMAIN = ""; # Tab: Remote > Citrix autostart; Input field: "User name" # Description: Setting the user name of the autostart connection for logging on to the server # Default: empty # Valid entries are: alphanumerical and special characters #(),/-.:;=?!@[^]_{|} USERNAME = "IcaDefaultUser"; # Tab: Remote > Citrix autostart; Input field: "Password" # Description: Setting the password for automatic logging on to the server # Default: "admin" # Valid entries are: alphanumerical and special characters #(),/-.:;=?!@[^]_{|} PASSWORD = "admin"; # Tab: Remote > Citrix autostart; Input field: "Published application" # Description: Setting the released application that is automatically executed after a successful # connection to the Citrix Presentation server. # Default: "myExampleApp" # Valid entries are: alphanumerical and special characters ~$-.@_#!(),;=[]^{} PUB_APPL = "myExampleApp"; # Tab: Applications > Autostart client application; # Option button: "Citrix Presentation Server" # Description: six fields, of which only one can be set to "true": # NO_DEFAULT_AUTO_STARTUP, smartaccess.AUTO_STARTUP, rdp.AUTO_STARTUP, # BROWSER_AUTO_STARTUP, sinumerik.AUTO_STARTUP, ica_defserver.AUTO_STARTUP # Setting Citrix as client application for autostart # Default: false; # Valid entries are: true/false AUTO_STARTUP = false; }; ica_srvlist : { # Tab: Remote > Citrix server; Input field: "Index" # Description: Setting the number of the client-server connection that will be displayed # Default: 1; # Valid entries are: Numbers within the range of 1 to 5 CURRENT_INDEX = "1";

Page 26: Configuration file Thin Client 1 · PDF fileKonfigurationsdatei Thin Client 1.4 A5E02477563-02, 03/2010 3 # Variablen für Autostart # Register: Applications > Autostart client-application;

Configuration file Thin Client 1.4 26 A5E02477563-02, 03/2010

# Tab: Desktop > Taskbar; Area "show icons", # Option button: "Citrix Presentation Server" # Description: Display of the "Citrix" icon in the start bar, # icon is displayed if "true". # Default: true # Valid entries are: true, false SHOW_ICON = true; session: { # A maximum of five client-server connections follows from here; as example, all five # client-server connections are displayed. The first is commented on in detail. s1 : { # Tab: Remote > Citrix server; Input field: "Server alias" # Description: Setting the server-alias name that appears in the selection menu. # Default: "ICASampleServer"; # Valid entries are: Blanks, alphanumerical and the following special characters: # -.@_#!(),;+=?[]^{} ALIAS = "ICASampleServer"; # Tab: Remote > Citrix server; Input field: "Server host name/IP" # Description: Setting the server IP address or the server host name # Default: 192.168.1.1 # Valid entries are: IP addresses in valid IP address format, host name # (alphanumerical and special characters .- ) IP = "192.168.1.1"; }; s2 : { ALIAS = ""; IP = ""; }; s3 : { ALIAS = ""; IP = ""; }; s4 : { ALIAS = ""; IP = ""; }; s5 : { ALIAS = ""; IP = ""; }; }; };

Siemens AG Industry Sector Postfach 48 48 90026 NÜRNBERG Configuration file Thin Client 1.4 A5E02477563-02, 03/2010