question

Raul Vazquez avatar image
0 Likes"
Raul Vazquez asked Ben Wilson commented

Conveyor entry/exit transfer Fixed resource

Hi, Im triying to create a "fixed resource" in process flow and i would like to know if is possible to do a direct reference to entry/exit ports similar to "current.outObjects[1]" or "current.intObjects[1]"


thx



FlexSim 20.2.2
conveyorflexsim 20.2.2fixed resource process flow
1602523511960.png (63.8 KiB)
· 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.

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Here's a model that does this by creating a conveyor and source and connecting them - the token has a pointer to the entry transfer after it is run. CreateConveyorEntryPointinPF.fsm.

In the concise 'node' syntax, + evaluates the pointer value of the path and ~ finds the ownerobject of that resulting node.



5 |100000

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

Begoña Espiñeira avatar image
0 Likes"
Begoña Espiñeira answered Raul Vazquez commented

Hi! You can try creating a pointer label in the conveyor called entry (for the entry transfer) and then you can do the reference like "current.entry.as(Object).inObjects[1]"

You can check it in the attached model.

I hope it helps!

answer.fsm


1602573381415.png (16.9 KiB)
answer.fsm (36.8 KiB)
· 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.