question

Wang Z2 avatar image
0 Likes"
Wang Z2 asked tannerp commented

Outbound using globallist (AGV)

1210stock-out.fsmHi!

I simulate a situation of out&inbound in one ailsle(I left the two racks far apart for good observation. ) ,the function of inbound have been worked.

I want out of stock obeying a stationary list(Global list "Stock_Out_List" in model).

Items in the list may stock in different racks,so i need to judge which rack to outbound.For exam ,the first line in global list means i need to outbound the item in Rack97(row:1,bay:10(each rack have 20 bays),tier:1),the fourth line means i need to outbound the item in Rack82(row:2,bay:30,tier:1).

Best!

FlexSim 18.2.2
agvracks
1210stock-out.fsm (285.3 KiB)
· 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.

tannerp avatar image tannerp commented ·

Are you pushing all of the items to a list when they arrive in the rack? If so, you should be able to pull from that list.

0 Likes 0 ·

1 Answer

Karuppasamy Pitchai avatar image
0 Likes"
Karuppasamy Pitchai answered Wang Z2 commented

@Wang Z2 You need a mapping for the item with the corresponding rack to place like the way you have for the bay and level. I have created a label "Rack" based on your requirements to place the item.stock-out.fsm


stock-out.fsm (285.3 KiB)
· 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.

Wang Z2 avatar image Wang Z2 commented ·

My statement may not be very clear.I want delivery the specific item from rack obeying the Global list("Stock_Out_List"),but i don't know how to achieve it。

0 Likes 0 ·