How to buy
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © 2025 Autodesk Inc. All rights reserved
[ FlexSim 22.1.2 ]
Considering the Warehouse demo, I need to track the cycle times of all the boxes (I have +100 types), from when they are created in the model until the are moved moved to the exit conveyor. How can I do that? I don't know how to trigger the exit event for each box since they are attached to the pallet
Solved! Go to Solution.
You need a custom statistics collector for this, but it's fairly straightforward. I think you can still listen to the OnEntry of the exit conveyor. The trick is to specify something like
data.item.subnodes.toArray()
as the Row Value. When the Row Value field gets an array, it updates all the rows associated with that field. In this case, you're telling the stats collector to update the row for all items inside the pallet, rather than for the pallet (which likely doesn't have a row in the first place).
Let me know if that makes sense, or if you need more guidance.
Going off of what Jordan said, I modified the Warehouse Demo to do something close to what you wanted. First I added some labels to the Process Flow so when a flowitem is created it adds the "timeCreated" to the item (0 for the initial inventory, other times for the Inbound items).
Next, when the pallet was being loaded to the conveyor, I set a second label to each flowitem for the stayTime which is just the current model time minus the timeCreated label from earlier.
I made a Statistics Collector to keep track of the Staytime of each item as the pallet enters the conveyor. From there I made a Calculated Table to calculate the average of the Staytimes partitioned by the SKU. Then I made a graph to display the stats.
Hi @Mauricio R23, was my or Jordan Johnson's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.
If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.
How to buy
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © 2025 Autodesk Inc. All rights reserved
Type a product name