I ran into an issue using multiple WCS and setups with patterns that have multiple tools. I chose "order by tool" in the pattern and "order by tool" in the Multiple WCS, expecting that it would process as follows:
WCS1 - Pattern - Tool 1,
WCS2 - Pattern - Tool 1,
WCS3 - Pattern - Tool 1,
WCS4 - Pattern - Tool 1,
WCS1 - Pattern - Tool 2,
WCS2 - Pattern - Tool 2,
WCS3 - Pattern - Tool 2,
WCS4 - Pattern - Tool 2,
WCS1 - Pattern - Tool 3,
WCS2 - Pattern - Tool 3,
WCS3 - Pattern - Tool 3,
WCS4 - Pattern - Tool 3,
Three Tool Changes...
It does not process that way, It processes:
WCS1 - Pattern - Tool 1,
WCS1 - Pattern - Tool 2,
WCS1 - Pattern - Tool 3,
WCS2 - Pattern - Tool 1,
WCS2 - Pattern - Tool 2,
WCS2 - Pattern - Tool 3,
WCS3 - Pattern - Tool 1,
WCS3 - Pattern - Tool 2,
WCS3 - Pattern - Tool 3,
WCS4 - Pattern - Tool 1,
WCS4 - Pattern - Tool 2,
WCS4 - Pattern - Tool 3,
16 Tool Changes!!!
16 vs. 3 that's a lot of wasted movement and time.
I worked around this but it would sure be nice if "order by tool" in the Multiple WCS did what it said. Is there a way to fix this?