ns=2;s=DEPRAG Smart/Local/FileAndDirectoryAccess/Json/CloseJsonDocument
Der Befehl schließt das JSON-Dokument und gibt den Index in der Liste ActiveJsonDocuments frei.
Neben den bereits erläuterten Parametern sind für die Implementierung in TwinCAT 3 nachfolgende Variablen anzulegen / zu übergeben:
VAR
bJsonCloseJsonDocument : BOOL;
OutputDataJsonCloseJsonDocument : ST_JsonDocumentOutputData;
hrJsonCloseJsonDocument : HRESULT;
fbJson : FB_Json;
END_VAR
hrJsonCloseJsonDocument := fbJson.CloseJsonDocument(
bExecute := bJsonCloseJsonDocument,
ConnectionHandle := depragSmartConnection.ConnectionHandle,
nId := 0,
OutputData => OutputDataJsonCloseJsonDocument);
IF hrJsonCloseJsonDocument <> S_FALSE THEN
bJsonCloseJsonDocument := 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.