Executing fixed_time operation only once #632
Unanswered
MathiasMantai
asked this question in
Q&A
Replies: 1 comment
-
The modeling with a routing isn't the simplest modeling. It is correct that this constant overhead will be repeated for every manufacturing order.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again,
I'm trying to get something very specific to work: I have maschines that need to be prepared for manufacturing. After preparing the maschine will produce a certain amount of an item (e.g. 5000)
In frepple I have modeled this with an operation of type routing consisting of 2 operations, 1 fixed_time and 1 time_per operation. The problem is, when frepple splits the order into multiple parts while planning the fixed_time operation is executed multiple times before every time_per operation. This however isn't really practical since a maschine has to be prepared only once and can then produce all the items.
Is there any way to model this in frepple, meaning that a fixed_time operation is executed once even if the consecutive time_per operation is split up and executed more than once?
Beta Was this translation helpful? Give feedback.
All reactions