question

yoni A avatar image
0 Likes"
yoni A asked Joerg Vogel answered

change color in processor based on schedule

I have for processors in parallel that have to follow a paint schedule for 4 colors, the item that have to be painted move on a holder or fixture, how do I tell the different processors to paint the item and not the holder, and the specific qtys of each color.

I created a schedule with the qtys to be painted and added a column named color with the color number. but the processor does not recognize the item because the item move in a holder(conmtainer)

FlexSim 18.2.2
painting line
· 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.

Isaac Litster avatar image Isaac Litster commented ·

Hi @yoni A

Would you be able to post an example model so we can better understand the process?

Thanks

1 Like 1 ·

1 Answer

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Then you can try to get a reference to the item inside or on the container item (your holder).

item.subnodes[1].as(Object).color= Color.red;
5 |100000

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