question

LaurenK avatar image
0 Likes"
LaurenK asked Jason Lightfoot edited

Operator delay and then remove box from rack once space is full?

Hi Team,

Looking for a bit of help. I am hoping to show in my model items coming down off the conveyor, the operator travel to the conveyor, pause for a delay. This should simulate the operator taking items out of a box and scanning them, then taking the box and placing it into an assigned spot on the rack. If the box does not match anything in the rack, the operator should take the item to the Sink. Ideally, I'd like to have them take it to another conveyor to be pushed into a second zone but I'd like to get the first rack perfect before adding a second.

In my model so far I have: an operator taking the box from the conveyor and placing it on to the rack. I used paint slot labels to simulate an order specified location for the time being. I can change the box to a tote which would be ideal, but I'd need to place up to smaller boxes in one tote. Each box has the potential to be a different color. After the slot location is full (order is finished) the operator should take the box and place it back on the conveyor belt. Maybe I should have totes pre-filled in the bay and take from one tote on the conveyor, and place that box in another tote?


Any questions let me know, I've attached what I have so far.


TIA!

CB - Model 1_autosave.fsm

FlexSim 24.1.0
conveyorrack
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 edited

Please pay attention to the exception messages you are getting in the compiler console. You are missing the correct TASKTYPE macros: TASKTYPE_DELAY, TASKTYPE_TRAVEL, TASKTYPE_LOAD, TASKTYPE_UNLOAD.

However you should probably be sending the box to the exit transfer if it is the correct order and using the exit transfer transport trigger to create the custom task sequence rather than doing it on entry to the conveyor - then you can also have a reference to the dispatcher using a centerport connection or label and a reference to the rack based on the port connection (both of which you are missing in your example).

You could also consider using a process flow instead of triggers alone.


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