ns=2;s=DEPRAG Smart/Local/FileAndDirectoryAccess/Json/ActiveJsonDocuments/0/SetFullFilePath
Der Befehl setzt den Pfad des JSON-Dokuments.
Neben den bereits erläuterten Parametern sind für die Implementierung in TwinCAT 3 nachfolgende Variablen anzulegen / zu übergeben:
VAR
bJsonSetFullFilePath : BOOL;
OutputJsonSetFullFilePath : ST_VoidOutputData;
hrJsonSetFullFilePath : HRESULT;
fbJson : FB_Json;
END_VAR
hrJsonSetFullFilePath := fbJson.SetFullFilePath(
bExecute := bJsonSetFullFilePath,
ConnectionHandle := depragSmartConnection.ConnectionHandle,
FilePath := 'C:\Test\Test2.json',
ClientId := '0',
OutputData => OutputJsonSetFullFilePath);
IF hrJsonSetFullFilePath <> S_FALSE THEN
bJsonSetFullFilePath := FALSE;
END_IF
Für Beispiele und Erklärungen bezüglich der Aufrufe von Knoten via Siemens TIA Portal sei an dieser Stelle auf den Unterpunkt "Siemens TIA Portal" in Abschnitt "Erste Schritte" verwiesen.