Commit 425dfa8b authored by Georgios Dagkakis's avatar Georgios Dagkakis

test models and dump updated to new configuration

parent f9def490
{ {
"application_configuration": { "application_configuration": {
"pre_processing": { "general": {
"plugin_list": [ "properties": {
{ "assemblySpace": {
"_class": "dream.plugins.CapacityStationsSetAssemblySpace.CapacityStationsSetAssemblySpace", "default": 100,
"input_id": "assemblySpace" "description": "Total assembly Space in square meters",
}, "title": "Assembly Space",
{ "type": "number"
"_class": "dream.plugins.AvailableCapacitySpreadsheet.AvailableCapacitySpreadsheet", },
"input_id": "availableCapacity" "confidenceLevel": {
}, "default": 0.95,
{ "description": "Confidence level for statistical analysis of stochastic experiments",
"_class": "dream.plugins.CapacityProjectSpreadsheet.CapacityProjectSpreadsheet", "title": "Confidence level",
"input_id": "capacityProject" "type": "number"
}, },
{ "currentDate": {
"_class": "dream.plugins.CreateCapacityStations.CreateCapacityStations", "default": "2014/10/01",
"input_id": "createCapacityStations" "description": "The day the experiment starts, in YYYY/MM/DD format",
}, "title": "SimulationStartTime",
{ "type": "string"
"_class": "dream.plugins.CapacityStationWIPSpreadsheet.CapacityStationWIPSpreadsheet", },
"input_id": "createCapacityStationWIP" "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"
}, },
"general": { {
"properties": { "oneOf": [
"assemblySpace": { {
"default": 100, "$ref": "#/definitions/distributionTypes/_failure"
"type": "number", },
"description": "Total assembly Space in square meters", {
"title": "Assembly Space" "$ref": "#/definitions/distributionTypes/_no"
}, }
"numberOfReplications": { ]
"default": 10, }
"type": "integer", ]
"description": "Number of replications to run", },
"title": "Number of replications" "_operationType": {
}, "default": "Automatic",
"trace": { "description": "the type of operations that are performed manually in the machine",
"default": "No", "enum": [
"enum": [ "Automatic",
"No", "Manual"
"Yes" ],
], "type": "string"
"type": "string", },
"description": "Create an excel trace file (Yes or No)", "_schedulingRule": {
"title": "OutputTrace" "default": "FIFO",
}, "description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ",
"ke_url": { "enum": [
"default": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls", "FIFO",
"type": "string", "Priority",
"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", "EDD",
"title": "URL for Knowledge Extraction Spreadsheet" "EOD",
}, "NumStages",
"processTimeout": { "RPC",
"default": 10, "LPT",
"type": "number", "SPT",
"description": "Number of seconds before the calculation process is interrupted", "MS",
"title": "ProcessTimeout" "WINQ",
}, "WT"
"seed": { ],
"default": "1", "type": "string"
"type": "number", },
"description": "When using the same seed, the random number generator produce the same sequence of numbers", "distributionTypes": {
"title": "Seed for random number generator" "_binomial": {
}, "description": "Binomial",
"timeUnit": { "properties": {
"default": "hour", "mean": {
"description": "Used for input and reporting widgets.", "default": 0,
"name": "Time unit", "type": "number"
"type": "string", },
"enum": [ "size": {
"minute", "default": 0,
"hour", "type": "number"
"day", }
"week",
"month",
"year"
]
},
"maxSimTime": {
"default": 100,
"type": "number",
"description": "Length of the simulation run",
"title": "Length of Experiment"
},
"currentDate": {
"default": "2014/10/01 08:00:00",
"type": "string",
"description": "The day the experiment starts, in YYYY/MM/DD HH:MM:SS format",
"title": "SimulationStartTime"
},
"confidenceLevel": {
"default": 0.95,
"type": "number",
"description": "Confidence level for statistical analysis of stochastic experiments",
"title": "Confidence level"
}
}
}, },
"output": { "title": "Binomial",
"view_mean_capacity_utilization": { "type": "object"
"gadget": "Output_viewStationUtilisationGraph", },
"configuration": { "_cauchy": {
"plot": "bar", "description": "Cauchy",
"group": [], "properties": {
"family": "capacityStation", "location": {
"data": { "default": 0,
"utilization": [ "type": "number"
"meanUtilization" },
] "scale": {
} "default": 0,
}, "type": "number"
"type": "object_view", }
"title": "Average Capacity Utilization"
}
}, },
"input": { "title": "Cauchy",
"view_management": { "type": "object"
"gadget": "Input_viewDocumentManagement", },
"type": "object_view", "_exp": {
"title": "Manage document" "description": "Exponential",
}, "properties": {
"view_wip_spreadsheet": { "mean": {
"gadget": "Input_viewSpreadsheet", "default": 0,
"configuration": { "required": true,
"handsontable_options": { "type": "number"
"minSpareCols": 1 }
},
"columns": [
{
"type": "string",
"name": "Operation"
},
{
"type": "string",
"name": "Project1 (Rename)"
},
{
"type": "string",
"name": "Project2 (Rename)"
}
],
"extend": [
"x",
"y"
]
},
"type": "object_view",
"title": "Work in Progress Spreadsheet"
},
"view_projects_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
"columns": [
{
"type": "string",
"name": "Project ID"
},
{
"type": "string",
"name": "Order Date",
"format": "date"
},
{
"type": "string",
"name": "Due Date",
"format": "date"
},
{
"type": "number",
"name": "Assembly Space"
},
{
"type": "string",
"name": "Operation"
},
{
"type": "number",
"name": "Capacity Requirement"
},
{
"type": "string",
"name": "Earliest Start Date",
"format": "date"
}
],
"extend": [
"y"
]
},
"type": "object_view",
"title": "Projects Spreadsheet"
},
"view_run_simulation": {
"gadget": "Input_viewSimulation",
"type": "object_view",
"title": "Run Simulation"
},
"view_result": {
"gadget": "Input_viewResultList",
"type": "object_view",
"title": "Results"
},
"view_available_capacity_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
"handsontable_options": {
"minSpareCols": 1
},
"columns": [
{
"type": "string",
"name": "Day",
"format": "date-time"
},
{
"type": "string",
"name": "Station 1 (Rename)"
},
{
"type": "string",
"name": "Station 2 (Rename)"
}
],
"extend": [
"x",
"y"
]
},
"type": "object_view",
"title": "Available Capacity Spreadsheet"
},
"view": {
"gadget": "Input_viewProductionLine",
"type": "object_view",
"title": "ProductionLine"
}
}, },
"post_processing": { "title": "Exp",
"plugin_list": [] "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"
}
}, },
"processing_plugin": { "title": "Yes",
"_class": "dream.plugins.plugin.DefaultExecutionPlugin", "type": "object"
"input_id": "Simulation" },
} "_fixed": {
}, "description": "Fixed",
"graph": { "properties": {
"node": { "mean": {
"WELD": { "default": 0.75,
"coordinate": { "required": true,
"top": 0.47035271303157006, "type": "number"
"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"
},
"ASBTST": {
"coordinate": {
"top": 0.725986317834675,
"left": 0.4748049078628899
},
"requireFullProject": 1,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "ASBTST"
},
"EEP": {
"coordinate": {
"top": 0.08206596769592567,
"left": 0.47570913933753145
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "EEP"
},
"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
},
"requireFullProject": 1,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "PPASB",
"id": "PPASB"
},
"SMF": {
"coordinate": {
"top": 0.06693194658097301,
"left": 0.0679425723598465
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "SMF"
}
}, },
"edge": { "title": "Fixed",
"con_53": { "type": "object"
"source": "SMF", },
"destination": "WELD", "_gama": {
"_class": "Dream.Edge" "description": "Gama",
}, "properties": {
"con_129": { "rate": {
"source": "EEP", "default": 0,
"destination": "ASBTST", "required": true,
"_class": "Dream.Edge" "type": "number"
}, },
"con_111": { "shape": {
"source": "MCH", "default": 0,
"destination": "PPASB", "required": true,
"_class": "Dream.Edge" "type": "number"
}, }
"con_143": {
"source": "PPASB",
"destination": "PAINT",
"_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,
"numberOfReplications": "1",
"trace": "No",
"ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 10,
"seed": 1,
"timeUnit": "hour",
"maxSimTime": -1,
"currentDate": "2014/02/20",
"confidenceLevel": 0.95
},
"class_definition": {
"node": {
"required": [
"name",
"_class"
],
"type": "object",
"description": "Base definition for node",
"properties": {
"coordinate": {
"type": "object",
"properties": {
"top": "number",
"left": "number"
}
},
"_class": {
"type": "string"
},
"name": {
"type": "string"
}
}
}, },
"definitions": { "title": "Gama",
"_capacity": { "type": "object"
"default": 1, },
"oneOf": [ "_geometric": {
{ "description": "Geometric",
"enum": [ "properties": {
-1 "probability": {
] "default": 0,
}, "required": true,
{ "type": "number"
"multipleOf": 1 }
}
],
"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": {
"allOf": [
{
"type": "object",
"properties": {
"distribution": {
"default": "Fixed",
"enum": [
"Fixed",
"Exp",
"Normal",
"Lognormal",
"Binomial",
"Poisson",
"Logistic",
"Cauchy",
"Geometric",
"Gama",
"Weibull"
],
"type": "string"
}
}
},
{
"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"
}
]
}
]
},
"distributionTypes": {
"_geometric": {
"properties": {
"probability": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Geometric",
"title": "Geometric"
},
"_weibull": {
"properties": {
"shape": {
"default": 0,
"required": true,
"type": "number"
},
"scale": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Weibull",
"title": "Weibull"
},
"_exp": {
"properties": {
"mean": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Exponential",
"title": "Exp"
},
"_gama": {
"properties": {
"shape": {
"default": 0,
"required": true,
"type": "number"
},
"rate": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Gama",
"title": "Gama"
},
"_lognormal": {
"properties": {
"stdev": {
"default": 0,
"_class": "Dream.Property",
"type": "number",
"name": "Standard Deviation"
},
"mean": {
"default": 0,
"_class": "Dream.Property",
"type": "number",
"name": "Mean"
}
},
"type": "object",
"description": "Lognormal",
"title": "Lognormal"
},
"_normal": {
"properties": {
"stdev": {
"default": 0,
"required": true,
"type": "number"
},
"mean": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Normal",
"title": "Normal"
},
"_logistic": {
"properties": {
"scale": {
"default": 0,
"required": true,
"type": "number"
},
"location": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Logistic",
"title": "Logistic"
},
"_cauchy": {
"properties": {
"scale": {
"default": 0,
"type": "number"
},
"location": {
"default": 0,
"type": "number"
}
},
"type": "object",
"description": "Cauchy",
"title": "Cauchy"
},
"_binomial": {
"properties": {
"size": {
"default": 0,
"type": "number"
},
"mean": {
"default": 0,
"type": "number"
}
},
"type": "object",
"description": "Binomial",
"title": "Binomial"
},
"_poisson": {
"properties": {
"lambda": {
"default": 0,
"type": "number"
}
},
"type": "object",
"description": "Poisson",
"title": "Poisson"
},
"_failure": {
"properties": {
"Time to Repair": {
"$ref": "#/definitions/_dist"
},
"repairman": {
"required": true,
"type": "string",
"description": "Repairman"
},
"Time to Failure": {
"$ref": "#/definitions/_dist"
}
},
"type": "object",
"description": "Fixed",
"title": "Yes"
},
"_fixed": {
"properties": {
"mean": {
"default": 0.75,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Fixed",
"title": "Fixed"
},
"_no": {
"type": "string",
"description": "None",
"title": "No"
}
},
"_schedulingRule": {
"default": "FIFO",
"enum": [
"FIFO",
"Priority",
"EDD",
"EOD",
"NumStages",
"RPC",
"LPT",
"SPT",
"MS",
"WINQ",
"WT"
],
"type": "string",
"description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ"
}
}, },
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation": { "title": "Geometric",
"allOf": [ "type": "object"
{ },
"$ref": "#/node" "_logistic": {
}, "description": "Logistic",
{ "properties": {
"type": "object", "location": {
"properties": { "default": 0,
"requireFullProject": { "required": true,
"_default": 0, "type": "number"
"required": true, },
"type": "number", "scale": {
"description": "Is this station an assembly? Yes: 1, No: 0" "default": 0,
}, "required": true,
"name": { "type": "number"
"default": "Machine", }
"type": "string"
},
"id": {
"default": "M",
"required": true,
"type": "string"
}
}
}
],
"_class": "node",
"name": "Machine",
"css": {
"backgroundImage": "linear-gradient(to bottom, #fef 0%, #ede 100%)",
"border": "1px solid #cbc",
"backgroundColor": "#fef"
},
"description": "A station processing items for some time given by a distribution"
}, },
"edge": { "title": "Logistic",
"required": [ "type": "object"
"_class", },
"source", "_lognormal": {
"destination" "description": "Lognormal",
], "properties": {
"type": "object", "mean": {
"description": "Base definition for edge", "_class": "Dream.Property",
"properties": { "default": 0,
"source": { "name": "Mean",
"type": "string" "type": "number"
}, },
"destination": { "stdev": {
"type": "string" "_class": "Dream.Property",
}, "default": 0,
"_class": { "name": "Standard Deviation",
"type": "string" "type": "number"
}, }
"name": {
"type": "string"
}
}
}, },
"Dream.Edge": { "title": "Lognormal",
"_class": "edge", "type": "object"
"description": "Connect stations together", },
"allOf": [ "_no": {
{ "description": "None",
"$ref": "#/class_defintion/edge" "title": "No",
} "type": "string"
] },
} "_normal": {
}, "description": "Normal",
"result": { "properties": {
"result_list": [] "mean": {
}, "default": 0,
"input": { "required": true,
"wip_spreadsheet": [ "type": "number"
[ },
"Operation", "stdev": {
"P1", "default": 0,
"" "required": true,
], "type": "number"
[ }
"SMF", },
"80", "title": "Normal",
null "type": "object"
], },
[ "_poisson": {
"WELD", "description": "Poisson",
"0", "properties": {
null "lambda": {
], "default": 0,
[ "type": "number"
"CNC", }
"130", },
null "title": "Poisson",
], "type": "object"
[ },
"MCH", "_weibull": {
"125", "description": "Weibull",
null "properties": {
], "scale": {
[ "default": 0,
"EEP", "required": true,
"30", "type": "number"
null },
], "shape": {
[ "default": 0,
"PPASB", "required": true,
"0", "type": "number"
null }
], },
[ "title": "Weibull",
"PAINT", "type": "object"
"0", }
null }
], },
[ "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation": {
"ASBTST", "_class": "node",
"0", "allOf": [
null {
], "$ref": "#/node"
[ },
null, {
null, "properties": {
null "id": {
] "default": "M",
], "required": true,
"available_capacity_spreadsheet": [ "type": "string"
[ },
"DAY", "name": {
"SMF", "default": "Machine",
"WELD", "type": "string"
"CNC", },
"MCH", "pool": {
"EEP", "_default": "",
"PPASB", "description": "The pool of workers that is used for this station. If this station does not share resources leave empty",
"ASBTST", "required": false,
"PAINT", "type": "string"
null },
], "priority": {
[ "_default": "",
"MONDAY", "description": "The priority against other stations. If this station does not share resources leave empty",
"20", "required": false,
"70", "type": "number"
"90", },
"20", "requireFullProject": {
"290", "_default": 0,
"170", "description": "Is this station an assembly? Yes: 1, No: 0",
"170", "required": true,
"20", "type": "number"
null }
], },
[ "type": "object"
"TUESDAY", }
"30", ],
"170", "css": {
"190", "backgroundColor": "#fef",
"70", "backgroundImage": "linear-gradient(to bottom, #fef 0%, #ede 100%)",
"100", "border": "1px solid #cbc"
"270", },
"270", "description": "A station processing items for some time given by a distribution",
"20", "name": "Machine"
null },
], "edge": {
[ "description": "Base definition for edge",
"WEDNESDAY", "properties": {
"130", "_class": {
"270", "type": "string"
"290", },
"170", "destination": {
"200", "type": "string"
"370", },
"370", "name": {
"20", "type": "string"
null },
], "source": {
[ "type": "string"
"THURSDAY", }
"80", },
"80", "required": [
"390", "_class",
"270", "source",
"300", "destination"
"20", ],
"20", "type": "object"
"320", },
null "node": {
], "description": "Base definition for node",
[ "properties": {
"FRIDAY", "_class": {
"180", "type": "string"
"180", },
"490", "coordinate": {
"370", "properties": {
"390", "left": "number",
"20", "top": "number"
"20", },
"420", "type": "object"
null },
], "name": {
[ "type": "string"
"SATURDAY", }
"20", },
"20", "required": [
"20", "name",
"20", "_class"
"20", ],
"20", "type": "object"
"20", }
"20", },
null "constraints": {},
], "general": {
[ "assemblySpace": 600,
"SUNDAY", "confidenceLevel": 0.95,
"0", "currentDate": "2014/02/20",
"0", "ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"0", "maxSimTime": -1,
"0", "name": "CapacityProject1Order.json",
"0", "numberOfReplications": "1",
"0", "processTimeout": 10,
"0", "seed": 1,
"0", "timeUnit": "day",
null "trace": "No"
], },
[ "graph": {
"2014/02/22", "edge": {
"70", "con_111": {
"90", "_class": "Dream.Edge",
"80", "destination": "PPASB",
"20", "source": "MCH"
"70", },
"50", "con_129": {
"50", "_class": "Dream.Edge",
"70", "destination": "ASBTST",
null "source": "EEP"
], },
[ "con_143": {
"2014/03/01", "_class": "Dream.Edge",
"70", "destination": "PAINT",
"90", "source": "PPASB"
"80", },
"60", "con_155": {
"70", "_class": "Dream.Edge",
"80", "destination": "ASBTST",
"80", "source": "PAINT"
"170", },
null "con_53": {
], "_class": "Dream.Edge",
[ "destination": "WELD",
"2014/03/25", "source": "SMF"
"120", },
"170", "con_69": {
"80", "_class": "Dream.Edge",
"160", "destination": "PPASB",
"370", "source": "WELD"
"80", },
"80", "con_91": {
"170", "_class": "Dream.Edge",
null "destination": "PPASB",
], "source": "CNC"
[ }
"", },
null, "node": {
null, "ASBTST": {
null, "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
null, "coordinate": {
null, "left": 0.4748049078628899,
null, "top": 0.725986317834675
null, },
null, "id": "ASBTST",
null "name": "ASBTST",
] "pool": "ASB",
], "priority": 3,
"projects_spreadsheet": [ "requireFullProject": 1
[ },
"Project ID", "CNC": {
"Order Date", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"Due Date", "coordinate": {
"Assembly Space", "left": 0.19503291923602395,
"Operation", "top": 0.055153702206292815
"Capacity Requirement", },
"Earliest Start Date" "name": "CNC",
], "requireFullProject": 0
[ },
"P1", "EEP": {
"2014/01/26", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"2014/03/26", "coordinate": {
"400", "left": 0.47570913933753145,
"SMF", "top": 0.08206596769592567
"80", },
"" "name": "EEP",
], "requireFullProject": 0
[ },
"", "MCH": {
"", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"", "coordinate": {
"", "left": 0.3349253399057431,
"WELD", "top": 0.06653715527072322
"90", },
"" "name": "MCH",
], "requireFullProject": 0
[ },
"", "PAINT": {
"", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"", "coordinate": {
"", "left": 0.3111040179667153,
"CNC", "top": 0.7430615552634912
"130", },
"" "name": "PAINT",
], "requireFullProject": 0
[ },
"", "PPASB": {
"", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"", "coordinate": {
"", "left": 0.15782822210919625,
"MCH", "top": 0.7563202742806299
"125", },
"" "id": "PPASB",
], "name": "PPASB",
[ "pool": "ASB",
"", "priority": 2,
"", "requireFullProject": 1
"", },
"", "SMF": {
"EEP", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"30", "coordinate": {
"" "left": 0.0679425723598465,
], "top": 0.06693194658097301
[ },
"", "name": "SMF",
"", "requireFullProject": 0
"", },
"", "WELD": {
"PPASB", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"700", "coordinate": {
"" "left": 0.05224682159961414,
], "top": 0.47035271303157006
[ },
"", "name": "WELD",
"", "requireFullProject": 0
"", }
"", }
"PAINT", },
"50", "input": {
"" "available_capacity_spreadsheet": [
], [
[ "DAY",
"", "SMF",
"", "WELD",
"", "CNC",
"", "MCH",
"ASBTST", "EEP",
"300", "PPASB",
"" "ASBTST",
], "PAINT",
[ null
null, ],
null, [
null, "MONDAY",
null, "20",
null, "70",
null, "90",
null "20",
] "290",
] "170",
}, "170",
"constraints": {} "20",
null
],
[
"TUESDAY",
"30",
"170",
"190",
"70",
"100",
"270",
"270",
"20",
null
],
[
"WEDNESDAY",
"130",
"270",
"290",
"170",
"200",
"370",
"370",
"20",
null
],
[
"THURSDAY",
"80",
"80",
"390",
"270",
"300",
"20",
"20",
"320",
null
],
[
"FRIDAY",
"180",
"180",
"490",
"370",
"390",
"20",
"20",
"420",
null
],
[
"SATURDAY",
"20",
"20",
"20",
"20",
"20",
"20",
"20",
"20",
null
],
[
"SUNDAY",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
null
],
[
"2014/02/22",
"70",
"90",
"80",
"20",
"70",
"50",
"50",
"70",
null
],
[
"2014/03/01",
"70",
"90",
"80",
"60",
"70",
"80",
"80",
"170",
null
],
[
"2014/03/25",
"120",
"170",
"80",
"160",
"370",
"80",
"80",
"170",
null
],
[
"",
null,
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",
""
],
[
null,
null,
null,
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
]
]
},
"result": {
"result_list": []
}
} }
\ No newline at end of file
{ {
"application_configuration": { "application_configuration": {
"pre_processing": { "general": {
"plugin_list": [ "properties": {
{ "assemblySpace": {
"_class": "dream.plugins.CapacityStationsSetAssemblySpace.CapacityStationsSetAssemblySpace", "default": 100,
"input_id": "assemblySpace" "description": "Total assembly Space in square meters",
}, "title": "Assembly Space",
{ "type": "number"
"_class": "dream.plugins.AvailableCapacitySpreadsheet.AvailableCapacitySpreadsheet", },
"input_id": "availableCapacity" "confidenceLevel": {
}, "default": 0.95,
{ "description": "Confidence level for statistical analysis of stochastic experiments",
"_class": "dream.plugins.CapacityProjectSpreadsheet.CapacityProjectSpreadsheet", "title": "Confidence level",
"input_id": "capacityProject" "type": "number"
}, },
{ "currentDate": {
"_class": "dream.plugins.CreateCapacityStations.CreateCapacityStations", "default": "2014/10/01",
"input_id": "createCapacityStations" "description": "The day the experiment starts, in YYYY/MM/DD format",
}, "title": "SimulationStartTime",
{ "type": "string"
"_class": "dream.plugins.CapacityStationWIPSpreadsheet.CapacityStationWIPSpreadsheet", },
"input_id": "createCapacityStationWIP" "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"
}, },
"general": { {
"properties": { "oneOf": [
"assemblySpace": { {
"default": 100, "$ref": "#/definitions/distributionTypes/_failure"
"type": "number", },
"description": "Total assembly Space in square meters", {
"title": "Assembly Space" "$ref": "#/definitions/distributionTypes/_no"
}, }
"numberOfReplications": { ]
"default": 10, }
"type": "integer", ]
"description": "Number of replications to run", },
"title": "Number of replications" "_operationType": {
}, "default": "Automatic",
"trace": { "description": "the type of operations that are performed manually in the machine",
"default": "No", "enum": [
"enum": [ "Automatic",
"No", "Manual"
"Yes" ],
], "type": "string"
"type": "string", },
"description": "Create an excel trace file (Yes or No)", "_schedulingRule": {
"title": "OutputTrace" "default": "FIFO",
}, "description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ",
"ke_url": { "enum": [
"default": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls", "FIFO",
"type": "string", "Priority",
"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", "EDD",
"title": "URL for Knowledge Extraction Spreadsheet" "EOD",
}, "NumStages",
"processTimeout": { "RPC",
"default": 10, "LPT",
"type": "number", "SPT",
"description": "Number of seconds before the calculation process is interrupted", "MS",
"title": "ProcessTimeout" "WINQ",
}, "WT"
"seed": { ],
"default": "1", "type": "string"
"type": "number", },
"description": "When using the same seed, the random number generator produce the same sequence of numbers", "distributionTypes": {
"title": "Seed for random number generator" "_binomial": {
}, "description": "Binomial",
"timeUnit": { "properties": {
"default": "hour", "mean": {
"description": "Used for input and reporting widgets.", "default": 0,
"name": "Time unit", "type": "number"
"type": "string", },
"enum": [ "size": {
"minute", "default": 0,
"hour", "type": "number"
"day", }
"week",
"month",
"year"
]
},
"maxSimTime": {
"default": 100,
"type": "number",
"description": "Length of the simulation run",
"title": "Length of Experiment"
},
"currentDate": {
"default": "2014/10/01 08:00:00",
"type": "string",
"description": "The day the experiment starts, in YYYY/MM/DD DD:MM:SS format",
"title": "SimulationStartTime"
},
"confidenceLevel": {
"default": 0.95,
"type": "number",
"description": "Confidence level for statistical analysis of stochastic experiments",
"title": "Confidence level"
}
}
}, },
"output": { "title": "Binomial",
"view_mean_capacity_utilization": { "type": "object"
"gadget": "Output_viewStationUtilisationGraph", },
"configuration": { "_cauchy": {
"plot": "bar", "description": "Cauchy",
"group": [], "properties": {
"family": "capacityStation", "location": {
"data": { "default": 0,
"utilization": [ "type": "number"
"meanUtilization" },
] "scale": {
} "default": 0,
}, "type": "number"
"type": "object_view", }
"title": "Average Capacity Utilization"
}
}, },
"input": { "title": "Cauchy",
"view_management": { "type": "object"
"gadget": "Input_viewDocumentManagement", },
"type": "object_view", "_exp": {
"title": "Manage document" "description": "Exponential",
}, "properties": {
"view_wip_spreadsheet": { "mean": {
"gadget": "Input_viewSpreadsheet", "default": 0,
"configuration": { "required": true,
"handsontable_options": { "type": "number"
"minSpareCols": 1 }
},
"columns": [
{
"type": "string",
"name": "Operation"
},
{
"type": "string",
"name": "Project1 (Rename)"
},
{
"type": "string",
"name": "Project2 (Rename)"
}
],
"extend": [
"x",
"y"
]
},
"type": "object_view",
"title": "Work in Progress Spreadsheet"
},
"view_projects_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
"columns": [
{
"type": "string",
"name": "Project ID"
},
{
"type": "string",
"name": "Order Date",
"format": "date"
},
{
"type": "string",
"name": "Due Date",
"format": "date"
},
{
"type": "number",
"name": "Assembly Space"
},
{
"type": "string",
"name": "Operation"
},
{
"type": "number",
"name": "Capacity Requirement"
},
{
"type": "string",
"name": "Earliest Start Date",
"format": "date"
}
],
"extend": [
"y"
]
},
"type": "object_view",
"title": "Projects Spreadsheet"
},
"view_run_simulation": {
"gadget": "Input_viewSimulation",
"type": "object_view",
"title": "Run Simulation"
},
"view_result": {
"gadget": "Input_viewResultList",
"type": "object_view",
"title": "Results"
},
"view_available_capacity_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
"handsontable_options": {
"minSpareCols": 1
},
"columns": [
{
"type": "string",
"name": "Day",
"format": "date-time"
},
{
"type": "string",
"name": "Station 1 (Rename)"
},
{
"type": "string",
"name": "Station 2 (Rename)"
}
],
"extend": [
"x",
"y"
]
},
"type": "object_view",
"title": "Available Capacity Spreadsheet"
},
"view": {
"gadget": "Input_viewProductionLine",
"type": "object_view",
"title": "ProductionLine"
}
}, },
"post_processing": { "title": "Exp",
"plugin_list": [] "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"
}
}, },
"processing_plugin": { "title": "Yes",
"_class": "dream.plugins.plugin.DefaultExecutionPlugin", "type": "object"
"input_id": "Simulation" },
} "_fixed": {
}, "description": "Fixed",
"graph": { "properties": {
"node": { "mean": {
"WELD": { "default": 0.75,
"coordinate": { "required": true,
"top": 0.47035271303157006, "type": "number"
"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"
},
"ASBTST": {
"coordinate": {
"top": 0.725986317834675,
"left": 0.4748049078628899
},
"requireFullProject": 1,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "ASBTST"
},
"EEP": {
"coordinate": {
"top": 0.08206596769592567,
"left": 0.47570913933753145
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "EEP"
},
"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
},
"requireFullProject": 1,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "PPASB",
"id": "PPASB"
},
"SMF": {
"coordinate": {
"top": 0.06693194658097301,
"left": 0.0679425723598465
},
"requireFullProject": 0,
"_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"name": "SMF"
}
}, },
"edge": { "title": "Fixed",
"con_53": { "type": "object"
"source": "SMF", },
"destination": "WELD", "_gama": {
"_class": "Dream.Edge" "description": "Gama",
}, "properties": {
"con_129": { "rate": {
"source": "EEP", "default": 0,
"destination": "ASBTST", "required": true,
"_class": "Dream.Edge" "type": "number"
}, },
"con_111": { "shape": {
"source": "MCH", "default": 0,
"destination": "PPASB", "required": true,
"_class": "Dream.Edge" "type": "number"
}, }
"con_143": {
"source": "PPASB",
"destination": "PAINT",
"_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,
"numberOfReplications": "1",
"trace": "No",
"ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 10,
"seed": 1,
"timeUnit": "hour",
"maxSimTime": -1,
"currentDate": "2014/02/20",
"confidenceLevel": 0.95
},
"class_definition": {
"node": {
"required": [
"name",
"_class"
],
"type": "object",
"description": "Base definition for node",
"properties": {
"coordinate": {
"type": "object",
"properties": {
"top": "number",
"left": "number"
}
},
"_class": {
"type": "string"
},
"name": {
"type": "string"
}
}
}, },
"definitions": { "title": "Gama",
"_capacity": { "type": "object"
"default": 1, },
"oneOf": [ "_geometric": {
{ "description": "Geometric",
"enum": [ "properties": {
-1 "probability": {
] "default": 0,
}, "required": true,
{ "type": "number"
"multipleOf": 1 }
}
],
"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": {
"allOf": [
{
"type": "object",
"properties": {
"distribution": {
"default": "Fixed",
"enum": [
"Fixed",
"Exp",
"Normal",
"Lognormal",
"Binomial",
"Poisson",
"Logistic",
"Cauchy",
"Geometric",
"Gama",
"Weibull"
],
"type": "string"
}
}
},
{
"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"
}
]
}
]
},
"distributionTypes": {
"_geometric": {
"properties": {
"probability": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Geometric",
"title": "Geometric"
},
"_weibull": {
"properties": {
"shape": {
"default": 0,
"required": true,
"type": "number"
},
"scale": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Weibull",
"title": "Weibull"
},
"_exp": {
"properties": {
"mean": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Exponential",
"title": "Exp"
},
"_gama": {
"properties": {
"shape": {
"default": 0,
"required": true,
"type": "number"
},
"rate": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Gama",
"title": "Gama"
},
"_lognormal": {
"properties": {
"stdev": {
"default": 0,
"_class": "Dream.Property",
"type": "number",
"name": "Standard Deviation"
},
"mean": {
"default": 0,
"_class": "Dream.Property",
"type": "number",
"name": "Mean"
}
},
"type": "object",
"description": "Lognormal",
"title": "Lognormal"
},
"_normal": {
"properties": {
"stdev": {
"default": 0,
"required": true,
"type": "number"
},
"mean": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Normal",
"title": "Normal"
},
"_logistic": {
"properties": {
"scale": {
"default": 0,
"required": true,
"type": "number"
},
"location": {
"default": 0,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Logistic",
"title": "Logistic"
},
"_cauchy": {
"properties": {
"scale": {
"default": 0,
"type": "number"
},
"location": {
"default": 0,
"type": "number"
}
},
"type": "object",
"description": "Cauchy",
"title": "Cauchy"
},
"_binomial": {
"properties": {
"size": {
"default": 0,
"type": "number"
},
"mean": {
"default": 0,
"type": "number"
}
},
"type": "object",
"description": "Binomial",
"title": "Binomial"
},
"_poisson": {
"properties": {
"lambda": {
"default": 0,
"type": "number"
}
},
"type": "object",
"description": "Poisson",
"title": "Poisson"
},
"_failure": {
"properties": {
"Time to Repair": {
"$ref": "#/definitions/_dist"
},
"repairman": {
"required": true,
"type": "string",
"description": "Repairman"
},
"Time to Failure": {
"$ref": "#/definitions/_dist"
}
},
"type": "object",
"description": "Fixed",
"title": "Yes"
},
"_fixed": {
"properties": {
"mean": {
"default": 0.75,
"required": true,
"type": "number"
}
},
"type": "object",
"description": "Fixed",
"title": "Fixed"
},
"_no": {
"type": "string",
"description": "None",
"title": "No"
}
},
"_schedulingRule": {
"default": "FIFO",
"enum": [
"FIFO",
"Priority",
"EDD",
"EOD",
"NumStages",
"RPC",
"LPT",
"SPT",
"MS",
"WINQ",
"WT"
],
"type": "string",
"description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ"
}
}, },
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation": { "title": "Geometric",
"allOf": [ "type": "object"
{ },
"$ref": "#/node" "_logistic": {
}, "description": "Logistic",
{ "properties": {
"type": "object", "location": {
"properties": { "default": 0,
"requireFullProject": { "required": true,
"_default": 0, "type": "number"
"required": true, },
"type": "number", "scale": {
"description": "Is this station an assembly? Yes: 1, No: 0" "default": 0,
}, "required": true,
"name": { "type": "number"
"default": "Machine", }
"type": "string"
},
"id": {
"default": "M",
"required": true,
"type": "string"
}
}
}
],
"_class": "node",
"name": "Machine",
"css": {
"backgroundImage": "linear-gradient(to bottom, #fef 0%, #ede 100%)",
"border": "1px solid #cbc",
"backgroundColor": "#fef"
},
"description": "A station processing items for some time given by a distribution"
}, },
"edge": { "title": "Logistic",
"required": [ "type": "object"
"_class", },
"source", "_lognormal": {
"destination" "description": "Lognormal",
], "properties": {
"type": "object", "mean": {
"description": "Base definition for edge", "_class": "Dream.Property",
"properties": { "default": 0,
"source": { "name": "Mean",
"type": "string" "type": "number"
}, },
"destination": { "stdev": {
"type": "string" "_class": "Dream.Property",
}, "default": 0,
"_class": { "name": "Standard Deviation",
"type": "string" "type": "number"
}, }
"name": {
"type": "string"
}
}
}, },
"Dream.Edge": { "title": "Lognormal",
"_class": "edge", "type": "object"
"description": "Connect stations together", },
"allOf": [ "_no": {
{ "description": "None",
"$ref": "#/class_defintion/edge" "title": "No",
} "type": "string"
] },
} "_normal": {
}, "description": "Normal",
"result": { "properties": {
"result_list": [] "mean": {
}, "default": 0,
"input": { "required": true,
"wip_spreadsheet": [ "type": "number"
[ },
"Operation", "stdev": {
"P1", "default": 0,
"P2", "required": true,
"P3", "type": "number"
null }
], },
[ "title": "Normal",
"SMF", "type": "object"
"80", },
"70", "_poisson": {
"130", "description": "Poisson",
null "properties": {
], "lambda": {
[ "default": 0,
"WELD", "type": "number"
"0", }
"0", },
"0", "title": "Poisson",
null "type": "object"
], },
[ "_weibull": {
"CNC", "description": "Weibull",
"130", "properties": {
"45", "scale": {
"145", "default": 0,
null "required": true,
], "type": "number"
[ },
"MCH", "shape": {
"125", "default": 0,
"90", "required": true,
"90", "type": "number"
null }
], },
[ "title": "Weibull",
"EEP", "type": "object"
"30", }
"50", }
"35", },
null "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation": {
], "_class": "node",
[ "allOf": [
"PPASB", {
"0", "$ref": "#/node"
"0", },
"0", {
null "properties": {
], "id": {
[ "default": "M",
"PAINT", "required": true,
"0", "type": "string"
"0", },
"0", "name": {
null "default": "Machine",
], "type": "string"
[ },
"ASBTST", "pool": {
"0", "_default": "",
"0", "description": "The pool of workers that is used for this station. If this station does not share resources leave empty",
"0", "required": false,
null "type": "string"
], },
[ "priority": {
null, "_default": "",
null, "description": "The priority against other stations. If this station does not share resources leave empty",
"", "required": false,
null, "type": "number"
null },
] "requireFullProject": {
], "_default": 0,
"available_capacity_spreadsheet": [ "description": "Is this station an assembly? Yes: 1, No: 0",
[ "required": true,
"DAY", "type": "number"
"SMF", }
"WELD", },
"CNC", "type": "object"
"MCH", }
"EEP", ],
"PPASB", "css": {
"ASBTST", "backgroundColor": "#fef",
"PAINT", "backgroundImage": "linear-gradient(to bottom, #fef 0%, #ede 100%)",
null "border": "1px solid #cbc"
], },
[ "description": "A station processing items for some time given by a distribution",
"MONDAY", "name": "Machine"
"20", },
"70", "edge": {
"90", "description": "Base definition for edge",
"20", "properties": {
"290", "_class": {
"170", "type": "string"
"170", },
"20", "destination": {
null "type": "string"
], },
[ "name": {
"TUESDAY", "type": "string"
"30", },
"170", "source": {
"190", "type": "string"
"70", }
"100", },
"270", "required": [
"270", "_class",
"20", "source",
null "destination"
], ],
[ "type": "object"
"WEDNESDAY", },
"130", "node": {
"270", "description": "Base definition for node",
"290", "properties": {
"170", "_class": {
"200", "type": "string"
"370", },
"370", "coordinate": {
"20", "properties": {
null "left": "number",
], "top": "number"
[ },
"THURSDAY", "type": "object"
"80", },
"80", "name": {
"390", "type": "string"
"270", }
"300", },
"20", "required": [
"20", "name",
"320", "_class"
null ],
], "type": "object"
[ }
"FRIDAY", },
"180", "constraints": {},
"180", "general": {
"490", "assemblySpace": 600,
"370", "confidenceLevel": 0.95,
"390", "currentDate": "2014/02/20",
"20", "ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"20", "maxSimTime": -1,
"420", "name": "CapacityProject7Orders.json",
null "numberOfReplications": "1",
], "processTimeout": 10,
[ "seed": 1,
"SATURDAY", "timeUnit": "day",
"20", "trace": "No"
"20", },
"20", "graph": {
"20", "edge": {
"20", "con_111": {
"20", "_class": "Dream.Edge",
"20", "destination": "PPASB",
"20", "source": "MCH"
null },
], "con_129": {
[ "_class": "Dream.Edge",
"SUNDAY", "destination": "ASBTST",
"0", "source": "EEP"
"0", },
"0", "con_143": {
"0", "_class": "Dream.Edge",
"0", "destination": "PAINT",
"0", "source": "PPASB"
"0", },
"0", "con_155": {
null "_class": "Dream.Edge",
], "destination": "ASBTST",
[ "source": "PAINT"
"2014/03/22", },
"70", "con_53": {
"90", "_class": "Dream.Edge",
"80", "destination": "WELD",
"20", "source": "SMF"
"70", },
"50", "con_69": {
"50", "_class": "Dream.Edge",
"70", "destination": "PPASB",
null "source": "WELD"
], },
[ "con_91": {
"2014/04/24", "_class": "Dream.Edge",
"70", "destination": "PPASB",
"90", "source": "CNC"
"80", }
"60", },
"70", "node": {
"80", "ASBTST": {
"80", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"170", "coordinate": {
null "left": 0.4748049078628899,
], "top": 0.725986317834675
[ },
"2014/03/25", "id": "ASBTST",
"120", "name": "ASBTST",
"170", "pool": "ASB",
"80", "priority": 3,
"160", "requireFullProject": 1
"370", },
"80", "CNC": {
"80", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"170", "coordinate": {
null "left": 0.19503291923602395,
], "top": 0.055153702206292815
[ },
"", "name": "CNC",
null, "requireFullProject": 0
null, },
null, "EEP": {
null, "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
null, "coordinate": {
null, "left": 0.47570913933753145,
null, "top": 0.08206596769592567
null, },
null "name": "EEP",
] "requireFullProject": 0
], },
"projects_spreadsheet": [ "MCH": {
[ "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"Project ID", "coordinate": {
"Order Date", "left": 0.3349253399057431,
"Due Date", "top": 0.06653715527072322
"Assembly Space", },
"Operation", "name": "MCH",
"Capacity Requirement", "requireFullProject": 0
"Earliest Start Date" },
], "PAINT": {
[ "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"P1", "coordinate": {
"2014/01/26", "left": 0.3111040179667153,
"2014/03/26", "top": 0.7430615552634912
"400", },
"SMF", "name": "PAINT",
"80", "requireFullProject": 0
"" },
], "PPASB": {
[ "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"", "coordinate": {
"", "left": 0.15782822210919625,
"", "top": 0.7563202742806299
"", },
"WELD", "id": "PPASB",
"90", "name": "PPASB",
"" "pool": "ASB",
], "priority": 1,
[ "requireFullProject": 1
"", },
"", "SMF": {
"", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"", "coordinate": {
"CNC", "left": 0.0679425723598465,
"130", "top": 0.06693194658097301
"" },
], "name": "SMF",
[ "requireFullProject": 0
"", },
"", "WELD": {
"", "_class": "dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation",
"", "coordinate": {
"MCH", "left": 0.05224682159961414,
"125", "top": 0.47035271303157006
"" },
], "name": "WELD",
[ "requireFullProject": 0
"", }
"", }
"", },
"", "input": {
"EEP", "available_capacity_spreadsheet": [
"30", [
"" "DAY",
], "SMF",
[ "WELD",
"", "CNC",
"", "MCH",
"", "EEP",
"", "ASB",
"PPASB", "PAINT",
"700", ""
"" ],
], [
[ "MONDAY",
"", "20",
"", "70",
"", "90",
"", "20",
"PAINT", "290",
"50", "170",
"" "20",
], ""
[ ],
"", [
"", "TUESDAY",
"", "30",
"", "170",
"ASBTST", "190",
"300", "70",
"" "100",
], "270",
[ "20",
"P2", ""
"2014/01/26", ],
"2014/04/04", [
"300", "WEDNESDAY",
"SMF", "130",
"70", "270",
null "290",
], "170",
[ "200",
"", "370",
"", "20",
"", ""
"", ],
"WELD", [
"180", "THURSDAY",
null "80",
], "80",
[ "390",
"", "270",
"", "300",
"", "20",
"", "320",
"CNC", ""
"45", ],
null [
], "FRIDAY",
[ "180",
"", "180",
"", "490",
"", "370",
"", "390",
"MCH", "20",
"90", "420",
null ""
], ],
[ [
"", "SATURDAY",
"", "20",
"", "20",
"", "20",
"EEP", "20",
"50", "20",
null "20",
], "20",
[ ""
"", ],
"", [
"", "SUNDAY",
"", "0",
"PPASB", "0",
"900", "0",
null "0",
], "0",
[ "0",
"", "0",
"", ""
"", ],
"", [
"PAINT", "2014/03/22",
"250", "70",
null "90",
], "80",
[ "20",
"", "70",
"", "50",
"", "70",
"", ""
"ASBTST", ],
"380", [
null "2014/04/24",
], "70",
[ "90",
"P3", "80",
"2014/01/26", "60",
"", "70",
"400", "80",
"SMF", "170",
"130", ""
null ],
], [
[ "2014/03/25",
"", "120",
"", "170",
"", "80",
"", "160",
"WELD", "370",
"115", "80",
null "170",
], ""
[ ],
"", [
"", "",
"", null,
"", null,
"CNC", null,
"145", null,
null null,
], null,
[ null,
"", null
"", ]
"", ],
"", "projects_spreadsheet": [
"MCH", [
"90", "Project ID",
null "Order Date",
], "Due Date",
[ "Assembly Space",
"", "Operation",
"", "Capacity Requirement",
"", "Earliest Start Date"
"", ],
"EEP", [
"35", "P1",
null "2014/01/26",
], "2014/03/26",
[ "400",
"", "SMF",
"", "80",
"", ""
"", ],
"PPASB", [
"600", "",
null "",
], "",
[ "",
"", "WELD",
"", "90",
"", ""
"", ],
"PAINT", [
"100", "",
null "",
], "",
[ "",
"", "CNC",
"", "130",
"", ""
"", ],
"ASBTST", [
"130", "",
null "",
], "",
[ "",
null, "MCH",
null, "125",
null, ""
null, ],
null, [
null, "",
null "",
] "",
] "",
}, "EEP",
"constraints": {} "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
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
"type": "number" "type": "number"
}, },
"currentDate": { "currentDate": {
"default": "2014/10/01 08:00:00", "default": "2014/10/01",
"description": "The day the experiment starts, in YYYY/MM/DD HH:MM:SS format", "description": "The day the experiment starts, in YYYY/MM/DD format",
"title": "SimulationStartTime", "title": "SimulationStartTime",
"type": "string" "type": "string"
}, },
...@@ -51,19 +51,19 @@ ...@@ -51,19 +51,19 @@
"type": "number" "type": "number"
}, },
"timeUnit": { "timeUnit": {
"default": "hour", "default": "day",
"description": "Used for input and reporting widgets.", "description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [ "enum": [
"minute", "minute",
"hour", "hour",
"day", "day",
"week", "week",
"month", "month",
"year" "year"
] ],
}, "name": "Time unit",
"type": "string"
},
"trace": { "trace": {
"default": "No", "default": "No",
"description": "Create an excel trace file (Yes or No)", "description": "Create an excel trace file (Yes or No)",
...@@ -77,6 +77,11 @@ ...@@ -77,6 +77,11 @@
} }
}, },
"input": { "input": {
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view": { "view": {
"gadget": "Input_viewProductionLine", "gadget": "Input_viewProductionLine",
"title": "ProductionLine", "title": "ProductionLine",
...@@ -198,25 +203,49 @@ ...@@ -198,25 +203,49 @@
"type": "object_view" "type": "object_view"
} }
}, },
"output": { "output": {
"view_station_utilization": { "view_project_gantt": {
"configuration": { "configuration": {
"output_id": "station_utilization" "output_id": "capacity_project_gantt"
}, },
"gadget": "Output_viewGraph", "gadget": "Output_viewGantt",
"title": "Station Utilization", "title": "Project Schedule",
"type": "object_view" "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": { "post_processing": {
"plugin_list": [ "plugin_list": [
{ {
"_class": "dream.plugins.CapacityProjectStationUtilization.CapacityProjectStationUtilization", "_class": "dream.plugins.CapacityProjectStationUtilization.CapacityProjectStationUtilization",
"family": "CapacityStation", "family": "CapacityStation",
"output_id": "station_utilization" "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": { "pre_processing": {
"plugin_list": [ "plugin_list": [
{ {
...@@ -435,11 +464,13 @@ ...@@ -435,11 +464,13 @@
"_failure": { "_failure": {
"description": "Fixed", "description": "Fixed",
"properties": { "properties": {
"Time to Failure": { "TTF": {
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist",
"name": "Time to Failure"
}, },
"Time to Repair": { "TTR": {
"$ref": "#/definitions/_dist" "$ref": "#/definitions/_dist",
"name": "Time to Repair"
}, },
"repairman": { "repairman": {
"description": "Repairman", "description": "Repairman",
...@@ -596,6 +627,18 @@ ...@@ -596,6 +627,18 @@
"default": "Machine", "default": "Machine",
"type": "string" "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": { "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",
...@@ -668,10 +711,11 @@ ...@@ -668,10 +711,11 @@
"currentDate": "2014/02/20", "currentDate": "2014/02/20",
"ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls", "ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"maxSimTime": -1, "maxSimTime": -1,
"name": "CapacityProject7Orders.json",
"numberOfReplications": "1", "numberOfReplications": "1",
"processTimeout": 10, "processTimeout": 10,
"seed": 1, "seed": 1,
"timeUnit": "hour", "timeUnit": "day",
"trace": "No" "trace": "No"
}, },
"graph": { "graph": {
...@@ -719,7 +763,10 @@ ...@@ -719,7 +763,10 @@
"left": 0.4748049078628899, "left": 0.4748049078628899,
"top": 0.725986317834675 "top": 0.725986317834675
}, },
"id": "ASBTST",
"name": "ASBTST", "name": "ASBTST",
"pool": "ASB",
"priority": 3,
"requireFullProject": 1 "requireFullProject": 1
}, },
"CNC": { "CNC": {
...@@ -766,6 +813,8 @@ ...@@ -766,6 +813,8 @@
}, },
"id": "PPASB", "id": "PPASB",
"name": "PPASB", "name": "PPASB",
"pool": "ASB",
"priority": 1,
"requireFullProject": 1 "requireFullProject": 1
}, },
"SMF": { "SMF": {
...@@ -797,10 +846,9 @@ ...@@ -797,10 +846,9 @@
"CNC", "CNC",
"MCH", "MCH",
"EEP", "EEP",
"PPASB", "ASB",
"ASBTST",
"PAINT", "PAINT",
null ""
], ],
[ [
"MONDAY", "MONDAY",
...@@ -810,9 +858,8 @@ ...@@ -810,9 +858,8 @@
"20", "20",
"290", "290",
"170", "170",
"170",
"20", "20",
null ""
], ],
[ [
"TUESDAY", "TUESDAY",
...@@ -822,9 +869,8 @@ ...@@ -822,9 +869,8 @@
"70", "70",
"100", "100",
"270", "270",
"270",
"20", "20",
null ""
], ],
[ [
"WEDNESDAY", "WEDNESDAY",
...@@ -834,9 +880,8 @@ ...@@ -834,9 +880,8 @@
"170", "170",
"200", "200",
"370", "370",
"370",
"20", "20",
null ""
], ],
[ [
"THURSDAY", "THURSDAY",
...@@ -846,9 +891,8 @@ ...@@ -846,9 +891,8 @@
"270", "270",
"300", "300",
"20", "20",
"20",
"320", "320",
null ""
], ],
[ [
"FRIDAY", "FRIDAY",
...@@ -858,9 +902,8 @@ ...@@ -858,9 +902,8 @@
"370", "370",
"390", "390",
"20", "20",
"20",
"420", "420",
null ""
], ],
[ [
"SATURDAY", "SATURDAY",
...@@ -871,8 +914,7 @@ ...@@ -871,8 +914,7 @@
"20", "20",
"20", "20",
"20", "20",
"20", ""
null
], ],
[ [
"SUNDAY", "SUNDAY",
...@@ -883,8 +925,7 @@ ...@@ -883,8 +925,7 @@
"0", "0",
"0", "0",
"0", "0",
"0", ""
null
], ],
[ [
"2014/03/22", "2014/03/22",
...@@ -894,9 +935,8 @@ ...@@ -894,9 +935,8 @@
"20", "20",
"70", "70",
"50", "50",
"50",
"70", "70",
null ""
], ],
[ [
"2014/04/24", "2014/04/24",
...@@ -906,9 +946,8 @@ ...@@ -906,9 +946,8 @@
"60", "60",
"70", "70",
"80", "80",
"80",
"170", "170",
null ""
], ],
[ [
"2014/03/25", "2014/03/25",
...@@ -918,9 +957,8 @@ ...@@ -918,9 +957,8 @@
"160", "160",
"370", "370",
"80", "80",
"80",
"170", "170",
null ""
], ],
[ [
"", "",
...@@ -931,7 +969,6 @@ ...@@ -931,7 +969,6 @@
null, null,
null, null,
null, null,
null,
null null
] ]
], ],
...@@ -1573,1759 +1610,6 @@ ...@@ -1573,1759 +1610,6 @@
] ]
}, },
"result": { "result": {
"result_list": [ "result_list": []
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.CapacityProject",
"family": "Job",
"id": "P1",
"results": {
"schedule": [
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "EEP"
},
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "SMF"
},
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "CNC"
},
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "MCH"
},
{
"entranceTime": 1,
"exitTime": 2,
"stationId": "WELD"
},
{
"entranceTime": 2,
"exitTime": 7,
"stationId": "PPASB"
},
{
"entranceTime": 7,
"exitTime": 8,
"stationId": "PAINT"
},
{
"entranceTime": 16,
"exitTime": 20,
"stationId": "ASBTST"
}
]
}
},
{
"_class": "Dream.CapacityProject",
"family": "Job",
"id": "P2",
"results": {
"schedule": [
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "EEP"
},
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "CNC"
},
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "MCH"
},
{
"entranceTime": 1,
"exitTime": 2,
"stationId": "SMF"
},
{
"entranceTime": 2,
"exitTime": 6,
"stationId": "WELD"
},
{
"entranceTime": 7,
"exitTime": 16,
"stationId": "PPASB"
},
{
"entranceTime": 16,
"exitTime": 22,
"stationId": "PAINT"
},
{
"entranceTime": 26,
"exitTime": 28,
"stationId": "ASBTST"
}
]
}
},
{
"_class": "Dream.CapacityProject",
"family": "Job",
"id": "P3",
"results": {
"schedule": [
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "EEP"
},
{
"entranceTime": 0,
"exitTime": 1,
"stationId": "CNC"
},
{
"entranceTime": 0,
"exitTime": 2,
"stationId": "MCH"
},
{
"entranceTime": 1,
"exitTime": 3,
"stationId": "SMF"
},
{
"entranceTime": 5,
"exitTime": 7,
"stationId": "WELD"
},
{
"entranceTime": 20,
"exitTime": 26,
"stationId": "PPASB"
},
{
"entranceTime": 26,
"exitTime": 29,
"stationId": "PAINT"
},
{
"entranceTime": 29,
"exitTime": 33,
"stationId": "ASBTST"
}
]
}
},
{
"_class": "Dream.CapacityStationExit",
"family": "Exit",
"id": "ASBTST_E",
"results": {
"lifespan": [
25.625
],
"takt_time": [
4.125
],
"throughput": [
8
]
}
},
{
"_class": "Dream.CapacityStation",
"family": "CapacityStation",
"id": "EEP",
"results": {
"capacityUsed": [
{
"P1": 30,
"P2": 50,
"P3": 35,
"period": 0,
"utilization": 0.38333333333333336
},
{
"period": 1,
"utilization": 0
},
{
"period": 2,
"utilization": 0
},
{
"period": 3,
"utilization": 0
},
{
"period": 4,
"utilization": 0
},
{
"period": 5,
"utilization": 0
},
{
"period": 6,
"utilization": 0
},
{
"period": 7,
"utilization": 0
},
{
"period": 8,
"utilization": 0
},
{
"period": 9,
"utilization": 0
},
{
"period": 10,
"utilization": 0
},
{
"period": 11,
"utilization": 0
},
{
"period": 12,
"utilization": 0
},
{
"period": 13,
"utilization": 0
},
{
"period": 14,
"utilization": 0
},
{
"period": 15,
"utilization": 0
},
{
"period": 16,
"utilization": 0
},
{
"period": 17,
"utilization": 0
},
{
"period": 18,
"utilization": 0
},
{
"period": 19,
"utilization": 0
},
{
"period": 20,
"utilization": 0
},
{
"period": 21,
"utilization": 0
},
{
"period": 22,
"utilization": 0
},
{
"period": 23,
"utilization": 0
},
{
"period": 24,
"utilization": 0
},
{
"period": 25,
"utilization": 0
},
{
"period": 26,
"utilization": 0
},
{
"period": 27,
"utilization": 0
},
{
"period": 28,
"utilization": 0
},
{
"period": 29,
"utilization": 0
},
{
"period": 30,
"utilization": 0
},
{
"period": 31,
"utilization": 0
},
{
"period": 32,
"utilization": 0
}
],
"detailedWorkPlan": [
{
"allocation": 30,
"operation": "EEP",
"project": "P1",
"time": 0
},
{
"allocation": 50,
"operation": "EEP",
"project": "P2",
"time": 0
},
{
"allocation": 35,
"operation": "EEP",
"project": "P3",
"time": 0
}
],
"meanUtilization": 0.011616161616161616
}
},
{
"_class": "Dream.CapacityStationBuffer",
"family": "Buffer",
"id": "CNC_B",
"results": {}
},
{
"_class": "Dream.CapacityStation",
"family": "CapacityStation",
"id": "SMF",
"results": {
"capacityUsed": [
{
"P1": 80,
"period": 0,
"utilization": 1
},
{
"P2": 70,
"P3": 110,
"period": 1,
"utilization": 1
},
{
"P3": 20,
"period": 2,
"utilization": 1
},
{
"period": 3,
"utilization": 0
},
{
"period": 4,
"utilization": 0
},
{
"period": 5,
"utilization": 0
},
{
"period": 6,
"utilization": 0
},
{
"period": 7,
"utilization": 0
},
{
"period": 8,
"utilization": 0
},
{
"period": 9,
"utilization": 0
},
{
"period": 10,
"utilization": 0
},
{
"period": 11,
"utilization": 0
},
{
"period": 12,
"utilization": 0
},
{
"period": 13,
"utilization": 0
},
{
"period": 14,
"utilization": 0
},
{
"period": 15,
"utilization": 0
},
{
"period": 16,
"utilization": 0
},
{
"period": 17,
"utilization": 0
},
{
"period": 18,
"utilization": 0
},
{
"period": 19,
"utilization": 0
},
{
"period": 20,
"utilization": 0
},
{
"period": 21,
"utilization": 0
},
{
"period": 22,
"utilization": 0
},
{
"period": 23,
"utilization": 0
},
{
"period": 24,
"utilization": 0
},
{
"period": 25,
"utilization": 0
},
{
"period": 26,
"utilization": 0
},
{
"period": 27,
"utilization": 0
},
{
"period": 28,
"utilization": 0
},
{
"period": 29,
"utilization": 0
},
{
"period": 30,
"utilization": 0
},
{
"period": 31,
"utilization": 0
},
{
"period": 32,
"utilization": 0
}
],
"detailedWorkPlan": [
{
"allocation": 80,
"operation": "SMF",
"project": "P1",
"time": 0
},
{
"allocation": 70,
"operation": "SMF",
"project": "P2",
"time": 1
},
{
"allocation": 110,
"operation": "SMF",
"project": "P3",
"time": 1
},
{
"allocation": 20,
"operation": "SMF",
"project": "P3",
"time": 2
}
],
"meanUtilization": 0.09090909090909091
}
},
{
"_class": "Dream.CapacityStation",
"family": "CapacityStation",
"id": "WELD",
"results": {
"capacityUsed": [
{
"period": 0,
"utilization": 0
},
{
"P1": 90,
"period": 1,
"utilization": 0.5
},
{
"P2": 20,
"period": 2,
"utilization": 1
},
{
"period": 3,
"utilization": 0
},
{
"P2": 70,
"period": 4,
"utilization": 1
},
{
"P2": 90,
"P3": 80,
"period": 5,
"utilization": 1
},
{
"P3": 35,
"period": 6,
"utilization": 0.12962962962962962
},
{
"period": 7,
"utilization": 0
},
{
"period": 8,
"utilization": 0
},
{
"period": 9,
"utilization": 0
},
{
"period": 10,
"utilization": 0
},
{
"period": 11,
"utilization": 0
},
{
"period": 12,
"utilization": 0
},
{
"period": 13,
"utilization": 0
},
{
"period": 14,
"utilization": 0
},
{
"period": 15,
"utilization": 0
},
{
"period": 16,
"utilization": 0
},
{
"period": 17,
"utilization": 0
},
{
"period": 18,
"utilization": 0
},
{
"period": 19,
"utilization": 0
},
{
"period": 20,
"utilization": 0
},
{
"period": 21,
"utilization": 0
},
{
"period": 22,
"utilization": 0
},
{
"period": 23,
"utilization": 0
},
{
"period": 24,
"utilization": 0
},
{
"period": 25,
"utilization": 0
},
{
"period": 26,
"utilization": 0
},
{
"period": 27,
"utilization": 0
},
{
"period": 28,
"utilization": 0
},
{
"period": 29,
"utilization": 0
},
{
"period": 30,
"utilization": 0
},
{
"period": 31,
"utilization": 0
},
{
"period": 32,
"utilization": 0
}
],
"detailedWorkPlan": [
{
"allocation": 90,
"operation": "WELD",
"project": "P1",
"time": 1
},
{
"allocation": 20,
"operation": "WELD",
"project": "P2",
"time": 2
},
{
"allocation": 70,
"operation": "WELD",
"project": "P2",
"time": 4
},
{
"allocation": 90,
"operation": "WELD",
"project": "P2",
"time": 5
},
{
"allocation": 80,
"operation": "WELD",
"project": "P3",
"time": 5
},
{
"allocation": 35,
"operation": "WELD",
"project": "P3",
"time": 6
}
],
"meanUtilization": 0.10998877665544332
}
},
{
"_class": "Dream.CapacityStation",
"family": "CapacityStation",
"id": "ASBTST",
"results": {
"capacityUsed": [
{
"period": 0,
"utilization": 0
},
{
"period": 1,
"utilization": 0
},
{
"period": 2,
"utilization": 0
},
{
"period": 3,
"utilization": 0
},
{
"period": 4,
"utilization": 0
},
{
"period": 5,
"utilization": 0
},
{
"period": 6,
"utilization": 0
},
{
"period": 7,
"utilization": 0
},
{
"period": 8,
"utilization": 0
},
{
"period": 9,
"utilization": 0
},
{
"period": 10,
"utilization": 0
},
{
"period": 11,
"utilization": 0
},
{
"period": 12,
"utilization": 0
},
{
"period": 13,
"utilization": 0
},
{
"period": 14,
"utilization": 0
},
{
"period": 15,
"utilization": 0
},
{
"P1": 20,
"period": 16,
"utilization": 1
},
{
"period": 17,
"utilization": 0
},
{
"P1": 170,
"period": 18,
"utilization": 1
},
{
"P1": 110,
"period": 19,
"utilization": 0.4074074074074074
},
{
"period": 20,
"utilization": 0
},
{
"period": 21,
"utilization": 0
},
{
"period": 22,
"utilization": 0
},
{
"period": 23,
"utilization": 0
},
{
"period": 24,
"utilization": 0
},
{
"period": 25,
"utilization": 0
},
{
"P2": 270,
"period": 26,
"utilization": 1
},
{
"P2": 110,
"period": 27,
"utilization": 0.2972972972972973
},
{
"period": 28,
"utilization": 0
},
{
"P3": 20,
"period": 29,
"utilization": 1
},
{
"P3": 50,
"period": 30,
"utilization": 1
},
{
"period": 31,
"utilization": 0
},
{
"P3": 60,
"period": 32,
"utilization": 0.35294117647058826
}
],
"detailedWorkPlan": [
{
"allocation": 20,
"operation": "ASBTST",
"project": "P1",
"time": 16
},
{
"allocation": 170,
"operation": "ASBTST",
"project": "P1",
"time": 18
},
{
"allocation": 110,
"operation": "ASBTST",
"project": "P1",
"time": 19
},
{
"allocation": 270,
"operation": "ASBTST",
"project": "P2",
"time": 26
},
{
"allocation": 110,
"operation": "ASBTST",
"project": "P2",
"time": 27
},
{
"allocation": 20,
"operation": "ASBTST",
"project": "P3",
"time": 29
},
{
"allocation": 50,
"operation": "ASBTST",
"project": "P3",
"time": 30
},
{
"allocation": 60,
"operation": "ASBTST",
"project": "P3",
"time": 32
}
],
"meanUtilization": 0.18356502670228164
}
},
{
"_class": "Dream.CapacityStationBuffer",
"family": "Buffer",
"id": "SMF_B",
"results": {}
},
{
"_class": "Dream.CapacityStationBuffer",
"family": "Buffer",
"id": "WELD_B",
"results": {}
},
{
"_class": "Dream.CapacityStationBuffer",
"family": "Buffer",
"id": "PPASB_B",
"results": {}
},
{
"_class": "Dream.CapacityStation",
"family": "CapacityStation",
"id": "PAINT",
"results": {
"capacityUsed": [
{
"period": 0,
"utilization": 0
},
{
"period": 1,
"utilization": 0
},
{
"period": 2,
"utilization": 0
},
{
"period": 3,
"utilization": 0
},
{
"period": 4,
"utilization": 0
},
{
"period": 5,
"utilization": 0
},
{
"period": 6,
"utilization": 0
},
{
"P1": 50,
"period": 7,
"utilization": 0.15625
},
{
"period": 8,
"utilization": 0
},
{
"period": 9,
"utilization": 0
},
{
"period": 10,
"utilization": 0
},
{
"period": 11,
"utilization": 0
},
{
"period": 12,
"utilization": 0
},
{
"period": 13,
"utilization": 0
},
{
"period": 14,
"utilization": 0
},
{
"period": 15,
"utilization": 0
},
{
"P2": 20,
"period": 16,
"utilization": 1
},
{
"period": 17,
"utilization": 0
},
{
"P2": 20,
"period": 18,
"utilization": 1
},
{
"P2": 20,
"period": 19,
"utilization": 1
},
{
"P2": 20,
"period": 20,
"utilization": 1
},
{
"P2": 170,
"period": 21,
"utilization": 0.53125
},
{
"period": 22,
"utilization": 0
},
{
"period": 23,
"utilization": 0
},
{
"period": 24,
"utilization": 0
},
{
"period": 25,
"utilization": 0
},
{
"P3": 20,
"period": 26,
"utilization": 1
},
{
"P3": 20,
"period": 27,
"utilization": 1
},
{
"P3": 60,
"period": 28,
"utilization": 0.1875
},
{
"period": 29,
"utilization": 0
},
{
"period": 30,
"utilization": 0
},
{
"period": 31,
"utilization": 0
},
{
"period": 32,
"utilization": 0
}
],
"detailedWorkPlan": [
{
"allocation": 50,
"operation": "PAINT",
"project": "P1",
"time": 7
},
{
"allocation": 20,
"operation": "PAINT",
"project": "P2",
"time": 16
},
{
"allocation": 20,
"operation": "PAINT",
"project": "P2",
"time": 18
},
{
"allocation": 20,
"operation": "PAINT",
"project": "P2",
"time": 19
},
{
"allocation": 20,
"operation": "PAINT",
"project": "P2",
"time": 20
},
{
"allocation": 170,
"operation": "PAINT",
"project": "P2",
"time": 21
},
{
"allocation": 20,
"operation": "PAINT",
"project": "P3",
"time": 26
},
{
"allocation": 20,
"operation": "PAINT",
"project": "P3",
"time": 27
},
{
"allocation": 60,
"operation": "PAINT",
"project": "P3",
"time": 28
}
],
"meanUtilization": 0.20833333333333331
}
},
{
"_class": "Dream.CapacityStation",
"family": "CapacityStation",
"id": "CNC",
"results": {
"capacityUsed": [
{
"P1": 130,
"P2": 45,
"P3": 145,
"period": 0,
"utilization": 0.8205128205128205
},
{
"period": 1,
"utilization": 0
},
{
"period": 2,
"utilization": 0
},
{
"period": 3,
"utilization": 0
},
{
"period": 4,
"utilization": 0
},
{
"period": 5,
"utilization": 0
},
{
"period": 6,
"utilization": 0
},
{
"period": 7,
"utilization": 0
},
{
"period": 8,
"utilization": 0
},
{
"period": 9,
"utilization": 0
},
{
"period": 10,
"utilization": 0
},
{
"period": 11,
"utilization": 0
},
{
"period": 12,
"utilization": 0
},
{
"period": 13,
"utilization": 0
},
{
"period": 14,
"utilization": 0
},
{
"period": 15,
"utilization": 0
},
{
"period": 16,
"utilization": 0
},
{
"period": 17,
"utilization": 0
},
{
"period": 18,
"utilization": 0
},
{
"period": 19,
"utilization": 0
},
{
"period": 20,
"utilization": 0
},
{
"period": 21,
"utilization": 0
},
{
"period": 22,
"utilization": 0
},
{
"period": 23,
"utilization": 0
},
{
"period": 24,
"utilization": 0
},
{
"period": 25,
"utilization": 0
},
{
"period": 26,
"utilization": 0
},
{
"period": 27,
"utilization": 0
},
{
"period": 28,
"utilization": 0
},
{
"period": 29,
"utilization": 0
},
{
"period": 30,
"utilization": 0
},
{
"period": 31,
"utilization": 0
},
{
"period": 32,
"utilization": 0
}
],
"detailedWorkPlan": [
{
"allocation": 130,
"operation": "CNC",
"project": "P1",
"time": 0
},
{
"allocation": 45,
"operation": "CNC",
"project": "P2",
"time": 0
},
{
"allocation": 145,
"operation": "CNC",
"project": "P3",
"time": 0
}
],
"meanUtilization": 0.024864024864024864
}
},
{
"_class": "Dream.CapacityStationBuffer",
"family": "Buffer",
"id": "EEP_B",
"results": {}
},
{
"_class": "Dream.CapacityStationBuffer",
"family": "Buffer",
"id": "MCH_B",
"results": {}
},
{
"_class": "Dream.CapacityStationBuffer",
"family": "Buffer",
"id": "ASBTST_B",
"results": {}
},
{
"_class": "Dream.CapacityStation",
"family": "CapacityStation",
"id": "MCH",
"results": {
"capacityUsed": [
{
"P1": 125,
"P2": 90,
"P3": 55,
"period": 0,
"utilization": 1
},
{
"P3": 35,
"period": 1,
"utilization": 0.0945945945945946
},
{
"period": 2,
"utilization": 0
},
{
"period": 3,
"utilization": 0
},
{
"period": 4,
"utilization": 0
},
{
"period": 5,
"utilization": 0
},
{
"period": 6,
"utilization": 0
},
{
"period": 7,
"utilization": 0
},
{
"period": 8,
"utilization": 0
},
{
"period": 9,
"utilization": 0
},
{
"period": 10,
"utilization": 0
},
{
"period": 11,
"utilization": 0
},
{
"period": 12,
"utilization": 0
},
{
"period": 13,
"utilization": 0
},
{
"period": 14,
"utilization": 0
},
{
"period": 15,
"utilization": 0
},
{
"period": 16,
"utilization": 0
},
{
"period": 17,
"utilization": 0
},
{
"period": 18,
"utilization": 0
},
{
"period": 19,
"utilization": 0
},
{
"period": 20,
"utilization": 0
},
{
"period": 21,
"utilization": 0
},
{
"period": 22,
"utilization": 0
},
{
"period": 23,
"utilization": 0
},
{
"period": 24,
"utilization": 0
},
{
"period": 25,
"utilization": 0
},
{
"period": 26,
"utilization": 0
},
{
"period": 27,
"utilization": 0
},
{
"period": 28,
"utilization": 0
},
{
"period": 29,
"utilization": 0
},
{
"period": 30,
"utilization": 0
},
{
"period": 31,
"utilization": 0
},
{
"period": 32,
"utilization": 0
}
],
"detailedWorkPlan": [
{
"allocation": 125,
"operation": "MCH",
"project": "P1",
"time": 0
},
{
"allocation": 90,
"operation": "MCH",
"project": "P2",
"time": 0
},
{
"allocation": 55,
"operation": "MCH",
"project": "P3",
"time": 0
},
{
"allocation": 35,
"operation": "MCH",
"project": "P3",
"time": 1
}
],
"meanUtilization": 0.03316953316953317
}
},
{
"_class": "Dream.CapacityStation",
"family": "CapacityStation",
"id": "PPASB",
"results": {
"capacityUsed": [
{
"period": 0,
"utilization": 0
},
{
"period": 1,
"utilization": 0
},
{
"P1": 20,
"period": 2,
"utilization": 1
},
{
"period": 3,
"utilization": 0
},
{
"P1": 170,
"period": 4,
"utilization": 1
},
{
"P1": 270,
"period": 5,
"utilization": 1
},
{
"P1": 240,
"period": 6,
"utilization": 0.6486486486486487
},
{
"P2": 20,
"period": 7,
"utilization": 1
},
{
"P2": 20,
"period": 8,
"utilization": 1
},
{
"P2": 20,
"period": 9,
"utilization": 1
},
{
"period": 10,
"utilization": 0
},
{
"P2": 170,
"period": 11,
"utilization": 1
},
{
"P2": 270,
"period": 12,
"utilization": 1
},
{
"P2": 370,
"period": 13,
"utilization": 1
},
{
"P2": 20,
"period": 14,
"utilization": 1
},
{
"P2": 10,
"period": 15,
"utilization": 0.5
},
{
"period": 16,
"utilization": 0
},
{
"period": 17,
"utilization": 0
},
{
"period": 18,
"utilization": 0
},
{
"period": 19,
"utilization": 0
},
{
"P3": 370,
"period": 20,
"utilization": 1
},
{
"P3": 20,
"period": 21,
"utilization": 1
},
{
"P3": 20,
"period": 22,
"utilization": 1
},
{
"P3": 20,
"period": 23,
"utilization": 1
},
{
"period": 24,
"utilization": 0
},
{
"P3": 170,
"period": 25,
"utilization": 1
},
{
"period": 26,
"utilization": 0
},
{
"period": 27,
"utilization": 0
},
{
"period": 28,
"utilization": 0
},
{
"period": 29,
"utilization": 0
},
{
"period": 30,
"utilization": 0
},
{
"period": 31,
"utilization": 0
},
{
"period": 32,
"utilization": 0
}
],
"detailedWorkPlan": [
{
"allocation": 20,
"operation": "PPASB",
"project": "P1",
"time": 2
},
{
"allocation": 170,
"operation": "PPASB",
"project": "P1",
"time": 4
},
{
"allocation": 270,
"operation": "PPASB",
"project": "P1",
"time": 5
},
{
"allocation": 240,
"operation": "PPASB",
"project": "P1",
"time": 6
},
{
"allocation": 20,
"operation": "PPASB",
"project": "P2",
"time": 7
},
{
"allocation": 20,
"operation": "PPASB",
"project": "P2",
"time": 8
},
{
"allocation": 20,
"operation": "PPASB",
"project": "P2",
"time": 9
},
{
"allocation": 170,
"operation": "PPASB",
"project": "P2",
"time": 11
},
{
"allocation": 270,
"operation": "PPASB",
"project": "P2",
"time": 12
},
{
"allocation": 370,
"operation": "PPASB",
"project": "P2",
"time": 13
},
{
"allocation": 20,
"operation": "PPASB",
"project": "P2",
"time": 14
},
{
"allocation": 10,
"operation": "PPASB",
"project": "P2",
"time": 15
},
{
"allocation": 370,
"operation": "PPASB",
"project": "P3",
"time": 20
},
{
"allocation": 20,
"operation": "PPASB",
"project": "P3",
"time": 21
},
{
"allocation": 20,
"operation": "PPASB",
"project": "P3",
"time": 22
},
{
"allocation": 20,
"operation": "PPASB",
"project": "P3",
"time": 23
},
{
"allocation": 170,
"operation": "PPASB",
"project": "P3",
"time": 25
}
],
"meanUtilization": 0.4893529893529892
}
},
{
"_class": "Dream.CapacityStationBuffer",
"family": "Buffer",
"id": "PAINT_B",
"results": {}
}
],
"general": {
"_class": "Dream.Configuration",
"totalExecutionTime": 0.06999993324279785
},
"key": "default",
"score": 0
}
]
} }
} }
\ No newline at end of file
{ {
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"capacity_project_gantt": {
"task_list": [
{
"color": "DodgerBlue",
"id": "P1",
"open": false,
"text": "Project P1",
"type": "project"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1CNC",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1EEP",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1MCH",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1SMF",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P1WELD",
"open": false,
"parent": "P1",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 2.0,
"id": "P1PPASB",
"open": false,
"parent": "P1",
"start_date": "22-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 7.0,
"id": "P1PAINT",
"open": false,
"parent": "P1",
"start_date": "27-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 8.0,
"id": "P1ASBTST",
"open": false,
"parent": "P1",
"start_date": "28-02-2014 00:00",
"stop_date": "05-03-2014 00:00",
"text": "ASBTST"
}
],
"time_unit": "day"
},
"capacity_station_gantt": {
"task_list": [
{
"color": "DodgerBlue",
"id": "ASBTST",
"open": false,
"text": "Station ASBTST",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "CNC",
"open": false,
"text": "Station CNC",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "EEP",
"open": false,
"text": "Station EEP",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "MCH",
"open": false,
"text": "Station MCH",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "PAINT",
"open": false,
"text": "Station PAINT",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "PPASB",
"open": false,
"text": "Station PPASB",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "SMF",
"open": false,
"text": "Station SMF",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "WELD",
"open": false,
"text": "Station WELD",
"type": "station"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 8,
"id": "ASBTSTP1",
"open": false,
"parent": "ASBTST",
"start_date": "28-02-2014 00:00",
"stop_date": "05-03-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "CNCP1",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP1",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "MCHP1",
"open": false,
"parent": "MCH",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 7,
"id": "PAINTP1",
"open": false,
"parent": "PAINT",
"start_date": "27-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 2,
"id": "PPASBP1",
"open": false,
"parent": "PPASB",
"start_date": "22-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "SMFP1",
"open": false,
"parent": "SMF",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "WELDP1",
"open": false,
"parent": "WELD",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P1"
}
],
"time_unit": "day"
},
"elementList": [ "elementList": [
{ {
"_class": "Dream.CapacityStation", "_class": "Dream.CapacityStation",
...@@ -729,5 +978,133 @@ ...@@ -729,5 +978,133 @@
"_class": "Dream.Configuration" "_class": "Dream.Configuration"
}, },
"key": "default", "key": "default",
"score": 0 "score": 0,
"station_utilization": {
"options": {
"series": {
"bars": {
"align": "center",
"barWidth": 0.8,
"show": true
},
"stack": true
},
"xaxis": {
"minTickSize": 1,
"ticks": [
[
0,
"EEP"
],
[
1,
"SMF"
],
[
2,
"WELD"
],
[
3,
"ASBTST"
],
[
4,
"PAINT"
],
[
5,
"CNC"
],
[
6,
"MCH"
],
[
7,
"PPASB"
]
]
},
"yaxis": {
"max": 100
}
},
"series": [
{
"data": [
[
0,
0.7692307692307693
],
[
1,
7.6923076923076925
],
[
2,
3.8461538461538463
],
[
3,
23.931623931623932
],
[
4,
1.201923076923077
],
[
5,
2.564102564102564
],
[
6,
3.561253561253561
],
[
7,
27.442827442827443
]
],
"label": "Utilized"
},
{
"data": [
[
0,
99.23076923076923
],
[
1,
92.3076923076923
],
[
2,
96.15384615384616
],
[
3,
76.06837606837607
],
[
4,
98.79807692307693
],
[
5,
97.43589743589743
],
[
6,
96.43874643874643
],
[
7,
72.55717255717255
]
],
"label": "Idle"
}
]
}
} }
\ No newline at end of file
{ {
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"capacity_project_gantt": {
"task_list": [
{
"color": "DodgerBlue",
"id": "P1",
"open": false,
"text": "Project P1",
"type": "project"
},
{
"color": "DodgerBlue",
"id": "P2",
"open": false,
"text": "Project P2",
"type": "project"
},
{
"color": "DodgerBlue",
"id": "P3",
"open": false,
"text": "Project P3",
"type": "project"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1CNC",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1EEP",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1MCH",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1SMF",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P1WELD",
"open": false,
"parent": "P1",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 2.0,
"id": "P1PPASB",
"open": false,
"parent": "P1",
"start_date": "22-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 7.0,
"id": "P1PAINT",
"open": false,
"parent": "P1",
"start_date": "27-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 16.0,
"id": "P1ASBTST",
"open": false,
"parent": "P1",
"start_date": "08-03-2014 00:00",
"stop_date": "12-03-2014 00:00",
"text": "ASBTST"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P2CNC",
"open": false,
"parent": "P2",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P2EEP",
"open": false,
"parent": "P2",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P2MCH",
"open": false,
"parent": "P2",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P2SMF",
"open": false,
"parent": "P2",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 2.0,
"id": "P2WELD",
"open": false,
"parent": "P2",
"start_date": "22-02-2014 00:00",
"stop_date": "26-02-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 9,
"entranceTime": 7.0,
"id": "P2PPASB",
"open": false,
"parent": "P2",
"start_date": "27-02-2014 00:00",
"stop_date": "08-03-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 16.0,
"id": "P2PAINT",
"open": false,
"parent": "P2",
"start_date": "08-03-2014 00:00",
"stop_date": "14-03-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 26.0,
"id": "P2ASBTST",
"open": false,
"parent": "P2",
"start_date": "18-03-2014 00:00",
"stop_date": "20-03-2014 00:00",
"text": "ASBTST"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P3CNC",
"open": false,
"parent": "P3",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P3EEP",
"open": false,
"parent": "P3",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 0.0,
"id": "P3MCH",
"open": false,
"parent": "P3",
"start_date": "20-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 1.0,
"id": "P3SMF",
"open": false,
"parent": "P3",
"start_date": "21-02-2014 00:00",
"stop_date": "23-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 5.0,
"id": "P3WELD",
"open": false,
"parent": "P3",
"start_date": "25-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 20.0,
"id": "P3PPASB",
"open": false,
"parent": "P3",
"start_date": "12-03-2014 00:00",
"stop_date": "18-03-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 3,
"entranceTime": 26.0,
"id": "P3PAINT",
"open": false,
"parent": "P3",
"start_date": "18-03-2014 00:00",
"stop_date": "21-03-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 29.0,
"id": "P3ASBTST",
"open": false,
"parent": "P3",
"start_date": "21-03-2014 00:00",
"stop_date": "25-03-2014 00:00",
"text": "ASBTST"
}
],
"time_unit": "day"
},
"capacity_station_gantt": {
"task_list": [
{
"color": "DodgerBlue",
"id": "ASBTST",
"open": false,
"text": "Station ASBTST",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "CNC",
"open": false,
"text": "Station CNC",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "EEP",
"open": false,
"text": "Station EEP",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "MCH",
"open": false,
"text": "Station MCH",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "PAINT",
"open": false,
"text": "Station PAINT",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "PPASB",
"open": false,
"text": "Station PPASB",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "SMF",
"open": false,
"text": "Station SMF",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "WELD",
"open": false,
"text": "Station WELD",
"type": "station"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 16,
"id": "ASBTSTP1",
"open": false,
"parent": "ASBTST",
"start_date": "08-03-2014 00:00",
"stop_date": "12-03-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 26,
"id": "ASBTSTP2",
"open": false,
"parent": "ASBTST",
"start_date": "18-03-2014 00:00",
"stop_date": "20-03-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 29,
"id": "ASBTSTP3",
"open": false,
"parent": "ASBTST",
"start_date": "21-03-2014 00:00",
"stop_date": "25-03-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "CNCP1",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "CNCP2",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "CNCP3",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP1",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP2",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP3",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "MCHP1",
"open": false,
"parent": "MCH",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "MCHP2",
"open": false,
"parent": "MCH",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 0,
"id": "MCHP3",
"open": false,
"parent": "MCH",
"start_date": "20-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 7,
"id": "PAINTP1",
"open": false,
"parent": "PAINT",
"start_date": "27-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 16,
"id": "PAINTP2",
"open": false,
"parent": "PAINT",
"start_date": "08-03-2014 00:00",
"stop_date": "14-03-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 3,
"entranceTime": 26,
"id": "PAINTP3",
"open": false,
"parent": "PAINT",
"start_date": "18-03-2014 00:00",
"stop_date": "21-03-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 2,
"id": "PPASBP1",
"open": false,
"parent": "PPASB",
"start_date": "22-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 9,
"entranceTime": 7,
"id": "PPASBP2",
"open": false,
"parent": "PPASB",
"start_date": "27-02-2014 00:00",
"stop_date": "08-03-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 20,
"id": "PPASBP3",
"open": false,
"parent": "PPASB",
"start_date": "12-03-2014 00:00",
"stop_date": "18-03-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "SMFP1",
"open": false,
"parent": "SMF",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "SMFP2",
"open": false,
"parent": "SMF",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 1,
"id": "SMFP3",
"open": false,
"parent": "SMF",
"start_date": "21-02-2014 00:00",
"stop_date": "23-02-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "WELDP1",
"open": false,
"parent": "WELD",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 2,
"id": "WELDP2",
"open": false,
"parent": "WELD",
"start_date": "22-02-2014 00:00",
"stop_date": "26-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 5,
"id": "WELDP3",
"open": false,
"parent": "WELD",
"start_date": "25-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "P3"
}
],
"time_unit": "day"
},
"elementList": [ "elementList": [
{ {
"_class": "Dream.CapacityStation", "_class": "Dream.CapacityStation",
...@@ -1747,5 +2362,133 @@ ...@@ -1747,5 +2362,133 @@
"_class": "Dream.Configuration" "_class": "Dream.Configuration"
}, },
"key": "default", "key": "default",
"score": 0 "score": 0,
"station_utilization": {
"options": {
"series": {
"bars": {
"align": "center",
"barWidth": 0.8,
"show": true
},
"stack": true
},
"xaxis": {
"minTickSize": 1,
"ticks": [
[
0,
"EEP"
],
[
1,
"SMF"
],
[
2,
"WELD"
],
[
3,
"ASBTST"
],
[
4,
"PAINT"
],
[
5,
"CNC"
],
[
6,
"MCH"
],
[
7,
"PPASB"
]
]
},
"yaxis": {
"max": 100
}
},
"series": [
{
"data": [
[
0,
1.1616161616161615
],
[
1,
9.090909090909092
],
[
2,
10.998877665544333
],
[
3,
18.356502670228164
],
[
4,
20.833333333333332
],
[
5,
2.4864024864024863
],
[
6,
3.316953316953317
],
[
7,
48.935298935298924
]
],
"label": "Utilized"
},
{
"data": [
[
0,
98.83838383838383
],
[
1,
90.9090909090909
],
[
2,
89.00112233445567
],
[
3,
81.64349732977183
],
[
4,
79.16666666666667
],
[
5,
97.51359751359752
],
[
6,
96.68304668304668
],
[
7,
51.064701064701076
]
],
"label": "Idle"
}
]
}
} }
\ No newline at end of file
{ {
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"capacity_project_gantt": {
"task_list": [
{
"color": "DodgerBlue",
"id": "P1",
"open": false,
"text": "Project P1",
"type": "project"
},
{
"color": "DodgerBlue",
"id": "P2",
"open": false,
"text": "Project P2",
"type": "project"
},
{
"color": "DodgerBlue",
"id": "P3",
"open": false,
"text": "Project P3",
"type": "project"
},
{
"color": "DodgerBlue",
"id": "P4",
"open": false,
"text": "Project P4",
"type": "project"
},
{
"color": "DodgerBlue",
"id": "P5",
"open": false,
"text": "Project P5",
"type": "project"
},
{
"color": "DodgerBlue",
"id": "P6",
"open": false,
"text": "Project P6",
"type": "project"
},
{
"color": "DodgerBlue",
"id": "P7",
"open": false,
"text": "Project P7",
"type": "project"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1CNC",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1EEP",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1MCH",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P1SMF",
"open": false,
"parent": "P1",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P1WELD",
"open": false,
"parent": "P1",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 2.0,
"id": "P1PPASB",
"open": false,
"parent": "P1",
"start_date": "22-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 7.0,
"id": "P1PAINT",
"open": false,
"parent": "P1",
"start_date": "27-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 16.0,
"id": "P1ASBTST",
"open": false,
"parent": "P1",
"start_date": "08-03-2014 00:00",
"stop_date": "12-03-2014 00:00",
"text": "ASBTST"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P2CNC",
"open": false,
"parent": "P2",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P2EEP",
"open": false,
"parent": "P2",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P2MCH",
"open": false,
"parent": "P2",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P2SMF",
"open": false,
"parent": "P2",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 2.0,
"id": "P2WELD",
"open": false,
"parent": "P2",
"start_date": "22-02-2014 00:00",
"stop_date": "26-02-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 9,
"entranceTime": 7.0,
"id": "P2PPASB",
"open": false,
"parent": "P2",
"start_date": "27-02-2014 00:00",
"stop_date": "08-03-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 16.0,
"id": "P2PAINT",
"open": false,
"parent": "P2",
"start_date": "08-03-2014 00:00",
"stop_date": "14-03-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 27.0,
"id": "P2ASBTST",
"open": false,
"parent": "P2",
"start_date": "19-03-2014 00:00",
"stop_date": "21-03-2014 00:00",
"text": "ASBTST"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P3EEP",
"open": false,
"parent": "P3",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P3CNC",
"open": false,
"parent": "P3",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 4.0,
"id": "P3MCH",
"open": false,
"parent": "P3",
"start_date": "24-02-2014 00:00",
"stop_date": "26-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 7.0,
"id": "P3SMF",
"open": false,
"parent": "P3",
"start_date": "27-02-2014 00:00",
"stop_date": "01-03-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 8.0,
"id": "P3WELD",
"open": false,
"parent": "P3",
"start_date": "28-02-2014 00:00",
"stop_date": "05-03-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 7,
"entranceTime": 56.0,
"id": "P3PPASB",
"open": false,
"parent": "P3",
"start_date": "17-04-2014 00:00",
"stop_date": "24-04-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 63.0,
"id": "P3PAINT",
"open": false,
"parent": "P3",
"start_date": "24-04-2014 00:00",
"stop_date": "25-04-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 64.0,
"id": "P3ASBTST",
"open": false,
"parent": "P3",
"start_date": "25-04-2014 00:00",
"stop_date": "29-04-2014 00:00",
"text": "ASBTST"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P4CNC",
"open": false,
"parent": "P4",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P4EEP",
"open": false,
"parent": "P4",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 0.0,
"id": "P4MCH",
"open": false,
"parent": "P4",
"start_date": "20-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P4SMF",
"open": false,
"parent": "P4",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 2.0,
"id": "P4WELD",
"open": false,
"parent": "P4",
"start_date": "22-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 7,
"entranceTime": 20.0,
"id": "P4PPASB",
"open": false,
"parent": "P4",
"start_date": "12-03-2014 00:00",
"stop_date": "19-03-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 27.0,
"id": "P4PAINT",
"open": false,
"parent": "P4",
"start_date": "19-03-2014 00:00",
"stop_date": "21-03-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 29.0,
"id": "P4ASBTST",
"open": false,
"parent": "P4",
"start_date": "21-03-2014 00:00",
"stop_date": "25-03-2014 00:00",
"text": "ASBTST"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 0.0,
"id": "P5CNC",
"open": false,
"parent": "P5",
"start_date": "20-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P5EEP",
"open": false,
"parent": "P5",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P5MCH",
"open": false,
"parent": "P5",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 1.0,
"id": "P5SMF",
"open": false,
"parent": "P5",
"start_date": "21-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 7,
"entranceTime": 2.0,
"id": "P5WELD",
"open": false,
"parent": "P5",
"start_date": "22-02-2014 00:00",
"stop_date": "01-03-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 40.0,
"id": "P5PPASB",
"open": false,
"parent": "P5",
"start_date": "01-04-2014 00:00",
"stop_date": "06-04-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 3,
"entranceTime": 46.0,
"id": "P5PAINT",
"open": false,
"parent": "P5",
"start_date": "07-04-2014 00:00",
"stop_date": "10-04-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 49.0,
"id": "P5ASBTST",
"open": false,
"parent": "P5",
"start_date": "10-04-2014 00:00",
"stop_date": "16-04-2014 00:00",
"text": "ASBTST"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P6CNC",
"open": false,
"parent": "P6",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P6EEP",
"open": false,
"parent": "P6",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 1.0,
"id": "P6MCH",
"open": false,
"parent": "P6",
"start_date": "21-02-2014 00:00",
"stop_date": "23-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 2.0,
"id": "P6SMF",
"open": false,
"parent": "P6",
"start_date": "22-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 3,
"entranceTime": 6.0,
"id": "P6WELD",
"open": false,
"parent": "P6",
"start_date": "26-02-2014 00:00",
"stop_date": "01-03-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 47.0,
"id": "P6PPASB",
"open": false,
"parent": "P6",
"start_date": "08-04-2014 00:00",
"stop_date": "10-04-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 49.0,
"id": "P6PAINT",
"open": false,
"parent": "P6",
"start_date": "10-04-2014 00:00",
"stop_date": "11-04-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 55.0,
"id": "P6ASBTST",
"open": false,
"parent": "P6",
"start_date": "16-04-2014 00:00",
"stop_date": "17-04-2014 00:00",
"text": "ASBTST"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 0.0,
"id": "P7CNC",
"open": false,
"parent": "P7",
"start_date": "20-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "CNC"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0.0,
"id": "P7EEP",
"open": false,
"parent": "P7",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "EEP"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1.0,
"id": "P7MCH",
"open": false,
"parent": "P7",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "MCH"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 1.0,
"id": "P7SMF",
"open": false,
"parent": "P7",
"start_date": "21-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "SMF"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 2.0,
"id": "P7WELD",
"open": false,
"parent": "P7",
"start_date": "22-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "WELD"
},
{
"color": "cyan",
"duration": 7,
"entranceTime": 33.0,
"id": "P7PPASB",
"open": false,
"parent": "P7",
"start_date": "25-03-2014 00:00",
"stop_date": "01-04-2014 00:00",
"text": "PPASB"
},
{
"color": "cyan",
"duration": 3,
"entranceTime": 40.0,
"id": "P7PAINT",
"open": false,
"parent": "P7",
"start_date": "01-04-2014 00:00",
"stop_date": "04-04-2014 00:00",
"text": "PAINT"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 46.0,
"id": "P7ASBTST",
"open": false,
"parent": "P7",
"start_date": "07-04-2014 00:00",
"stop_date": "08-04-2014 00:00",
"text": "ASBTST"
}
],
"time_unit": "day"
},
"capacity_station_gantt": {
"task_list": [
{
"color": "DodgerBlue",
"id": "ASBTST",
"open": false,
"text": "Station ASBTST",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "CNC",
"open": false,
"text": "Station CNC",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "EEP",
"open": false,
"text": "Station EEP",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "MCH",
"open": false,
"text": "Station MCH",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "PAINT",
"open": false,
"text": "Station PAINT",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "PPASB",
"open": false,
"text": "Station PPASB",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "SMF",
"open": false,
"text": "Station SMF",
"type": "station"
},
{
"color": "DodgerBlue",
"id": "WELD",
"open": false,
"text": "Station WELD",
"type": "station"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 16,
"id": "ASBTSTP1",
"open": false,
"parent": "ASBTST",
"start_date": "08-03-2014 00:00",
"stop_date": "12-03-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 27,
"id": "ASBTSTP2",
"open": false,
"parent": "ASBTST",
"start_date": "19-03-2014 00:00",
"stop_date": "21-03-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 29,
"id": "ASBTSTP4",
"open": false,
"parent": "ASBTST",
"start_date": "21-03-2014 00:00",
"stop_date": "25-03-2014 00:00",
"text": "P4"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 46,
"id": "ASBTSTP7",
"open": false,
"parent": "ASBTST",
"start_date": "07-04-2014 00:00",
"stop_date": "08-04-2014 00:00",
"text": "P7"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 49,
"id": "ASBTSTP5",
"open": false,
"parent": "ASBTST",
"start_date": "10-04-2014 00:00",
"stop_date": "16-04-2014 00:00",
"text": "P5"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 55,
"id": "ASBTSTP6",
"open": false,
"parent": "ASBTST",
"start_date": "16-04-2014 00:00",
"stop_date": "17-04-2014 00:00",
"text": "P6"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 64,
"id": "ASBTSTP3",
"open": false,
"parent": "ASBTST",
"start_date": "25-04-2014 00:00",
"stop_date": "29-04-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "CNCP1",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "CNCP2",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "CNCP4",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P4"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 0,
"id": "CNCP5",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P5"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "CNCP6",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P6"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 0,
"id": "CNCP7",
"open": false,
"parent": "CNC",
"start_date": "20-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P7"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "CNCP3",
"open": false,
"parent": "CNC",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP1",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP2",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP3",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP4",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P4"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP5",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P5"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP6",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P6"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "EEPP7",
"open": false,
"parent": "EEP",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P7"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "MCHP1",
"open": false,
"parent": "MCH",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "MCHP2",
"open": false,
"parent": "MCH",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 0,
"id": "MCHP4",
"open": false,
"parent": "MCH",
"start_date": "20-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P4"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "MCHP5",
"open": false,
"parent": "MCH",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P5"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 1,
"id": "MCHP6",
"open": false,
"parent": "MCH",
"start_date": "21-02-2014 00:00",
"stop_date": "23-02-2014 00:00",
"text": "P6"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "MCHP7",
"open": false,
"parent": "MCH",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P7"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 4,
"id": "MCHP3",
"open": false,
"parent": "MCH",
"start_date": "24-02-2014 00:00",
"stop_date": "26-02-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 7,
"id": "PAINTP1",
"open": false,
"parent": "PAINT",
"start_date": "27-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 16,
"id": "PAINTP2",
"open": false,
"parent": "PAINT",
"start_date": "08-03-2014 00:00",
"stop_date": "14-03-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 27,
"id": "PAINTP4",
"open": false,
"parent": "PAINT",
"start_date": "19-03-2014 00:00",
"stop_date": "21-03-2014 00:00",
"text": "P4"
},
{
"color": "cyan",
"duration": 3,
"entranceTime": 40,
"id": "PAINTP7",
"open": false,
"parent": "PAINT",
"start_date": "01-04-2014 00:00",
"stop_date": "04-04-2014 00:00",
"text": "P7"
},
{
"color": "cyan",
"duration": 3,
"entranceTime": 46,
"id": "PAINTP5",
"open": false,
"parent": "PAINT",
"start_date": "07-04-2014 00:00",
"stop_date": "10-04-2014 00:00",
"text": "P5"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 49,
"id": "PAINTP6",
"open": false,
"parent": "PAINT",
"start_date": "10-04-2014 00:00",
"stop_date": "11-04-2014 00:00",
"text": "P6"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 63,
"id": "PAINTP3",
"open": false,
"parent": "PAINT",
"start_date": "24-04-2014 00:00",
"stop_date": "25-04-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 2,
"id": "PPASBP1",
"open": false,
"parent": "PPASB",
"start_date": "22-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 9,
"entranceTime": 7,
"id": "PPASBP2",
"open": false,
"parent": "PPASB",
"start_date": "27-02-2014 00:00",
"stop_date": "08-03-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 7,
"entranceTime": 20,
"id": "PPASBP4",
"open": false,
"parent": "PPASB",
"start_date": "12-03-2014 00:00",
"stop_date": "19-03-2014 00:00",
"text": "P4"
},
{
"color": "cyan",
"duration": 7,
"entranceTime": 33,
"id": "PPASBP7",
"open": false,
"parent": "PPASB",
"start_date": "25-03-2014 00:00",
"stop_date": "01-04-2014 00:00",
"text": "P7"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 40,
"id": "PPASBP5",
"open": false,
"parent": "PPASB",
"start_date": "01-04-2014 00:00",
"stop_date": "06-04-2014 00:00",
"text": "P5"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 47,
"id": "PPASBP6",
"open": false,
"parent": "PPASB",
"start_date": "08-04-2014 00:00",
"stop_date": "10-04-2014 00:00",
"text": "P6"
},
{
"color": "cyan",
"duration": 7,
"entranceTime": 56,
"id": "PPASBP3",
"open": false,
"parent": "PPASB",
"start_date": "17-04-2014 00:00",
"stop_date": "24-04-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 0,
"id": "SMFP1",
"open": false,
"parent": "SMF",
"start_date": "20-02-2014 00:00",
"stop_date": "21-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "SMFP2",
"open": false,
"parent": "SMF",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "SMFP4",
"open": false,
"parent": "SMF",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P4"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 1,
"id": "SMFP5",
"open": false,
"parent": "SMF",
"start_date": "21-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "P5"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 1,
"id": "SMFP7",
"open": false,
"parent": "SMF",
"start_date": "21-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "P7"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 2,
"id": "SMFP6",
"open": false,
"parent": "SMF",
"start_date": "22-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "P6"
},
{
"color": "cyan",
"duration": 2,
"entranceTime": 7,
"id": "SMFP3",
"open": false,
"parent": "SMF",
"start_date": "27-02-2014 00:00",
"stop_date": "01-03-2014 00:00",
"text": "P3"
},
{
"color": "cyan",
"duration": 1,
"entranceTime": 1,
"id": "WELDP1",
"open": false,
"parent": "WELD",
"start_date": "21-02-2014 00:00",
"stop_date": "22-02-2014 00:00",
"text": "P1"
},
{
"color": "cyan",
"duration": 4,
"entranceTime": 2,
"id": "WELDP2",
"open": false,
"parent": "WELD",
"start_date": "22-02-2014 00:00",
"stop_date": "26-02-2014 00:00",
"text": "P2"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 2,
"id": "WELDP4",
"open": false,
"parent": "WELD",
"start_date": "22-02-2014 00:00",
"stop_date": "27-02-2014 00:00",
"text": "P4"
},
{
"color": "cyan",
"duration": 7,
"entranceTime": 2,
"id": "WELDP5",
"open": false,
"parent": "WELD",
"start_date": "22-02-2014 00:00",
"stop_date": "01-03-2014 00:00",
"text": "P5"
},
{
"color": "cyan",
"duration": 6,
"entranceTime": 2,
"id": "WELDP7",
"open": false,
"parent": "WELD",
"start_date": "22-02-2014 00:00",
"stop_date": "28-02-2014 00:00",
"text": "P7"
},
{
"color": "cyan",
"duration": 3,
"entranceTime": 6,
"id": "WELDP6",
"open": false,
"parent": "WELD",
"start_date": "26-02-2014 00:00",
"stop_date": "01-03-2014 00:00",
"text": "P6"
},
{
"color": "cyan",
"duration": 5,
"entranceTime": 8,
"id": "WELDP3",
"open": false,
"parent": "WELD",
"start_date": "28-02-2014 00:00",
"stop_date": "05-03-2014 00:00",
"text": "P3"
}
],
"time_unit": "day"
},
"elementList": [ "elementList": [
{ {
"_class": "Dream.CapacityStation", "_class": "Dream.CapacityStation",
......
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