Command Line Interface

Mit dem Kommandozeilen-Interface (CLI) kann der Symbol Explorer über die Kommandozeile aufgerufen werden.

Folge Kommandos stehen zur Verfügung:

--SnapShotFromPlc     Take a snapshot from PLC target.
--SyncPlcToSnapShot   Synchronize PLC target with a Snapshot.
--SyncFileToPlc       Synchronize Snapshot with a PLC target.

--SnapShotFromPlc

Snapshots von einer PLC erzeugen.

Option

Beschreibung

<NetId>

AMS Net Id des Targets

<Port>

AMS Port des Targets

<SnapShotPath>

SnapShot Dateipfad

  --SnapShotFromPlc <NetId> <Port> <SnapShotPath>

--SyncPlcToSnapShot

PLC-Symbolwerte mit einem Snapshot synchronisieren.
Dabei werden die aktuellen PLC-Symbolwerte in einen Snapshot übertragen.

Option

Beschreibung

<NetId>

AMS Net Id des Targets

<Port>

AMS Port des Targets

<SnapShotPath>

SnapShot Dateipfad

  --SyncPlcToSnapShot <NetId> <Port> <SnapShotPath>

--SyncSnapShotToPlc

Snapshot-Symbolwerte mit der PLC synchronisieren.
Dabei werden die Snapshot-Symbolwerte in die PLC übertragen.

Option

Beschreibung

<NetId>

AMS Net Id des Targets

<Port>

AMS Port des Targets

<SnapShotPath>

SnapShot Dateipfad

  --SyncSnapShotToPlc <NetId> <Port> <SnapShotPath>

Symbol Entry Point

Für die CLI wie auch über die UI wird ein Symbol Entry Point für den Zugriff auf Symbole eines Targets vorausgesetzt. Der Symbol Entry Point kann für die CLI in Form einer Konfigurationsdatei angegeben werden. Zum Erstellen der Datei muss einmal mit der UI auf das Target zugegriffen werden, dabei wird der Symbol Entry Point Dialog gestartet. Im Dialog können Sie wie für die UI wählen, welche Symbole von Interesse sind.

Aufruf Beispiel


...\TwinCAT\Functions\SymbolExplorer.exe --SnapShotFromPlc <192.168.10.1.1> <851> <"c:\Temp\Snapshots\File.tcpvs>

Beispiel zum Starten des Symbol Explorer aus der PLC

TwinCAT 3 | PLC Library: Tc2_Utilities -> NT_StartProcess Beispiel

NT_StartProcess

Beispiel zur Konfiguration der Eingangsvariablen.

PATHSTR: "...\TwinCAT\Functions\SymbolExplorer.exe"

DIRNAME: "...\TwinCAT\Functions"

COMNDLINE: "--SnapShotFromPlc 192.168.10.1.1 851 "c:\Temp\Snapshots\File.tcpvs".