i want to get every flowitem's dwell time on the rack,how could i
achieve this data. I want to use some command to achieve and setlabel on the item. thanks
i want to get every flowitem's dwell time on the rack,how could i
achieve this data. I want to use some command to achieve and setlabel on the item. thanks
You get the entry time of an object by a function. Then you can evaluate the staytime in the Rack alone in the OnExit trigger. The Minumum Dwell time might be a bit smaller, because the item is perhaps ready for release but it is blocked or is waiting for transport. This adds some more time to the staytime.
addlabel(item,"dwellRack",time()-getentrytime(item)); // staytime in object
If you need the exact minimum dwell time, then you have to edit the source code of the Minimum Dwell Time function and store the return value in a label before the return line is executed.
thanks a lot. i want achieve that when the dwell time of the items
on the rack reached the certain time,such as 30minites, i will pull the items out of the rack.
i need to set the dwell time into the label before trigger the OnExit trigger. would you help me achieve it.
thanks in advance
liu bs' question can be answered at record the dwell time of item.
Use the OnEntry and OnExit trigger and the "time" command to write value to the label.
So you can set the time the Item enters (OnEntry) and as soon as it leaves (OnExit) you can calculate the actual time - the Entry time.
7 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