ns=2;s=DEPRAG Smart/Local/FileAndDirectoryAccess/Xml/ActiveXmlDocuments/0/FullFilePath
Path of the XML document.
In addition to the parameters already explained, the following variables must be created / transferred for the implementation in TwinCAT 3:
VAR
bXmlReadFullFilePath : BOOL;
OutputXmlReadFullFilePath : STRING;
hrXmlReadFullFilePath : HRESULT;
fbXml : FB_Xml;
END_VAR
hrXmlReadFullFilePath := fbXml.ReadFullFilePath(
bExecute := bXmlReadFullFilePath,
ConnectionHandle := depragSmartConnection.ConnectionHandle,
ClientId := '0',
Output => OutputXmlReadFullFilePath);
IF hrXmlReadFullFilePath <> S_FALSE THEN
bXmlReadFullFilePath := FALSE;
END_IF
For examples and explanations regarding the calls of nodes via Siemens TIA Portal please refer to the sub-menu "Siemens TIA Portal" in section "Getting Started".