Commit f9def490 authored by Georgios Dagkakis's avatar Georgios Dagkakis

instance and examples updated so that user can add priority

parent 6aaa08e1
...@@ -416,6 +416,12 @@ ...@@ -416,6 +416,12 @@
"description": "The pool of workers that is used for this station. If this station does not share resources leave empty", "description": "The pool of workers that is used for this station. If this station does not share resources leave empty",
"type": "string", "type": "string",
"required": false "required": false
},
"priority": {
"_default": "",
"description": "The priority against other stations. If this station does not share resources leave empty",
"type": "number",
"required": false
} }
} }
} }
......
{ {
"application_configuration": { "application_configuration": {
"pre_processing": {
"plugin_list": [
{
"_class": "dream.plugins.CapacityStationsSetAssemblySpace.CapacityStationsSetAssemblySpace",
"input_id": "assemblySpace"
},
{
"_class": "dream.plugins.AvailableCapacitySpreadsheet.AvailableCapacitySpreadsheet",
"input_id": "availableCapacity"
},
{
"_class": "dream.plugins.CapacityProjectSpreadsheet.CapacityProjectSpreadsheet",
"input_id": "capacityProject"
},
{
"_class": "dream.plugins.CreateCapacityStations.CreateCapacityStations",
"input_id": "createCapacityStations"
},
{
"_class": "dream.plugins.CapacityStationWIPSpreadsheet.CapacityStationWIPSpreadsheet",
"input_id": "createCapacityStationWIP"
}
]
},
"general": { "general": {
"properties": { "properties": {
"assemblySpace": { "assemblySpace": {
"default": 100, "default": 100,
"type": "number",
"description": "Total assembly Space in square meters", "description": "Total assembly Space in square meters",
"title": "Assembly Space" "title": "Assembly Space",
"type": "number"
}, },
"numberOfReplications": { "confidenceLevel": {
"default": 10, "default": 0.95,
"type": "integer", "description": "Confidence level for statistical analysis of stochastic experiments",
"description": "Number of replications to run", "title": "Confidence level",
"title": "Number of replications" "type": "number"
}, },
"trace": { "currentDate": {
"default": "No", "default": "2014/10/01",
"enum": [ "description": "The day the experiment starts, in YYYY/MM/DD format",
"No", "title": "SimulationStartTime",
"Yes" "type": "string"
],
"type": "string",
"description": "Create an excel trace file (Yes or No)",
"title": "OutputTrace"
}, },
"ke_url": { "ke_url": {
"default": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls", "default": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"type": "string",
"description": "The URL for knowledge extraction to access its data for example http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls", "description": "The URL for knowledge extraction to access its data for example http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"title": "URL for Knowledge Extraction Spreadsheet" "title": "URL for Knowledge Extraction Spreadsheet",
"type": "string"
},
"maxSimTime": {
"default": 100,
"description": "Length of the simulation run",
"title": "Length of Experiment",
"type": "number"
},
"numberOfReplications": {
"default": 10,
"description": "Number of replications to run",
"title": "Number of replications",
"type": "integer"
}, },
"processTimeout": { "processTimeout": {
"default": 10, "default": 10,
"type": "number",
"description": "Number of seconds before the calculation process is interrupted", "description": "Number of seconds before the calculation process is interrupted",
"title": "ProcessTimeout" "title": "ProcessTimeout",
"type": "number"
}, },
"seed": { "seed": {
"default": "1", "default": "1",
"type": "number",
"description": "When using the same seed, the random number generator produce the same sequence of numbers", "description": "When using the same seed, the random number generator produce the same sequence of numbers",
"title": "Seed for random number generator" "title": "Seed for random number generator",
}, "type": "number"
"confidenceLevel": {
"default": 0.95,
"type": "number",
"description": "Confidence level for statistical analysis of stochastic experiments",
"title": "Confidence level"
},
"maxSimTime": {
"default": 100,
"type": "number",
"description": "Length of the simulation run",
"title": "Length of Experiment"
},
"currentDate": {
"default": "2014/10/01",
"type": "string",
"description": "The day the experiment starts, in YYYY/MM/DD format",
"title": "SimulationStartTime"
}, },
"timeUnit": { "timeUnit": {
"default": "hour", "default": "day",
"description": "Used for input and reporting widgets.",
"enum": [ "enum": [
"minute", "minute",
"hour", "hour",
...@@ -94,340 +61,234 @@ ...@@ -94,340 +61,234 @@
"month", "month",
"year" "year"
], ],
"type": "string", "name": "Time unit",
"description": "Used for input and reporting widgets.", "type": "string"
"name": "Time unit"
}
}
},
"output": {
"view_station_gantt": {
"gadget": "Output_viewGantt",
"configuration": {
"output_id": "capacity_station_gantt"
},
"type": "object_view",
"title": "Station Schedule"
},
"view_project_gantt": {
"gadget": "Output_viewGantt",
"configuration": {
"output_id": "capacity_project_gantt"
},
"type": "object_view",
"title": "Project Schedule"
},
"view_station_utilization": {
"gadget": "Output_viewGraph",
"configuration": {
"output_id": "station_utilization"
}, },
"type": "object_view", "trace": {
"title": "Station Utilization" "default": "No",
"description": "Create an excel trace file (Yes or No)",
"enum": [
"No",
"Yes"
],
"title": "OutputTrace",
"type": "string"
}
} }
}, },
"input": { "input": {
"view_management": {
"gadget": "Input_viewDocumentManagement",
"type": "object_view",
"title": "Manage document"
},
"debug": { "debug": {
"gadget": "Input_viewDebugJson", "gadget": "Input_viewDebugJson",
"title": "Edit Configuration", "title": "Edit Configuration",
"type": "object_view" "type": "object_view"
}, },
"view_wip_spreadsheet": { "view": {
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewProductionLine",
"configuration": { "title": "ProductionLine",
"handsontable_options": { "type": "object_view"
"minSpareCols": 1
}, },
"view_available_capacity_spreadsheet": {
"configuration": {
"columns": [ "columns": [
{ {
"type": "string", "format": "date-time",
"name": "Operation" "name": "Day",
"type": "string"
}, },
{ {
"type": "string", "name": "Station 1 (Rename)",
"name": "Project1 (Rename)" "type": "string"
}, },
{ {
"type": "string", "name": "Station 2 (Rename)",
"name": "Project2 (Rename)" "type": "string"
} }
], ],
"extend": [ "extend": [
"x", "x",
"y" "y"
] ],
"handsontable_options": {
"minSpareCols": 1
}
}, },
"type": "object_view", "gadget": "Input_viewSpreadsheet",
"title": "Work in Progress Spreadsheet" "title": "Available Capacity Spreadsheet",
"type": "object_view"
},
"view_management": {
"gadget": "Input_viewDocumentManagement",
"title": "Manage document",
"type": "object_view"
}, },
"view_projects_spreadsheet": { "view_projects_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
"type": "string", "name": "Project ID",
"name": "Project ID" "type": "string"
}, },
{ {
"type": "string", "format": "date",
"name": "Order Date", "name": "Order Date",
"format": "date" "type": "string"
}, },
{ {
"type": "string", "format": "date",
"name": "Due Date", "name": "Due Date",
"format": "date" "type": "string"
}, },
{ {
"type": "number", "name": "Assembly Space",
"name": "Assembly Space" "type": "number"
}, },
{ {
"type": "string", "name": "Operation",
"name": "Operation" "type": "string"
}, },
{ {
"type": "number", "name": "Capacity Requirement",
"name": "Capacity Requirement" "type": "number"
}, },
{ {
"type": "string", "format": "date",
"name": "Earliest Start Date", "name": "Earliest Start Date",
"format": "date" "type": "string"
} }
], ],
"extend": [ "extend": [
"y" "y"
] ]
}, },
"type": "object_view", "gadget": "Input_viewSpreadsheet",
"title": "Projects Spreadsheet" "title": "Projects Spreadsheet",
}, "type": "object_view"
"view_run_simulation": {
"gadget": "Input_viewSimulation",
"type": "object_view",
"title": "Run Simulation"
}, },
"view_result": { "view_result": {
"gadget": "Input_viewResultList", "gadget": "Input_viewResultList",
"type": "object_view", "title": "Results",
"title": "Results" "type": "object_view"
}, },
"view_available_capacity_spreadsheet": { "view_run_simulation": {
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSimulation",
"configuration": { "title": "Run Simulation",
"handsontable_options": { "type": "object_view"
"minSpareCols": 1
}, },
"view_wip_spreadsheet": {
"configuration": {
"columns": [ "columns": [
{ {
"type": "string", "name": "Operation",
"name": "Day", "type": "string"
"format": "date-time"
}, },
{ {
"type": "string", "name": "Project1 (Rename)",
"name": "Station 1 (Rename)" "type": "string"
}, },
{ {
"type": "string", "name": "Project2 (Rename)",
"name": "Station 2 (Rename)" "type": "string"
} }
], ],
"extend": [ "extend": [
"x", "x",
"y" "y"
] ],
"handsontable_options": {
"minSpareCols": 1
}
},
"gadget": "Input_viewSpreadsheet",
"title": "Work in Progress Spreadsheet",
"type": "object_view"
}
}, },
"type": "object_view", "output": {
"title": "Available Capacity Spreadsheet" "view_project_gantt": {
"configuration": {
"output_id": "capacity_project_gantt"
}, },
"view": { "gadget": "Output_viewGantt",
"gadget": "Input_viewProductionLine", "title": "Project Schedule",
"type": "object_view", "type": "object_view"
"title": "ProductionLine" },
"view_station_gantt": {
"configuration": {
"output_id": "capacity_station_gantt"
},
"gadget": "Output_viewGantt",
"title": "Station Schedule",
"type": "object_view"
},
"view_station_utilization": {
"configuration": {
"output_id": "station_utilization"
},
"gadget": "Output_viewGraph",
"title": "Station Utilization",
"type": "object_view"
} }
}, },
"post_processing": { "post_processing": {
"plugin_list": [ "plugin_list": [
{ {
"output_id": "station_utilization",
"_class": "dream.plugins.CapacityProjectStationUtilization.CapacityProjectStationUtilization", "_class": "dream.plugins.CapacityProjectStationUtilization.CapacityProjectStationUtilization",
"family": "CapacityStation" "family": "CapacityStation",
"output_id": "station_utilization"
}, },
{ {
"output_id": "capacity_project_gantt", "_class": "dream.plugins.CapacityProjectGantt.CapacityProjectGantt",
"_class": "dream.plugins.CapacityProjectGantt.CapacityProjectGantt" "output_id": "capacity_project_gantt"
}, },
{ {
"output_id": "capacity_station_gantt", "_class": "dream.plugins.CapacityStationGantt.CapacityStationGantt",
"_class": "dream.plugins.CapacityStationGantt.CapacityStationGantt" "output_id": "capacity_station_gantt"
} }
] ]
}, },
"processing_plugin": { "pre_processing": {
"_class": "dream.plugins.plugin.DefaultExecutionPlugin", "plugin_list": [
"input_id": "Simulation" {
} "_class": "dream.plugins.CapacityStationsSetAssemblySpace.CapacityStationsSetAssemblySpace",
}, "input_id": "assemblySpace"
"graph": {
"node": {
"WELD": {
"coordinate": {
"top": 0.47035271303157006,
"left": 0.05224682159961414
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "WELD"
},
"MCH": {
"coordinate": {
"top": 0.06653715527072322,
"left": 0.3349253399057431
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "MCH"
},
"EEP": {
"coordinate": {
"top": 0.08206596769592567,
"left": 0.47570913933753145
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "EEP"
},
"ASBTST": {
"coordinate": {
"top": 0.725986317834675,
"left": 0.4748049078628899
},
"requireFullProject": 1,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "ASBTST"
},
"PAINT": {
"coordinate": {
"top": 0.7430615552634912,
"left": 0.3111040179667153
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "PAINT"
},
"CNC": {
"coordinate": {
"top": 0.055153702206292815,
"left": 0.19503291923602395
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "CNC"
},
"PPASB": {
"coordinate": {
"top": 0.7563202742806299,
"left": 0.15782822210919625
},
"id": "PPASB",
"requireFullProject": 1,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "PPASB"
},
"SMF": {
"coordinate": {
"top": 0.06693194658097301,
"left": 0.0679425723598465
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "SMF"
}
},
"edge": {
"con_53": {
"source": "SMF",
"destination": "WELD",
"_class": "Dream.Edge"
},
"con_143": {
"source": "PPASB",
"destination": "PAINT",
"_class": "Dream.Edge"
},
"con_111": {
"source": "MCH",
"destination": "PPASB",
"_class": "Dream.Edge"
},
"con_129": {
"source": "EEP",
"destination": "ASBTST",
"_class": "Dream.Edge"
},
"con_69": {
"source": "WELD",
"destination": "PPASB",
"_class": "Dream.Edge"
},
"con_155": {
"source": "PAINT",
"destination": "ASBTST",
"_class": "Dream.Edge"
},
"con_91": {
"source": "CNC",
"destination": "PPASB",
"_class": "Dream.Edge"
}
}
}, },
"general": { {
"assemblySpace": 600, "_class": "dream.plugins.AvailableCapacitySpreadsheet.AvailableCapacitySpreadsheet",
"numberOfReplications": "1", "input_id": "availableCapacity"
"trace": "No",
"ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 10,
"seed": 1,
"confidenceLevel": 0.95,
"maxSimTime": -1,
"currentDate": "2014/02/20",
"timeUnit": "day"
}, },
"class_definition": { {
"node": { "_class": "dream.plugins.CapacityProjectSpreadsheet.CapacityProjectSpreadsheet",
"required": [ "input_id": "capacityProject"
"name",
"_class"
],
"type": "object",
"description": "Base definition for node",
"properties": {
"coordinate": {
"type": "object",
"properties": {
"top": "number",
"left": "number"
}
}, },
"_class": { {
"type": "string" "_class": "dream.plugins.CreateCapacityStations.CreateCapacityStations",
"input_id": "createCapacityStations"
}, },
"name": { {
"type": "string" "_class": "dream.plugins.CapacityStationWIPSpreadsheet.CapacityStationWIPSpreadsheet",
"input_id": "createCapacityStationWIP"
}
]
},
"processing_plugin": {
"_class": "dream.plugins.plugin.DefaultExecutionPlugin",
"input_id": "Simulation"
} }
},
"class_definition": {
"Dream.Edge": {
"_class": "edge",
"allOf": [
{
"$ref": "#/class_defintion/edge"
} }
],
"description": "Connect stations together"
}, },
"definitions": { "definitions": {
"_capacity": { "_capacity": {
"default": 1, "default": 1,
"description": "capacity of the queue. -1 means infinite",
"oneOf": [ "oneOf": [
{ {
"enum": [ "enum": [
...@@ -438,49 +299,11 @@ ...@@ -438,49 +299,11 @@
"multipleOf": 1 "multipleOf": 1
} }
], ],
"type": "number", "type": "number"
"description": "capacity of the queue. -1 means infinite"
},
"_failureDist": {
"allOf": [
{
"type": "object",
"properties": {
"failureDistribution": {
"default": "No",
"enum": [
"No",
"Yes"
],
"type": "string"
}
}
},
{
"oneOf": [
{
"$ref": "#/definitions/distributionTypes/_failure"
},
{
"$ref": "#/definitions/distributionTypes/_no"
}
]
}
]
},
"_operationType": {
"default": "Automatic",
"enum": [
"Automatic",
"Manual"
],
"type": "string",
"description": "the type of operations that are performed manually in the machine"
}, },
"_dist": { "_dist": {
"allOf": [ "allOf": [
{ {
"type": "object",
"properties": { "properties": {
"distribution": { "distribution": {
"default": "Fixed", "default": "Fixed",
...@@ -499,7 +322,8 @@ ...@@ -499,7 +322,8 @@
], ],
"type": "string" "type": "string"
} }
} },
"type": "object"
}, },
{ {
"oneOf": [ "oneOf": [
...@@ -540,37 +364,93 @@ ...@@ -540,37 +364,93 @@
} }
] ]
}, },
"_failureDist": {
"allOf": [
{
"properties": {
"failureDistribution": {
"default": "No",
"enum": [
"No",
"Yes"
],
"type": "string"
}
},
"type": "object"
},
{
"oneOf": [
{
"$ref": "#/definitions/distributionTypes/_failure"
},
{
"$ref": "#/definitions/distributionTypes/_no"
}
]
}
]
},
"_operationType": {
"default": "Automatic",
"description": "the type of operations that are performed manually in the machine",
"enum": [
"Automatic",
"Manual"
],
"type": "string"
},
"_schedulingRule": {
"default": "FIFO",
"description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ",
"enum": [
"FIFO",
"Priority",
"EDD",
"EOD",
"NumStages",
"RPC",
"LPT",
"SPT",
"MS",
"WINQ",
"WT"
],
"type": "string"
},
"distributionTypes": { "distributionTypes": {
"_geometric": { "_binomial": {
"description": "Binomial",
"properties": { "properties": {
"probability": { "mean": {
"default": 0,
"type": "number"
},
"size": {
"default": 0, "default": 0,
"required": true,
"type": "number" "type": "number"
} }
}, },
"type": "object", "title": "Binomial",
"description": "Geometric", "type": "object"
"title": "Geometric"
}, },
"_weibull": { "_cauchy": {
"description": "Cauchy",
"properties": { "properties": {
"shape": { "location": {
"default": 0, "default": 0,
"required": true,
"type": "number" "type": "number"
}, },
"scale": { "scale": {
"default": 0, "default": 0,
"required": true,
"type": "number" "type": "number"
} }
}, },
"type": "object", "title": "Cauchy",
"description": "Weibull", "type": "object"
"title": "Weibull"
}, },
"_exp": { "_exp": {
"description": "Exponential",
"properties": { "properties": {
"mean": { "mean": {
"default": 0, "default": 0,
...@@ -578,302 +458,386 @@ ...@@ -578,302 +458,386 @@
"type": "number" "type": "number"
} }
}, },
"type": "object", "title": "Exp",
"description": "Exponential", "type": "object"
"title": "Exp"
}, },
"_gama": { "_failure": {
"description": "Fixed",
"properties": { "properties": {
"shape": { "TTF": {
"default": 0, "$ref": "#/definitions/_dist",
"required": true, "name": "Time to Failure"
"type": "number"
}, },
"rate": { "TTR": {
"default": 0, "$ref": "#/definitions/_dist",
"name": "Time to Repair"
},
"repairman": {
"description": "Repairman",
"required": true, "required": true,
"type": "number" "type": "string"
} }
}, },
"type": "object", "title": "Yes",
"description": "Gama", "type": "object"
"title": "Gama"
}, },
"_lognormal": { "_fixed": {
"description": "Fixed",
"properties": { "properties": {
"stdev": {
"default": 0,
"_class": "Dream.Property",
"type": "number",
"name": "Standard Deviation"
},
"mean": { "mean": {
"default": 0, "default": 0.75,
"_class": "Dream.Property", "required": true,
"type": "number", "type": "number"
"name": "Mean"
} }
}, },
"type": "object", "title": "Fixed",
"description": "Lognormal", "type": "object"
"title": "Lognormal"
}, },
"_normal": { "_gama": {
"description": "Gama",
"properties": { "properties": {
"stdev": { "rate": {
"default": 0, "default": 0,
"required": true, "required": true,
"type": "number" "type": "number"
}, },
"mean": { "shape": {
"default": 0, "default": 0,
"required": true, "required": true,
"type": "number" "type": "number"
} }
}, },
"type": "object", "title": "Gama",
"description": "Normal", "type": "object"
"title": "Normal"
}, },
"_logistic": { "_geometric": {
"description": "Geometric",
"properties": { "properties": {
"scale": { "probability": {
"default": 0,
"required": true,
"type": "number"
},
"location": {
"default": 0, "default": 0,
"required": true, "required": true,
"type": "number" "type": "number"
} }
}, },
"type": "object", "title": "Geometric",
"description": "Logistic", "type": "object"
"title": "Logistic"
}, },
"_cauchy": { "_logistic": {
"description": "Logistic",
"properties": { "properties": {
"scale": { "location": {
"default": 0, "default": 0,
"required": true,
"type": "number" "type": "number"
}, },
"location": { "scale": {
"default": 0, "default": 0,
"required": true,
"type": "number" "type": "number"
} }
}, },
"type": "object", "title": "Logistic",
"description": "Cauchy", "type": "object"
"title": "Cauchy"
}, },
"_binomial": { "_lognormal": {
"description": "Lognormal",
"properties": { "properties": {
"size": { "mean": {
"_class": "Dream.Property",
"default": 0, "default": 0,
"name": "Mean",
"type": "number" "type": "number"
}, },
"mean": { "stdev": {
"_class": "Dream.Property",
"default": 0, "default": 0,
"name": "Standard Deviation",
"type": "number" "type": "number"
} }
}, },
"type": "object", "title": "Lognormal",
"description": "Binomial", "type": "object"
"title": "Binomial"
}, },
"_poisson": { "_no": {
"description": "None",
"title": "No",
"type": "string"
},
"_normal": {
"description": "Normal",
"properties": { "properties": {
"lambda": { "mean": {
"default": 0, "default": 0,
"required": true,
"type": "number" "type": "number"
}
},
"type": "object",
"description": "Poisson",
"title": "Poisson"
}, },
"_failure": { "stdev": {
"properties": { "default": 0,
"TTR": {
"name": "Time to Repair",
"$ref": "#/definitions/_dist"
},
"repairman": {
"required": true, "required": true,
"type": "string", "type": "number"
"description": "Repairman"
},
"TTF": {
"name": "Time to Failure",
"$ref": "#/definitions/_dist"
} }
}, },
"type": "object", "title": "Normal",
"description": "Fixed", "type": "object"
"title": "Yes"
}, },
"_fixed": { "_poisson": {
"description": "Poisson",
"properties": { "properties": {
"mean": { "lambda": {
"default": 0.75, "default": 0,
"required": true,
"type": "number" "type": "number"
} }
}, },
"type": "object", "title": "Poisson",
"description": "Fixed", "type": "object"
"title": "Fixed"
},
"_no": {
"type": "string",
"description": "None",
"title": "No"
}
}, },
"_schedulingRule": { "_weibull": {
"default": "FIFO", "description": "Weibull",
"enum": [ "properties": {
"FIFO", "scale": {
"Priority", "default": 0,
"EDD", "required": true,
"EOD", "type": "number"
"NumStages", },
"RPC", "shape": {
"LPT", "default": 0,
"SPT", "required": true,
"MS", "type": "number"
"WINQ", }
"WT" },
], "title": "Weibull",
"type": "string", "type": "object"
"description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ" }
} }
}, },
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation": { "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation": {
"_class": "node",
"allOf": [ "allOf": [
{ {
"$ref": "#/node" "$ref": "#/node"
}, },
{ {
"type": "object",
"properties": { "properties": {
"requireFullProject": { "id": {
"_default": 0, "default": "M",
"required": true, "required": true,
"type": "number", "type": "string"
"description": "Is this station an assembly? Yes: 1, No: 0"
}, },
"name": { "name": {
"default": "Machine", "default": "Machine",
"type": "string" "type": "string"
}, },
"id": { "pool": {
"default": "M", "_default": "",
"required": true, "description": "The pool of workers that is used for this station. If this station does not share resources leave empty",
"required": false,
"type": "string" "type": "string"
},
"priority": {
"_default": "",
"description": "The priority against other stations. If this station does not share resources leave empty",
"required": false,
"type": "number"
},
"requireFullProject": {
"_default": 0,
"description": "Is this station an assembly? Yes: 1, No: 0",
"required": true,
"type": "number"
} }
} },
"type": "object"
} }
], ],
"_class": "node",
"name": "Machine",
"css": { "css": {
"backgroundColor": "#fef",
"backgroundImage": "linear-gradient(to bottom, #fef 0%, #ede 100%)", "backgroundImage": "linear-gradient(to bottom, #fef 0%, #ede 100%)",
"border": "1px solid #cbc", "border": "1px solid #cbc"
"backgroundColor": "#fef"
}, },
"description": "A station processing items for some time given by a distribution" "description": "A station processing items for some time given by a distribution",
"name": "Machine"
}, },
"edge": { "edge": {
"required": [
"_class",
"source",
"destination"
],
"type": "object",
"description": "Base definition for edge", "description": "Base definition for edge",
"properties": { "properties": {
"source": { "_class": {
"type": "string" "type": "string"
}, },
"destination": { "destination": {
"type": "string" "type": "string"
}, },
"name": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"_class",
"source",
"destination"
],
"type": "object"
},
"node": {
"description": "Base definition for node",
"properties": {
"_class": { "_class": {
"type": "string" "type": "string"
}, },
"coordinate": {
"properties": {
"left": "number",
"top": "number"
},
"type": "object"
},
"name": { "name": {
"type": "string" "type": "string"
} }
}
}, },
"Dream.Edge": { "required": [
"_class": "edge", "name",
"description": "Connect stations together", "_class"
"allOf": [ ],
{ "type": "object"
"$ref": "#/class_defintion/edge"
} }
] },
"constraints": {},
"general": {
"assemblySpace": 600,
"confidenceLevel": 0.95,
"currentDate": "2014/02/20",
"ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"maxSimTime": -1,
"name": "CapacityProject1Order.json",
"numberOfReplications": "1",
"processTimeout": 10,
"seed": 1,
"timeUnit": "day",
"trace": "No"
},
"graph": {
"edge": {
"con_111": {
"_class": "Dream.Edge",
"destination": "PPASB",
"source": "MCH"
},
"con_129": {
"_class": "Dream.Edge",
"destination": "ASBTST",
"source": "EEP"
},
"con_143": {
"_class": "Dream.Edge",
"destination": "PAINT",
"source": "PPASB"
},
"con_155": {
"_class": "Dream.Edge",
"destination": "ASBTST",
"source": "PAINT"
},
"con_53": {
"_class": "Dream.Edge",
"destination": "WELD",
"source": "SMF"
},
"con_69": {
"_class": "Dream.Edge",
"destination": "PPASB",
"source": "WELD"
},
"con_91": {
"_class": "Dream.Edge",
"destination": "PPASB",
"source": "CNC"
} }
}, },
"result": { "node": {
"result_list": [] "ASBTST": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.4748049078628899,
"top": 0.725986317834675
},
"id": "ASBTST",
"name": "ASBTST",
"pool": "ASB",
"priority": 3,
"requireFullProject": 1
},
"CNC": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.19503291923602395,
"top": 0.055153702206292815
},
"name": "CNC",
"requireFullProject": 0
},
"EEP": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.47570913933753145,
"top": 0.08206596769592567
},
"name": "EEP",
"requireFullProject": 0
},
"MCH": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.3349253399057431,
"top": 0.06653715527072322
},
"name": "MCH",
"requireFullProject": 0
},
"PAINT": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.3111040179667153,
"top": 0.7430615552634912
},
"name": "PAINT",
"requireFullProject": 0
},
"PPASB": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.15782822210919625,
"top": 0.7563202742806299
},
"id": "PPASB",
"name": "PPASB",
"pool": "ASB",
"priority": 2,
"requireFullProject": 1
},
"SMF": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.0679425723598465,
"top": 0.06693194658097301
},
"name": "SMF",
"requireFullProject": 0
},
"WELD": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.05224682159961414,
"top": 0.47035271303157006
},
"name": "WELD",
"requireFullProject": 0
}
}
}, },
"input": { "input": {
"wip_spreadsheet": [
[
"Operation",
"P1",
""
],
[
"SMF",
"80",
null
],
[
"WELD",
"0",
null
],
[
"CNC",
"130",
null
],
[
"MCH",
"125",
null
],
[
"EEP",
"30",
null
],
[
"PPASB",
"0",
null
],
[
"PAINT",
"0",
null
],
[
"ASBTST",
"0",
null
],
[
null,
null,
null
]
],
"available_capacity_spreadsheet": [ "available_capacity_spreadsheet": [
[ [
"DAY", "DAY",
...@@ -1111,7 +1075,61 @@ ...@@ -1111,7 +1075,61 @@
null, null,
null null
] ]
],
"wip_spreadsheet": [
[
"Operation",
"P1",
""
],
[
"SMF",
"80",
null
],
[
"WELD",
"0",
null
],
[
"CNC",
"130",
null
],
[
"MCH",
"125",
null
],
[
"EEP",
"30",
null
],
[
"PPASB",
"0",
null
],
[
"PAINT",
"0",
null
],
[
"ASBTST",
"0",
null
],
[
null,
null,
null
]
] ]
}, },
"constraints": {} "result": {
"result_list": []
}
} }
\ No newline at end of file
{
"application_configuration": {
"general": {
"properties": {
"assemblySpace": {
"default": 100,
"description": "Total assembly Space in square meters",
"title": "Assembly Space",
"type": "number"
},
"confidenceLevel": {
"default": 0.95,
"description": "Confidence level for statistical analysis of stochastic experiments",
"title": "Confidence level",
"type": "number"
},
"currentDate": {
"default": "2014/10/01",
"description": "The day the experiment starts, in YYYY/MM/DD format",
"title": "SimulationStartTime",
"type": "string"
},
"ke_url": {
"default": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"description": "The URL for knowledge extraction to access its data for example http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"title": "URL for Knowledge Extraction Spreadsheet",
"type": "string"
},
"maxSimTime": {
"default": 100,
"description": "Length of the simulation run",
"title": "Length of Experiment",
"type": "number"
},
"numberOfReplications": {
"default": 10,
"description": "Number of replications to run",
"title": "Number of replications",
"type": "integer"
},
"processTimeout": {
"default": 10,
"description": "Number of seconds before the calculation process is interrupted",
"title": "ProcessTimeout",
"type": "number"
},
"seed": {
"default": "1",
"description": "When using the same seed, the random number generator produce the same sequence of numbers",
"title": "Seed for random number generator",
"type": "number"
},
"timeUnit": {
"default": "day",
"description": "Used for input and reporting widgets.",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
],
"name": "Time unit",
"type": "string"
},
"trace": {
"default": "No",
"description": "Create an excel trace file (Yes or No)",
"enum": [
"No",
"Yes"
],
"title": "OutputTrace",
"type": "string"
}
}
},
"input": {
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view": {
"gadget": "Input_viewProductionLine",
"title": "ProductionLine",
"type": "object_view"
},
"view_available_capacity_spreadsheet": {
"configuration": {
"columns": [
{
"format": "date-time",
"name": "Day",
"type": "string"
},
{
"name": "Station 1 (Rename)",
"type": "string"
},
{
"name": "Station 2 (Rename)",
"type": "string"
}
],
"extend": [
"x",
"y"
],
"handsontable_options": {
"minSpareCols": 1
}
},
"gadget": "Input_viewSpreadsheet",
"title": "Available Capacity Spreadsheet",
"type": "object_view"
},
"view_management": {
"gadget": "Input_viewDocumentManagement",
"title": "Manage document",
"type": "object_view"
},
"view_projects_spreadsheet": {
"configuration": {
"columns": [
{
"name": "Project ID",
"type": "string"
},
{
"format": "date",
"name": "Order Date",
"type": "string"
},
{
"format": "date",
"name": "Due Date",
"type": "string"
},
{
"name": "Assembly Space",
"type": "number"
},
{
"name": "Operation",
"type": "string"
},
{
"name": "Capacity Requirement",
"type": "number"
},
{
"format": "date",
"name": "Earliest Start Date",
"type": "string"
}
],
"extend": [
"y"
]
},
"gadget": "Input_viewSpreadsheet",
"title": "Projects Spreadsheet",
"type": "object_view"
},
"view_result": {
"gadget": "Input_viewResultList",
"title": "Results",
"type": "object_view"
},
"view_run_simulation": {
"gadget": "Input_viewSimulation",
"title": "Run Simulation",
"type": "object_view"
},
"view_wip_spreadsheet": {
"configuration": {
"columns": [
{
"name": "Operation",
"type": "string"
},
{
"name": "Project1 (Rename)",
"type": "string"
},
{
"name": "Project2 (Rename)",
"type": "string"
}
],
"extend": [
"x",
"y"
],
"handsontable_options": {
"minSpareCols": 1
}
},
"gadget": "Input_viewSpreadsheet",
"title": "Work in Progress Spreadsheet",
"type": "object_view"
}
},
"output": {
"view_project_gantt": {
"configuration": {
"output_id": "capacity_project_gantt"
},
"gadget": "Output_viewGantt",
"title": "Project Schedule",
"type": "object_view"
},
"view_station_gantt": {
"configuration": {
"output_id": "capacity_station_gantt"
},
"gadget": "Output_viewGantt",
"title": "Station Schedule",
"type": "object_view"
},
"view_station_utilization": {
"configuration": {
"output_id": "station_utilization"
},
"gadget": "Output_viewGraph",
"title": "Station Utilization",
"type": "object_view"
}
},
"post_processing": {
"plugin_list": [
{
"_class": "dream.plugins.CapacityProjectStationUtilization.CapacityProjectStationUtilization",
"family": "CapacityStation",
"output_id": "station_utilization"
},
{
"_class": "dream.plugins.CapacityProjectGantt.CapacityProjectGantt",
"output_id": "capacity_project_gantt"
},
{
"_class": "dream.plugins.CapacityStationGantt.CapacityStationGantt",
"output_id": "capacity_station_gantt"
}
]
},
"pre_processing": {
"plugin_list": [
{
"_class": "dream.plugins.CapacityStationsSetAssemblySpace.CapacityStationsSetAssemblySpace",
"input_id": "assemblySpace"
},
{
"_class": "dream.plugins.AvailableCapacitySpreadsheet.AvailableCapacitySpreadsheet",
"input_id": "availableCapacity"
},
{
"_class": "dream.plugins.CapacityProjectSpreadsheet.CapacityProjectSpreadsheet",
"input_id": "capacityProject"
},
{
"_class": "dream.plugins.CreateCapacityStations.CreateCapacityStations",
"input_id": "createCapacityStations"
},
{
"_class": "dream.plugins.CapacityStationWIPSpreadsheet.CapacityStationWIPSpreadsheet",
"input_id": "createCapacityStationWIP"
}
]
},
"processing_plugin": {
"_class": "dream.plugins.plugin.DefaultExecutionPlugin",
"input_id": "Simulation"
}
},
"class_definition": {
"Dream.Edge": {
"_class": "edge",
"allOf": [
{
"$ref": "#/class_defintion/edge"
}
],
"description": "Connect stations together"
},
"definitions": {
"_capacity": {
"default": 1,
"description": "capacity of the queue. -1 means infinite",
"oneOf": [
{
"enum": [
-1
]
},
{
"multipleOf": 1
}
],
"type": "number"
},
"_dist": {
"allOf": [
{
"properties": {
"distribution": {
"default": "Fixed",
"enum": [
"Fixed",
"Exp",
"Normal",
"Lognormal",
"Binomial",
"Poisson",
"Logistic",
"Cauchy",
"Geometric",
"Gama",
"Weibull"
],
"type": "string"
}
},
"type": "object"
},
{
"oneOf": [
{
"$ref": "#/definitions/distributionTypes/_fixed"
},
{
"$ref": "#/definitions/distributionTypes/_exp"
},
{
"$ref": "#/definitions/distributionTypes/_normal"
},
{
"$ref": "#/definitions/distributionTypes/_lognormal"
},
{
"$ref": "#/definitions/distributionTypes/_binomial"
},
{
"$ref": "#/definitions/distributionTypes/_poisson"
},
{
"$ref": "#/definitions/distributionTypes/_logistic"
},
{
"$ref": "#/definitions/distributionTypes/_cauchy"
},
{
"$ref": "#/definitions/distributionTypes/_geometric"
},
{
"$ref": "#/definitions/distributionTypes/_gama"
},
{
"$ref": "#/definitions/distributionTypes/_weibull"
}
]
}
]
},
"_failureDist": {
"allOf": [
{
"properties": {
"failureDistribution": {
"default": "No",
"enum": [
"No",
"Yes"
],
"type": "string"
}
},
"type": "object"
},
{
"oneOf": [
{
"$ref": "#/definitions/distributionTypes/_failure"
},
{
"$ref": "#/definitions/distributionTypes/_no"
}
]
}
]
},
"_operationType": {
"default": "Automatic",
"description": "the type of operations that are performed manually in the machine",
"enum": [
"Automatic",
"Manual"
],
"type": "string"
},
"_schedulingRule": {
"default": "FIFO",
"description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ",
"enum": [
"FIFO",
"Priority",
"EDD",
"EOD",
"NumStages",
"RPC",
"LPT",
"SPT",
"MS",
"WINQ",
"WT"
],
"type": "string"
},
"distributionTypes": {
"_binomial": {
"description": "Binomial",
"properties": {
"mean": {
"default": 0,
"type": "number"
},
"size": {
"default": 0,
"type": "number"
}
},
"title": "Binomial",
"type": "object"
},
"_cauchy": {
"description": "Cauchy",
"properties": {
"location": {
"default": 0,
"type": "number"
},
"scale": {
"default": 0,
"type": "number"
}
},
"title": "Cauchy",
"type": "object"
},
"_exp": {
"description": "Exponential",
"properties": {
"mean": {
"default": 0,
"required": true,
"type": "number"
}
},
"title": "Exp",
"type": "object"
},
"_failure": {
"description": "Fixed",
"properties": {
"TTF": {
"$ref": "#/definitions/_dist",
"name": "Time to Failure"
},
"TTR": {
"$ref": "#/definitions/_dist",
"name": "Time to Repair"
},
"repairman": {
"description": "Repairman",
"required": true,
"type": "string"
}
},
"title": "Yes",
"type": "object"
},
"_fixed": {
"description": "Fixed",
"properties": {
"mean": {
"default": 0.75,
"required": true,
"type": "number"
}
},
"title": "Fixed",
"type": "object"
},
"_gama": {
"description": "Gama",
"properties": {
"rate": {
"default": 0,
"required": true,
"type": "number"
},
"shape": {
"default": 0,
"required": true,
"type": "number"
}
},
"title": "Gama",
"type": "object"
},
"_geometric": {
"description": "Geometric",
"properties": {
"probability": {
"default": 0,
"required": true,
"type": "number"
}
},
"title": "Geometric",
"type": "object"
},
"_logistic": {
"description": "Logistic",
"properties": {
"location": {
"default": 0,
"required": true,
"type": "number"
},
"scale": {
"default": 0,
"required": true,
"type": "number"
}
},
"title": "Logistic",
"type": "object"
},
"_lognormal": {
"description": "Lognormal",
"properties": {
"mean": {
"_class": "Dream.Property",
"default": 0,
"name": "Mean",
"type": "number"
},
"stdev": {
"_class": "Dream.Property",
"default": 0,
"name": "Standard Deviation",
"type": "number"
}
},
"title": "Lognormal",
"type": "object"
},
"_no": {
"description": "None",
"title": "No",
"type": "string"
},
"_normal": {
"description": "Normal",
"properties": {
"mean": {
"default": 0,
"required": true,
"type": "number"
},
"stdev": {
"default": 0,
"required": true,
"type": "number"
}
},
"title": "Normal",
"type": "object"
},
"_poisson": {
"description": "Poisson",
"properties": {
"lambda": {
"default": 0,
"type": "number"
}
},
"title": "Poisson",
"type": "object"
},
"_weibull": {
"description": "Weibull",
"properties": {
"scale": {
"default": 0,
"required": true,
"type": "number"
},
"shape": {
"default": 0,
"required": true,
"type": "number"
}
},
"title": "Weibull",
"type": "object"
}
}
},
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation": {
"_class": "node",
"allOf": [
{
"$ref": "#/node"
},
{
"properties": {
"id": {
"default": "M",
"required": true,
"type": "string"
},
"name": {
"default": "Machine",
"type": "string"
},
"pool": {
"_default": "",
"description": "The pool of workers that is used for this station. If this station does not share resources leave empty",
"required": false,
"type": "string"
},
"priority": {
"_default": "",
"description": "The priority against other stations. If this station does not share resources leave empty",
"required": false,
"type": "number"
},
"requireFullProject": {
"_default": 0,
"description": "Is this station an assembly? Yes: 1, No: 0",
"required": true,
"type": "number"
}
},
"type": "object"
}
],
"css": {
"backgroundColor": "#fef",
"backgroundImage": "linear-gradient(to bottom, #fef 0%, #ede 100%)",
"border": "1px solid #cbc"
},
"description": "A station processing items for some time given by a distribution",
"name": "Machine"
},
"edge": {
"description": "Base definition for edge",
"properties": {
"_class": {
"type": "string"
},
"destination": {
"type": "string"
},
"name": {
"type": "string"
},
"source": {
"type": "string"
}
},
"required": [
"_class",
"source",
"destination"
],
"type": "object"
},
"node": {
"description": "Base definition for node",
"properties": {
"_class": {
"type": "string"
},
"coordinate": {
"properties": {
"left": "number",
"top": "number"
},
"type": "object"
},
"name": {
"type": "string"
}
},
"required": [
"name",
"_class"
],
"type": "object"
}
},
"constraints": {},
"general": {
"assemblySpace": 600,
"confidenceLevel": 0.95,
"currentDate": "2014/02/20",
"ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"maxSimTime": -1,
"name": "CapacityProject7Orders.json",
"numberOfReplications": "1",
"processTimeout": 10,
"seed": 1,
"timeUnit": "day",
"trace": "No"
},
"graph": {
"edge": {
"con_111": {
"_class": "Dream.Edge",
"destination": "PPASB",
"source": "MCH"
},
"con_129": {
"_class": "Dream.Edge",
"destination": "ASBTST",
"source": "EEP"
},
"con_143": {
"_class": "Dream.Edge",
"destination": "PAINT",
"source": "PPASB"
},
"con_155": {
"_class": "Dream.Edge",
"destination": "ASBTST",
"source": "PAINT"
},
"con_53": {
"_class": "Dream.Edge",
"destination": "WELD",
"source": "SMF"
},
"con_69": {
"_class": "Dream.Edge",
"destination": "PPASB",
"source": "WELD"
},
"con_91": {
"_class": "Dream.Edge",
"destination": "PPASB",
"source": "CNC"
}
},
"node": {
"ASBTST": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.4748049078628899,
"top": 0.725986317834675
},
"id": "ASBTST",
"name": "ASBTST",
"pool": "ASB",
"priority": 3,
"requireFullProject": 1
},
"CNC": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.19503291923602395,
"top": 0.055153702206292815
},
"name": "CNC",
"requireFullProject": 0
},
"EEP": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.47570913933753145,
"top": 0.08206596769592567
},
"name": "EEP",
"requireFullProject": 0
},
"MCH": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.3349253399057431,
"top": 0.06653715527072322
},
"name": "MCH",
"requireFullProject": 0
},
"PAINT": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.3111040179667153,
"top": 0.7430615552634912
},
"name": "PAINT",
"requireFullProject": 0
},
"PPASB": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.15782822210919625,
"top": 0.7563202742806299
},
"id": "PPASB",
"name": "PPASB",
"pool": "ASB",
"priority": 1,
"requireFullProject": 1
},
"SMF": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.0679425723598465,
"top": 0.06693194658097301
},
"name": "SMF",
"requireFullProject": 0
},
"WELD": {
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"coordinate": {
"left": 0.05224682159961414,
"top": 0.47035271303157006
},
"name": "WELD",
"requireFullProject": 0
}
}
},
"input": {
"available_capacity_spreadsheet": [
[
"DAY",
"SMF",
"WELD",
"CNC",
"MCH",
"EEP",
"ASB",
"PAINT",
""
],
[
"MONDAY",
"20",
"70",
"90",
"20",
"290",
"170",
"20",
""
],
[
"TUESDAY",
"30",
"170",
"190",
"70",
"100",
"270",
"20",
""
],
[
"WEDNESDAY",
"130",
"270",
"290",
"170",
"200",
"370",
"20",
""
],
[
"THURSDAY",
"80",
"80",
"390",
"270",
"300",
"20",
"320",
""
],
[
"FRIDAY",
"180",
"180",
"490",
"370",
"390",
"20",
"420",
""
],
[
"SATURDAY",
"20",
"20",
"20",
"20",
"20",
"20",
"20",
""
],
[
"SUNDAY",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
""
],
[
"2014/03/22",
"70",
"90",
"80",
"20",
"70",
"50",
"70",
""
],
[
"2014/04/24",
"70",
"90",
"80",
"60",
"70",
"80",
"170",
""
],
[
"2014/03/25",
"120",
"170",
"80",
"160",
"370",
"80",
"170",
""
],
[
"",
null,
null,
null,
null,
null,
null,
null,
null
]
],
"projects_spreadsheet": [
[
"Project ID",
"Order Date",
"Due Date",
"Assembly Space",
"Operation",
"Capacity Requirement",
"Earliest Start Date"
],
[
"P1",
"2014/01/26",
"2014/03/26",
"400",
"SMF",
"80",
""
],
[
"",
"",
"",
"",
"WELD",
"90",
""
],
[
"",
"",
"",
"",
"CNC",
"130",
""
],
[
"",
"",
"",
"",
"MCH",
"125",
""
],
[
"",
"",
"",
"",
"EEP",
"30",
""
],
[
"",
"",
"",
"",
"PPASB",
"700",
""
],
[
"",
"",
"",
"",
"PAINT",
"50",
""
],
[
"",
"",
"",
"",
"ASBTST",
"300",
""
],
[
"P2",
"2014/01/26",
"2014/04/04",
"300",
"SMF",
"70",
null
],
[
"",
"",
"",
"",
"WELD",
"180",
null
],
[
"",
"",
"",
"",
"CNC",
"45",
null
],
[
"",
"",
"",
"",
"MCH",
"90",
null
],
[
"",
"",
"",
"",
"EEP",
"50",
null
],
[
"",
"",
"",
"",
"PPASB",
"900",
null
],
[
"",
"",
"",
"",
"PAINT",
"250",
null
],
[
"",
"",
"",
"",
"ASBTST",
"380",
null
],
[
"P3",
"2014/01/26",
"",
"400",
"SMF",
"130",
null
],
[
"",
"",
"",
"",
"WELD",
"115",
null
],
[
"",
"",
"",
"",
"CNC",
"145",
null
],
[
"",
"",
"",
"",
"MCH",
"90",
null
],
[
"",
"",
"",
"",
"EEP",
"35",
null
],
[
"",
"",
"",
"",
"PPASB",
"600",
null
],
[
"",
"",
"",
"",
"PAINT",
"100",
null
],
[
"",
"",
"",
"",
"ASBTST",
"130",
null
],
[
"",
"",
"",
"",
"",
"",
null
]
],
"wip_spreadsheet": [
[
"Operation",
"P1",
"P2",
"P3",
""
],
[
"SMF",
"80",
"70",
"130",
""
],
[
"WELD",
"0",
"0",
"0",
""
],
[
"CNC",
"130",
"45",
"145",
""
],
[
"MCH",
"125",
"90",
"90",
""
],
[
"EEP",
"30",
"50",
"35",
""
],
[
"PPASB",
"0",
"0",
"0",
""
],
[
"PAINT",
"0",
"0",
"0",
""
],
[
"ASBTST",
"0",
"0",
"0",
""
],
[
null,
null,
"",
null,
null
]
]
},
"result": {
"result_list": []
}
}
\ No newline at end of file
...@@ -633,6 +633,12 @@ ...@@ -633,6 +633,12 @@
"required": false, "required": false,
"type": "string" "type": "string"
}, },
"priority": {
"_default": "",
"description": "The priority against other stations. If this station does not share resources leave empty",
"required": false,
"type": "number"
},
"requireFullProject": { "requireFullProject": {
"_default": 0, "_default": 0,
"description": "Is this station an assembly? Yes: 1, No: 0", "description": "Is this station an assembly? Yes: 1, No: 0",
...@@ -760,6 +766,7 @@ ...@@ -760,6 +766,7 @@
"id": "ASBTST", "id": "ASBTST",
"name": "ASBTST", "name": "ASBTST",
"pool": "ASB", "pool": "ASB",
"priority": 3,
"requireFullProject": 1 "requireFullProject": 1
}, },
"CNC": { "CNC": {
...@@ -807,6 +814,7 @@ ...@@ -807,6 +814,7 @@
"id": "PPASB", "id": "PPASB",
"name": "PPASB", "name": "PPASB",
"pool": "ASB", "pool": "ASB",
"priority": 1,
"requireFullProject": 1 "requireFullProject": 1
}, },
"SMF": { "SMF": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment