question

Lilian Fonseca avatar image
0 Likes"
Lilian Fonseca asked Joerg Vogel edited

How to make the operator carry the flowitem with another orientation?

My operator needs to carry long rectangular boxes. In the default simulation, he carries the object so that it is vertical, as you can see in the figure I attached. Is there any way to make the operator carry the object so that it is horizontal to him?
FlexSim 16.0.1
operatorflowitem
5 |100000

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

Jeff Nordgren avatar image
1 Like"
Jeff Nordgren answered Lilian Fonseca commented

It depends on how the flowitem should be oriented throughout the model. But there are two ways of doing this.

First, (bottom example in model) is to set the orientation (size) of the flowitem in Source13 to be how you want the flowitem to look in the model. And that would be the only change necessary for this option.

Second, (top example in model) is to make code changes in the OnLoad and OnUnload of Operator7. Take a look at the model and the code in Operator7 and see if this is what you were wanting to do.

Here is the model: flowitemorientation-fs1.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.

Lilian Fonseca avatar image Lilian Fonseca commented ·

That worked. I used you second option because it fits better with my production line. Thanks!

0 Likes 0 ·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Joerg Vogel edited

Try to set the rotation of the item in the Queue's OnExit-Trigger to the desired orientation. Set the orientation back to the old values in the OnUnload-Trigger of the Taskexecuter.

· 2
5 |100000

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

Lilian Fonseca avatar image Lilian Fonseca commented ·

It works, but it seems the product is "flying" above the operator's hands.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Lilian Fonseca commented ·

you can set the location, too. There is another approach, you can set the size, location and rotation of the shape in relation to the yellow object frame: Flow item bin go to the properties of the flow item (e.g. double click) > General tab > Shape Factors > Edit .

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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