question

Raj Sivaraj avatar image
0 Likes"
Raj Sivaraj asked Isaac Litster commented

Make Robot pick next item in queue

I am using a Robot to move a flow item from a Queue to a Processor. By default, the Robot does not proceed to pick another item until the Processor has completed it's process and moved the item. How do I make the Robot start picking the next item in the queue while the Processor is processing the previous item?

FlexSim 16.1.2
queueprocessorrobottasksequence
· 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.

jing.c avatar image
1 Like"
jing.c answered jing.c commented

Hi, @Raj Sivaraj

Not quite sure if you are familiar with ProcessFlow Module. If you use PF, it will be easy.

Firstly, you should create a FR list for making out if the processor can receive an item or not.

Don't forget push the Processor back to list when item exit from it.

Then I suggest to use TASKTYPE_PLACEOFFSET task to conduct the robot load the item and move it to the destination(processor) while holding the item until the processor available(pull from the list).

I attach a sample and hope it helps~

loadinadvancebychjv16.fsm


fr-list.png (35.0 KiB)
· 3
5 |100000

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

Adrian K2 avatar image
1 Like"
Adrian K2 answered

Hi

The simpliest way is to use trigger OnUnload

and predefined function "Travel to an Object"

5 |100000

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