Hi Guys,
Background information:
When starting a recipe in the BOI there are 3 ways to bind the unit to the recipe.
1) FIXED
When configure the recipe in the recipe studio, you can assign an unit fixed to the unit procedure in the recipe
2) DEFER
Here you're using a unit alias where you select defer for the unit selection. The operator gets prompted which unit the unit procedure should bind.
3) FROM POLICY
Here you're also using unit aliassing. The unit is selected by the condition that's formed in the Unit Selection Policy.
Problem:
Once the unit is binded (by one of the methods above), the unit is fixed to the UP (or unit alias).
Expectations:
The operator creates a recipe, fills in a recipe parameter (Named set with all possible units of that unit class)
In the unit selection policy we check whether the recipe parameter equals the unit.
The unit procedure is started on the correct unit.
After the unit procedure is completed, we loop the recipe back up (to run the same first UP) but now with a different recipe parameter.
Here we would hope that the UP binds the new unit, from the policy (with different recipe parameter) but it doesn't.
The recipe parameter is changed but the UP choses the same unit that was chosen in the beginning.
Anyone has a solution for this?
Thanks in advance,
Michaël
In reply to Matt Stoner:
Have a look at this option as well, although not sure if it has an impact during automatic execution, or only during Active Step Changes.