- 01 Sep, 2014 40 commits
-
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
new argument .available for operator - boolean that controls the availability of the operator at the start of the simulation
-
Ioannis Papagiannopoulos authored
shiftScheduler and ScheduledMaintenance make use of victims endLastProcessing signal instead of victimEndLastPorcessing which is now outdated
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
Machine has new signal endLastProcessing for use by objectInterruption. skilledOperators flag reset in initialize method. SkilledOperatorRouter to be created by createOperatorPool method
-
Ioannis Papagiannopoulos authored
If no operators or/and operatorPool are provided as arguemnts the machine checks if the operators are given a skillsList and creates an empty operatorPool to be populated by the Router.
-
Ioannis Papagiannopoulos authored
Operator has new input argument/ new attribute skillsList which describes the set of stations the resource can be attend to
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. printRoute methods added to Job and Operator, printRoute static method updated
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. attributes added to Entity, Mould, OrderComponent, Order, OrderDesing, and CoreObject relative to printRoute method
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. operators now hold schedule. PrintRoute pritns schedule of operators
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. new Router specific for the ManagedJob Machine case, inherits from simple Router
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. new method outputRoute that prints the route of each job on the same excell file as the outputTrace method does.
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. MacnineManagedJob inherits and modifies methods create- and initializeOperatorPool/Broker/Router
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. new methods created to create/initiate/activate Router/Broker and operatorPool
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. outputResultsJSON of Job does not print if there is no schedule
-
Ioannis Papagiannopoulos authored
cherry-pick from readWIPseperatelly. updateNext of MachineJobSShop updated in order to avoid updating the next list if there is no next step in the remaining route of the activeEntity
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
Conflicts: dream/simulation/Globals.py dream/simulation/LineGenerationJSON.py dream/simulation/readWip.py
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
ShiftFailure collapsed to Failure; new argument introduced to failure - offshift - in order to check whether the off-shift time should be counted in the MTTF
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-