question

Pinakin K avatar image
0 Likes"
Pinakin K asked Ben Wilson commented

how to find exit/entry transfers in the model?

FlexSim 20.2.3
flexsim 20.2.3exit transferentrytransfer
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Pinakin K, was jason.lightfoot's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
2 Likes"
Jason Lightfoot answered

Create a Global Table called 'Transfers' and then run this script:

Table result=Table.query("SELECT Object FROM Objects()  WHERE Class='Conveyor::EntryTransfer' OR Class='Conveyor::ExitTransfer' ");
result.cloneTo(Table("Transfers"));

Then in the table click on the object, and then on the Center Object in View icons (binocular) - it will take you to the transfer in 3D.

Model attached.FindTransfers.fsm


1616604152701.png (4.1 KiB)
findtransfers.fsm (45.1 KiB)
5 |100000

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

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.