Hi,
I wanted to know how I can remove pallets after an operator has moved all the boxes off it?
I've tried an exitTrigger, but I don't think the code is correct?
treenode pallet = param(1);
int boxCount = pallet.getLabel("BoxCount");
pallet.setLabel("BoxCount", boxCount - 1);
Please find attached the model.
Thanks,
John C