How do I use move Object in Process Flow?

How do I use move Object in Process Flow?

daniele_s
Not applicable
169 Views
3 Replies
Message 1 of 4

How do I use move Object in Process Flow?

daniele_s
Not applicable

Hello everybody,

I'm a Flexsim beginner user and I've several issues with my model.

In my model, I need to simulate a manual process which is composed of several tasks. I've represented each task into the 3D model with a Processor Fixed Resource. Now, on the 4th processor, which is called Control1Side (in blue), when the object comes out, I've to push it into a new processor according to a certain distribution. If the object is "good", it goes inside the Processor "Installation2Side". If it is "not good", it comes back on the 3th processor (called "Cerclage1Side").

To do that I've used the decide task of the ProcessFlow, but, when the token goes inside the MoveObject nothing happens. Normally, the object name is Wheel_Cerclage_Fin. I need to do everything without the use of the Resource Operator.

I think I do not completely understand the object logic and how it has been implemented in Flexsim.

Thank you

simulation-cerclage15-27m11.fsm

Accepted solutions (1)
170 Views
3 Replies
Replies (3)
Message 2 of 4

Matthew_Gillespie
Autodesk
Autodesk
Accepted solution

You're using an Event Triggered Source to create a new token. This new token has no labels, but in the Move Object activity you're referencing token.Wheel_Cerclage_Fin. You need to make sure this new token actually has that label. I fixed this by entering Wheel_Cerclage_Fin as the label name where the Process Item will be assigned in the Event Triggered Source's properties.

See attached model.

simulation-cerclage-edited.fsm



Matthew Gillespie
FlexSim Software Developer

Message 3 of 4

daniele_s
Not applicable

Grazie mille 😉

0 Likes
Message 4 of 4

jeff_nordgren
Not applicable

@Daniele S

My model is very similar to the solution that @Matthew Gillespie gave. But I wasn't sure where you wanted the label "Wheel_Cerclage_Fin" to be applied. So I applied it to the flowitem in Control1Side and not to the token itself. I didn't know if you wanted to use that label down the line somewhere or not. So my solution is pretty close to the same solution that Matt gave you. Take a look at both of them and see if either one of them will work for you.

Thanks.

simulation-cerclage15-27m11-jn1.fsm

0 Likes