How do I reload a ResourcePool after the Resource is used up?

53 Views Asked by At

Following problem: I have 10.000 RFID Chips in a ResourcePool. When they are used up I need 10 seconds to reload the machine with 10.000 RFID Chips again. Since I'm a beginner my question is: what code do I need to write where in the properties of the ResourcePool?

1

There are 1 best solutions below

0
On

As mentioned in the comment: perhaps ResourcePool isn't the best option as it is an object explicitly created to model resources that are shared by various agents during the simulation lifetime. Perhaps Match or Combine would be a better fit instead.