hello everyone
i want release flowitems LIFO from rack, how can i acheive this.thanks a lot.
hello everyone
i want release flowitems LIFO from rack, how can i acheive this.thanks a lot.
You have answers where I have described how to hold items in the rack and how to release an defined item. LIFO releases the last item entered the rack.
Dot syntax for new versions
Object myRack = Model.find(“Rack1”); releaseitem(myRack.last,1);
Older versions
treenode myRack = node(“/Rack1”,model()); releaseitem(last(myRack),1);
Please consider, a released item is ready for transport. If an item is entering the rack while another item is waiting for transport, you won’t establish a straight LIFO. If something like this occurs, you must bring the taskexecuter really near to the LIFO item before you release the item.
lifo.fsmthanks a lot
i bult a model, i write some code in the pull requirement of rack outobject:
but i found that the flowitem output sequence is 2,8,25, from small to big, not the 25,8,2,why this happen?would you please help me ?thanks.
This approach hasn't got any relation to the origninal question. You are pulling items by their rank, not LIFO. Please ask a new question! Regards Jörg
9 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved