Hi, I have a model where I want to show the pallet status whether it is empty or not by creating label.
once the box is present in pallet it should show full pallet. once box is removed it should show empty pallet status. How can I assign it.
Hi, I have a model where I want to show the pallet status whether it is empty or not by creating label.
once the box is present in pallet it should show full pallet. once box is removed it should show empty pallet status. How can I assign it.
Having a label seems unnecessarily complicated. Because I can't think of a general event that would indicate the last item leaving. To update the label you would have to check the content each time an item is removed from the pallet.
Hi @mary, was Jeanette F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. 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.
Hello @mary,
You can add a label to the FlowItem. Then in the model you can add triggers that set the value to 1 for Full and 0 for empty at times you know the pallet is being filled and emptied.
Another way to access and see if the pallet has contents is
Pallet.subnodes.length
Pallet is the reference to the pallet
subnodes is the array what is contained in the pallet
length returns the length of the array which is also the number of items contained in the pallet
Currently, I would just use the first option of the label because I am not sure what you are wanting accomplish with the information.
The script I gave you was just in case you found that useful.
15 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