Skip to content

ryu091/ftoptix_opc_ua_xml_export_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KEPServerEnterprise OPC UA XML Export client

=========================

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

This client is modified from the original to exports all nodes from a running KEPServerEnterprise into a node XML file for FactoryTalk Optix Studio 1.5.2.13

Dependencies


Install


git clone https://github.com/ryu091/ftoptix_opc_ua_xml_export_client.git
cd ftoptix_opc_ua_xml_export_client
pip install -r requirements.txt

Run


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

python NodeXmlExporterOptix.py opc.tcp://localhost:49320 export-ns2-optix.xml

# Export only namespace 2
python NodeXmlExporterOptix.py opc.tcp://localhost:49320 export-ns2-optix.xml --namespace 2

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

About

This client is modified from the original to exports all nodes from a running KEPServerEX into a node XML file for `FactoryTalk Optix Studio 1.5.2.13`

Resources

License

Stars

Watchers

Forks

Contributors

Languages