question

Navid M avatar image
0 Likes"
Navid M asked Jason Lightfoot commented

Conditional Sorting

I have a source, Loop Conveyor and a robot that picks boxes from the conveyor and places them in the queue.

The source uses a table to load packages on the conveyor. a table like below:


Unix TimeStamp Order Number Total_Packages_In_Order
1662054400 100 3
1662054404
101 4
1662054420
100 3
1662054430
102 2
1662054450
100 3


Each line is basically one package to source into the loop conveyor. The total Pack per order is known. for Example in the above table, the total packs in order#100 are 3. I want the robot to pick up all items belonging to an order that is complete and place them in the Queue. Eventually, I want to have multiple queues but since I am new, struggling with how to manage the first step. I appreciate your help in this sorting problem.

FlexSim 21.0.10
conditional deciderobot pickingconditional sort
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

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

Have you done some of the tutorials? When you've done enough, try to implement this:

1662070558545.png

(I built the model and added the combiner before I saw you were a student, so try it and let us know if you get stuck having tried to find the answer in the help or by looking up other posts here on the forum. The screenshot might give you enough hints on how to build it)


1662070558545.png (395.2 KiB)
· 14
5 |100000

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