question

10Dulkar avatar image
0 Likes"
10Dulkar asked 10Dulkar commented

Crane and operator

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

FlexSim 21.2.1
operatorcranebasicte
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered 10Dulkar commented

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


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.