I am trying to simulate an air craft engine assembly bay.
What I’m trying to model:
- Multiple operations(delays) requiring some time happen on a single agent at any bay (Have chosen service to do the same)
- Some of the operations(delay time) require resource to be present
Here’s how it would look.
An aircraft engine is comprised of 10 different modules. Every bay (service) assembles these modules and requires certain time(delay time). Certain operations(delay time) require a resource for the operation to start. the resource stays till the complete operation is over.
Adding this for someone who is migrating from plant simulation tecnomatix to Anylogic
I know a bit of plant simulation tecnomatix, Over there the same can be implemented using outin method. Outin method doesn’t let the engine exit the part until explicatively told to do so by “@.move(exit)” command.
Not sure if something similar can be done here. Don’t know the exact keyword to search for in Anylogic.
Note
1.I’m new to Anylogic and using ple version.
2.While posting this question, used multiple keywords in the title of stack overflow to search if a similar question exists. couldn’t find any. Thanks in advance.