Crane and operator

Crane and operator

10Dulkar
Not applicable
25 Views
5 Replies
Message 1 of 6

Crane and operator

10Dulkar
Not applicable

[ FlexSim 21.2.1 ]

I am working on a model where there are some components which needs crane while installation and some dont. I dont want to simulate any crane movement, i just want Crane object or a TE object to be utilized while crane is getting used so that i can pull statistics from it. I tried a small model by using a basic TE object but its not working. Please help. Operator and Crane simultaneous.fsm

0 Likes
Accepted solutions (1)
26 Views
5 Replies
Replies (5)
Message 2 of 6

joerg_vogel_HsH
Mentor
Mentor
Then I would place a crane somewhere in the model. The crane gets an item to transport when the operator would use a crane. On Load trigger of the operator I open an output of a queue which results in using a crane as transport. The crane transports the item to another queue. I set a different location of this queue to replicate the time of transport the operator does.
0 Likes
Message 3 of 6

moehlmann_fe
Observer
Observer
Is the crane being a acquired a prerequisite for the processors working? Because currently the items are being processed independent of your process flow, leading to tokens becoming stuck in the "Wait for Event". The corresponding item was already processed and reached the sink, while the token waited for the resource, so the event that the token is waiting for has already happened.
0 Likes
Message 4 of 6

10Dulkar
Not applicable
can you help me by editing my model. I tried everything but its seems to not work.
0 Likes
Message 5 of 6

moehlmann_fe
Observer
Observer
Accepted solution

I added some activities to your process flow to make it work (I'm not sure this is exactly what you want though).

I stop the processor until it has acquired the "crane". Once it has it gets resumed and the state of the crane is set to "Utilize". When the process has finished, the crane state gets reset to idle.

The first two activities (Wait for Event - ProcessTime and Delay) make sure that the process has properly started (although no time has elapsed yet) before the processor gets stopped.

Without it I noticed some timing issues, where the "process finish" event would still get scheduled if the stopping activity happened at the same time.

operator-and-crane-simultaneous_fm.fsm

0 Likes
Message 6 of 6

10Dulkar
Not applicable
thank you. This makes a lot of sense. its just it needs to acquire the crane after the operator is available otherwise the utilization will not be accurate. But I can figure that out. Thanks for your help.
0 Likes