Commit f1d72ab5 authored by panos's avatar panos

The json file of the example updated

parent 193ea609
{ {
"capacity_by_project_spreadsheet": [ "graph": {
[ "node": {
"Project Name", "E1": {
"Sequence", "_class": "Dream.Exit",
"Capacity Requirements" "element_id": "DreamNode_5",
], "name": "Exit"
[ },
null, "Q1": {
null, "_class": "Dream.Queue",
null "capacity": 1,
] "element_id": "DreamNode_2",
], "name": "Queue",
"capacity_by_station_spreadsheet": [ "schedulingRule": "FIFO"
[ },
"Machine", "S1": {
"Day 0", "_class": "Dream.BatchSource",
"Day 1", "batchNumberOfUnits": 80,
"Day 2", "element_id": "DreamNode_1",
"Day 3", "entity": "Dream.Batch",
null "interarrivalTime": {
], "distributionType": "Fixed",
[ "mean": 1
null, },
null, "name": "Source"
null, },
null, "St1": {
null, "_class": "Dream.BatchScrapMachine",
null "element_id": "DreamNode_3",
] "interruptions": {
],
"edges": { },
"con_10": [ "name": "Milling1",
"Q1", "processingTime": {
"St1", "distributionType": "Fixed",
{} "max": "",
], "mean": 0.75,
"con_15": [ "min": "",
"Q1", "stdev": ""
"St2", }
{} },
], "St2": {
"con_20": [ "_class": "Dream.BatchScrapMachine",
"St1", "element_id": "DreamNode_4",
"E1", "interruptions": {
{} },
], "name": "Milling2",
"con_25": [ "processingTime": {
"St2", "distributionType": "Fixed",
"E1", "max": "",
{} "mean": 0.75,
], "min": "",
"con_5": [ "stdev": ""
"S1", }
"Q1", }
{} },
] "edge": {
}, "0": {
"general": { "source": "S1",
"confidenceLevel": 0.95, "destination": "Q1",
"currentDate": "2014/06/16", "data": {},
"maxSimTime": 1000, "_class": "Dream.Edge"
"numberOfReplications": 5, },
"processTimeout": 10, "1": {
"seed": "", "source": "Q1",
"trace": "No" "destination": "St1",
}, "data": {},
"nodes": { "_class": "Dream.Edge"
"E1": { },
"_class": "Dream.Exit", "2": {
"element_id": "DreamNode_5", "source": "Q1",
"name": "Exit" "destination": "St2",
}, "data": {},
"Q1": { "_class": "Dream.Edge"
"_class": "Dream.Queue", },
"capacity": 1, "3": {
"element_id": "DreamNode_2", "source": "St1",
"name": "Queue", "destination": "E1",
"schedulingRule": "FIFO" "data": {},
}, "_class": "Dream.Edge"
"S1": { },
"_class": "Dream.BatchSource", "4": {
"batchNumberOfUnits": 80, "source": "St2",
"element_id": "DreamNode_1", "destination": "E1",
"entity": "Dream.Batch", "data": {},
"interarrivalTime": { "_class": "Dream.Edge"
"distributionType": "Fixed", }
"mean": 1 }
}, },
"name": "Source" "_class": "Dream.Simulation",
}, "general": {
"St1": { "maxSimTime": "1440",
"_class": "Dream.BatchScrapMachine", "_class": "Dream.Configuration",
"element_id": "DreamNode_3", "confidenceLevel": "0.95",
"failures": { "trace": "No",
}, "numberOfReplications": "1"
"name": "Milling1", }
"processingTime": {
"distributionType": "Fixed",
"max": "",
"mean": 0.75,
"min": "",
"stdev": ""
}
},
"St2": {
"_class": "Dream.BatchScrapMachine",
"element_id": "DreamNode_4",
"failures": {
},
"name": "Milling2",
"processingTime": {
"distributionType": "Fixed",
"max": "",
"mean": 0.75,
"min": "",
"stdev": ""
}
}
},
"preference": {
"coordinates": {
"E1": {
"left": 0.838470725910555,
"top": 0.5011550303652008
},
"Q1": {
"left": 0.28592454969899506,
"top": 0.4898081240173095
},
"S1": {
"left": 0.053083038762682624,
"top": 0.48224351978538194
},
"St1": {
"left": 0.5199724933344594,
"top": 0.22882927801580868
},
"St2": {
"left": 0.5157499788874278,
"top": 0.7243108552070638
}
}
},
"shift_spreadsheet": [
[
"Day",
"Machines",
"Start",
"End"
],
[
null,
null,
null,
null
]
],
"wip_part_spreadsheet": [
[
"Order ID",
"Due Date",
"Priority",
"Project Manager",
"Part",
"Part Type",
"Sequence",
"Processing Times",
"Prerequisites Parts"
],
[
null,
null,
null,
null,
null,
null,
null,
null,
null
]
]
} }
\ No newline at end of file
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