Skip to content

plt-tud/opc_ua_xml_export_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPC UA XML Export client

This client exports all nodes from a running OPC UA server into a node XML file

Dependencies

Install

pip install asyncua
pip install progressbar2

Run

Export nodes from server opc.tcp://localhost:16664 into XML file export.xml

python3 NodeXmlExporter.py opc.tcp://localhost:16664 export.xml

# Export only namespace 2
python3 NodeXmlExporter.py opc.tcp://localhost:16664 --namespace 2 export-ns2.xml

# Export with username/password
python NodeXmlExporter.py opc.tcp://localhost:16664 --namespace 2 -u myusername -p somestrongpassword export-ns2.xml

Releases

No releases published

Packages

No packages published

Languages