/vda5050_lif_editor

VDA5050 LIF file editor

Primary LanguageVueGNU General Public License v3.0GPL-3.0

VDA5050 LIF Editor

The LIF format editor application is an application that you can edit the LIF file for vda5050 compatible robots. With the application you can design the nodes that the robots will move. Nodes can also be connected with the help of edges. Actions can be added on nodes and edges. Stations can also be added to the fiber file with LIF format.

vda

Live Demo

Check out the live demo of this project here.

What is VDA5050 LIF Format

The Layout Interchange Format (LIF) aims to standardize the definition of automated vehicle track layouts for third-party master control system providers. Its primary goal is to support the VDA 5050 interface in decoupling vehicle manufacturers from third-party control systems by using the same terminology and structure. The LIF maps necessary information to help a third-party control system navigate a vehicle on a specified track layout. It also ensures clear responsibility separation between vehicle integrators and third-party control systems.

Document reference : here.

Features

  • Node operations (create, update, delete)
  • Edge operations (create, update, delete)
  • Fast node creator (automatically create node and edge when click on graph)
  • Station operations
  • Multi layout
  • Export and import lif files
  • Actions management

Install

Before than run app, please go to folder and install npm packages

npm install 

Run

npm run dev

TODO

  • Node
    • Nodes create
    • Nodes edit
    • Node connection another layout
  • Edge
    • Edges create
    • Edges edit
    • vehicleTypeEdgeProperties
  • Station
    • Station create
    • Station edit
  • Action
    • Action create
    • Action edit
    • Define actionParameters