iml130 / pfdl

A Production Flow Description Language for an Order-Centric Production
https://iml130.github.io/pfdl/
MIT License
9 stars 2 forks source link

Inform dashboard about token changes in a Petri Net in a lightweight format #56

Open OliverStolzBO opened 4 months ago

OliverStolzBO commented 4 months ago

Since Petri Net updates often only consist of changing the token labels of single nodes, it is not necessary to resend the whole dotfile every time to update the SWAP-IT dashboard. Instead, the dotfile should only be resent in the case of major changes in the graph (such as node movement or addition). In the case of token updates only, it would be sufficient to send the node IDs whose token has been updated (added or removed). This would improve the performance of the dashboard and reduce network traffic.