Are you using the packing or joining method on the combiner? Are you asking if the label stays on the item after being packed or that the pallet should now hold the size label? If the pallet should hold the label size label is it supposed to be an array or a cumulative size value?
Hello @Griffin Burwell,
I am assuming the gray item with the size label on it comes in through its own port to the combiner. I added an on entry trigger to the combiner. It checks the port of the item entering and if its the port for the gray item then it sets the label on the pallet.
- if(port == 2){
- Object pallet = current.subnodes[1];
- pallet.labels.assert("Size").value = item.Size;
- }
Here is a sample model that demonstrates this.
14 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 | © 2025 Autodesk Inc. All rights reserved