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.
Check out the live demo of this project here.
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.
- 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
Before than run app, please go to folder and install npm packages
npm install
npm run dev
- 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