question

gilbert jerald avatar image
1 Like"
gilbert jerald asked gilbert jerald commented

how make flow in conveyor when it is linked with process flow?

in my model conveyor is linked to process flow, in this the item that arrives on the conveyor should moves to processor 9 and the it should move to queue 10 but the item is not moving on the conveyor instead its stay at the start of the conveyor how over come this problem here i have attach my model for your reference link-process-flow-with-3d.fsm

Thanks in advance

Choose One
linking 3d to process flow
5 |100000

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

Matt Long avatar image
4 Likes"
Matt Long answered gilbert jerald commented

First off, if you aren't on 16.2.1 you'll want to update to that. The createtoken() command had a bug in it causing issues with Process Flow. Generally speaking (especially if you're within Process Flow), it's best to use the Create Tokens activity rather than creating your tokens manually in code. Using the createtoken() command also hides logic. The command was created specifically to allow 3D objects to kick of process flow logic.

Now as for your item being stuck on the conveyor. You can think of the conveyor as more of a travel network like network nodes or the AGV network. If you created an item and placed it on a network node, the item would just sit there. The conveyor works the same way. You'll want to create a Queue and A connect it up to the conveyor, then create the object inside that Queue. This will also ensure that items have space to enter the conveyor, and if there is no space available, the item will wait in the queue until space is freed up.

· 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.

gilbert jerald avatar image gilbert jerald commented ·

@ Matt Long

Thanks you sir for your reply.

0 Likes 0 ·
Regan Blackett avatar image
3 Likes"
Regan Blackett answered gilbert jerald commented

You just need to change your destination on the Create Object activity that is trying to create into the conveyor; the conveyor doesn't appear to like having something created directly into it. So just connect a queue to the conveyor and create into the queue instead and it should be fine.

· 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.

gilbert jerald avatar image gilbert jerald commented ·

@regan.blackett

Thanks a lot for your reply sir

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.