All notable changes to this project will be documented in this file.
New Method
define_process()
was added to the simulation environment. Provides graphically supported process definition.
Restructured code
- The specific callback functions and the layout definitions have been relocated from the module
prodsim/visualize.py
to the directoryprodsim/app/
.
New Method
data_to_hdf5
was added to the simulation environment. Provides export of simulation data in binary hierarchical format hdf5.
Bug Fix
- If main workpieces are tracked via
track_components
(parameter ofsimulate
), but not their sub workpieces, this has led to aKeyError
in thetrack_nested_item
(tracker.py) method . This issue was fixed by modifying thetrack_nested_item
method.
Initial Release