Alternative operations inside in a routing #651
-
Hi, I tried to set the following schema: Operation A - type routing But it doesn't work because i can't set routing operation as alternate's owner. Only time_per or fixed_time can have owners. How can i do? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can't use a structure as you describe. The steps in a routing need to be of type "time_per" or "fixed-time".
If your case isn't one of the above three, you need to have a top alternate operation with 3 different routings A1, A2 and A3. |
Beta Was this translation helpful? Give feedback.
Just define 2 different routings to produce the same item:
- time per operation "make X using small resource - A"
- ... other steps
Frepple automatically puts an alternate operation on top of these 2 routings.