My desired schedule for running AGVs is as follows:
- 7:15am-11am they go from machine1 to main machine, needing an item created every 120s
- 11-11:15am downtime
- 11:15-3pm they go from machine2 to main machine, needing an item created every 120s
- 3pm-7pm downtime
- 7:15pm-11pm they go from machine1 to main machine, needing an item created every 120s
- 11-11:15pm downtime
- 11:15-3am they go from machine2 to main machine, needing an item created every 120s
- 3am-7:15am downtime
So for example: from 7:15am-11am I need ~112 total items created, but only 1 item can be created every 120s. I set the quantity of tokens to be created to 112, but that creates and releases all tokens at 7:15am. Can I have the timeframe 7:15-11am create a token every 120 seconds instead of releasing all tokens at 7:15am?