Transport in sorting

I’d like to know if there is a chance to use Component properties as “filters” in PM?

For example, I’ll create components each with a different number written in its properties. And then I need to transport them to different final locations through one or more common places.

Thank you

Hi

There’s a couple of ways of doing this, but I think the simplest way is to set up two different flow groups from the get-go.


As for your original question, yes you can read product properties, for example, you can give some ProdID to both VC_Can and box and read it via the process node in the middle.

For example
(if ProductIn.Component.ProductID == 111) {
do something
}
else {
also do something
}

refer to Component creating

BR,
Lefa