question

John AN avatar image
0 Likes"
John AN asked John AN commented

Set Rotation and location on Transporter

- 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

FlexSim 18.2.3
set locationset rotation
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

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered John AN commented

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 */}

rotate-one-item-by-type-on-transporter.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.

John AN avatar image John AN commented ·

Jorg,

Thank you very much. Makes sense. I appreciate.

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.