GithubHelp home page GithubHelp logo

dergroncki / parse_ft_gfx_xml Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 2.0 407 KB

Retrieve tags from factorytalk gfx-xml file

License: MIT License

Rust 100.00%
rust rockwell factorytalk factorytalk-view gfx xml parser allen-bradley

parse_ft_gfx_xml's Introduction

parse_ft_gfx_xml

Retrieve tags from Rockwell FactoryTalk gfx-xml file(s)

If you had ever the task to collect or better retrieve the tags used in a FactoryTalk View Display because the tags are scattered all over the PLC program this is the right tool for you.

How it works

Export the displays in question to gfx-xml: Right click the Display node inside your FactoryTalk project and follow the instruction given by FactoryTalk to export one or more displays to any folder you like.

Open the command prompt and run the programm with the path to the folder which contains the xml-files:

Retrieve the tags of one or more FactoryTalk View Display(s) by running parse_gfx_xml from the command line with the path to the xml-files as argument (in this case "c:\temp"):

> parse_gfx_xml c:\temp

You will find the windows exe-file here: parse_ft_gfx_xml/public/

You can run the tool with cargo as well:

Clone the project and build it with cargo. Afterwards run the project with cargo:

> cargo run c:\temp

All xml-files will be processed one by one and for each processed xml-file a new file which only contains the retrieved tags is generated and saved in the same folder. The files which will contain the tags have the file extension ".txt".

Dependency

quick-xml: Rust high performance xml reader and writer

clap: A full featured, fast Command Line Argument Parser for Rust

parse_ft_gfx_xml's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.