Set Rotation and location on Transporter

Set Rotation and location on Transporter

john_an
Not applicable
84 Views
2 Replies
Message 1 of 3

Set Rotation and location on Transporter

john_an
Not applicable

[ FlexSim 18.2.3 ]

- Transporter to change set location (on forks) of just flow item types 1 and 2 onLoad (any position is fine, just trying to figure out the work method.

- Transporter to rotate just flow item 3 (cylinder) to lay on it's side onload (just want to figure out the work method also.

All other conditions in the attached file remains the same. (One item is transported at a time.)

22984-transporter-item-location-by-type.fsm

0 Likes
Accepted solutions (1)
85 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

If you transport only one item, then you need only to put around the set rotation picklist option template source code a condition statement.

if(item.Type == 3){  /* picklist template for rotating an item */}

23002-transporter-with-cylinder.jpg

rotate-one-item-by-type-on-transporter.fsm

Message 3 of 3

john_an
Not applicable

Jorg,

Thank you very much. Makes sense. I appreciate.

0 Likes