question

Jason V2 avatar image
0 Likes"
Jason V2 asked Jason V2 commented

Combiner OnEntry Set Pack Contents Method

I've got different Pack Contents methods depending on what item is being palletized, but they all use the same pallet size. Rather than using different pallet flow items, I'm wondering if it's possible to set the Pack Contents on the flow item using an OnEntry trigger on a Combiner object?

If it would help, I can certainly put together a sample file.

combinerpacking methodonentry
· 2
5 |100000

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

1 Answer

tannerp avatar image
0 Likes"
tannerp answered Jason V2 commented

Hi @Jason V2,

I was able to set this up by creating another pallet in the Flow Item Bin that utilizes the 8 Lb Packing Method. Then, in the On Entry trigger on the Combiner, I added a line of code that assigns the node value for the Pack Method of the new pallet to the original pallet type. Hopefully that makes sense. Essentially, I changed where the pallet's node is pointing so that it uses the alternative packing method.

Let me know if this works as expected and if you have any questions.

combiner-packing-methods.fsm


· 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.