Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 19.0.0 ]
Hi,
How to insert a label on a tote's items (boxes) on entry to the rack?
Regards.
Solved! Go to Solution.
[ FlexSim 19.0.0 ]
Hi,
How to insert a label on a tote's items (boxes) on entry to the rack?
Regards.
Solved! Go to Solution.
Under the racks settings, go to the triggers tab, then press the green add button and add an onentry trigger. Then press the new green add button that appeared to the right of the new trigger, point to data and then set label.
I know this. My question is about the items inside the tote not the tote. I want to insert a label on the items inside the tote when this tote enters to the rack.
same trigger source code:
forobjecttreeunder(item){
a.labels.assert("myLabel",3);
}
@Jörg Vogel, thank you so much.