question

Jason Merschat avatar image
0 Likes"
Jason Merschat asked jing.c commented

How to Load into a Container at a Conveyor Station

I have a basic conveyor that I am trying to load into a Tote at a Station on a conveyor. Basically, what I want to do is:

  • Tote arrives at a Station on a conveyor (ok)
  • This arrival Operator to Pull from a Queue and process the unit (ok)
  • When done the Operator Loads the unit into the Tote (not ok)

I cant seem to figure out how to load into that Tote using Process Flow. I can Load to the Station but not into the Tote. I also cannot locate the Tote effectively in the Tree Model relative to the Station to reference it.

Using 18.2.0 BETA

Other
Other (please specify)
conveyor
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

·
jing.c avatar image
2 Likes"
jing.c answered jing.c commented

Hi, @Jason Merschat

I attached a sample, is that what you want? If so, you only need to set the "station" of Unload Activity to the container(tote).

loadintotev181bychj.fsm


· 2
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 Merschat avatar image Jason Merschat commented ·

Interesting - I was looking at your model and trying to determine where the tote was designated as a token resulting in token.tote … iI see it is created in the PF source. So that's the link! a 3D object created in the 3D model can be turned into (assigned) a token reference for PF through the Source OnArrival method. Got it. Thanks!

2 Likes 2 ·
jing.c avatar image jing.c Jason Merschat commented ·

Yes, That is the important method to link the PF with 3d object.

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.