question

sara S2 avatar image
0 Likes"
sara S2 asked sara S2 commented

How to insert a label on a tote items on entry to the rack?

Hi,

How to insert a label on a tote's items (boxes) on entry to the rack?

Regards.

FlexSim 19.0.0
rack triggers
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered sara S2 commented

same trigger source code:

forobjecttreeunder(item){
   a.labels.assert("myLabel",3);
}
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

sara S2 avatar image sara S2 commented ·

@Jörg Vogel, thank you so much.

0 Likes 0 ·
Braydn T avatar image
0 Likes"
Braydn T answered sara S2 commented

@sara S2

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.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

sara S2 avatar image sara S2 commented ·

@Braydn T

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.

0 Likes 0 ·