I would like to simulate the disassembly of electronic components. For example, an electronic component should be disassembled into its individual parts. Afterwards it should be traceable by barcode, where the disassembled product comes from, no matter in which order parts of other electronic components are processed.
So I have an initial product, which is to be disassembled into more and more parts, which can be traced back to the same original component at the end. One idea would be to append an agent after each process step which describes where the part comes from, but I don't know if this is feasible at all.
I am still quite new to AnyLogic and therefore cannot explain a solution myself. Does anyone have an approach or an idea how to proceed here?
Use the Batch
and Unbatch
objects when using process modelling blocks.
Else, use variables to store your prior agents.