I am working with SimEvents 2016a to simulate an Manufacturing Assembly line which can handle multiple Variants (ex.: part 1 is for BMW 5-series, part 2 for BMW 3-series, something like that)
I would like to record data coming IN and going OUT of the model. Data such as:
- Part ID
- Time Spent at each Block (Block such as: Entity server or Queue...) [As far as my understanding on this, it similar to timestamping the entity at every block it passes through]
These data I would like to transfer to another Excel file (initially to the workspace at least).
It would be grateful, if any resources or methods to implement it or tutorial is shared so that I implement the above mentioned. :)