GithubHelp home page GithubHelp logo

kantiran91 / opcua_doc_generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iswunistuttgart/opcua_doc_generator

0.0 0.0 0.0 208 KB

A scripte to generate a docx documentation from a OPC UA nodeset file

License: MIT License

TypeScript 100.00%

opcua_doc_generator's Introduction

opcua_doc_generator

A scripte to generate a docx documentation from a OPC UA nodeset file

Warning this script not stable the template placeholder can be changed very often

Features

  • Generate a docx Documentation from a OPC UA nodeset file
  • Customize with your own Template

Missing Features and Problems

  • Doc internal references
  • VariableType generation
  • DataType generation
  • Method generation
  • Profile generation
  • other models will not import

Dependencies

Example

A simple coffee machine OPC UA model we use in our trainings, and a simple template based on the OPC UA Companion Specification template run node main.js -n example/coffeemachine.nodeset2.xml -t example/opcua_template.docx -d example/description.xlsx

How to Customize

Copy the example doc file or start with an empty docx file. You can add the text between: {#objectType} and {/objectType} will be repeated for each ObjectType. The following placeholder can insert and will be removed with the value of the ObjectType:

  • {browsename}
  • {isAbstract}
  • {superType}
  • {superTypeSrc} (not completed) Also you can access childs of the ObjectType insert {childrows}...{/childrows}. Child has the following placeholders:
  • {browsename}
  • {nodeClass}
  • {referenceType}
  • {#datatype}{datatype}{/datatype}
  • {typedefintion}
  • {modelingsrule}

opcua_doc_generator's People

Contributors

kantiran91 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.