Custom Flowitem problem : Rotaion, Size, Location

Custom Flowitem problem : Rotaion, Size, Location

jiseok_y
Not applicable
17 Views
7 Replies
Message 1 of 8

Custom Flowitem problem : Rotaion, Size, Location

jiseok_y
Not applicable

[ FlexSim 23.0.0 ]

car size rotation location problem.fsm

Hello,

After inserting a new Flowitem (Car), when an item comes out of the Source, it should flow to the Sink through the Conveyor, but it is not currently.

I set it as an on exit trigger, but the flow item does not rotate 90 degrees, and the size, position (on the conveyor), and movement are strange. The car comes out somewhere other than on the conveyor

Any help would be appreciated.


1675234728848.png

0 Likes
Accepted solutions (1)
18 Views
7 Replies
Replies (7)
Message 2 of 8

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

https://answers.flexsim.com/questions/54217/rotation-of-the-flow-item.html

@David.Y please use search tool next time first. I did. First result got this thread by keywords

rotation conveyor item.

0 Likes
Message 3 of 8

moehlmann_fe
Explorer
Explorer

As the link Jörg posted shows, a conveyor will reset the orientation of entering items based on the Entry Transfer's setting.

In regards to the weird positioning:

When the car is created it is very large compared to the other objects in the model.

1675236489653.png

Due to the timing of the OnExit trigger, the location of the car on the conveyor is determined using the old size. When the size changes the object's origin point location stays the same, so its edge is now far away from the conveyor.

1675236756561.png

To fix this, either adjust the size of the car in the FlowItem Bin, so the created cars have the correct size right away or do the size change in the "OnCreation" trigger of the source (before the location is set).

0 Likes
Message 4 of 8

joerg_vogel_HsH
Mentor
Mentor
Also to mention: @David.Y, please prepare flowitems in flowitem bin. And you can use the procedure described in manual to customize objects.
0 Likes
Message 5 of 8

joerg_vogel_HsH
Mentor
Mentor
@David.Y another keyword is orientation.
0 Likes
Message 6 of 8

joerg_vogel_HsH
Mentor
Mentor
0 Likes
Message 7 of 8

jiseok_y
Not applicable

I thought I had reduced the car size in the flowitem bin enough, but in reality I should have reduced it even more. I understand what you are talking about.

Thanks for your help.

0 Likes
Message 8 of 8

jiseok_y
Not applicable

Trigger timing is important.. I could understand. Thanks for your help.

0 Likes