Commit 6f913d3d authored by Jérome Perrin's avatar Jérome Perrin

update batch examples with queue statistics

parent 4cb1812a
{ {
"edges": { "edges": {
"con_10": [ "con_10": [
"M1A", "PrB",
"Q2A", "QPa",
{} {}
], ],
"con_100": [ "con_100": [
"PrB", "Q3B",
"QPa", "M3B",
{} {}
], ],
"con_105": [ "con_105": [
"QPa", "M3B",
"PaA", "BRB",
{} {}
], ],
"con_110": [ "con_110": [
"QPa", "BRB",
"PaB", "QM",
{} {}
], ],
"con_115": [ "con_115": [
"PaA", "QM",
"E1", "MM",
{} {}
], ],
"con_120": [ "con_120": [
"PaB", "MM",
"E1", "QPr",
{} {}
], ],
"con_125": [ "con_125": [
"QStart", "QPr",
"BDA", "PrA",
{} {}
], ],
"con_130": [ "con_130": [
"QStart", "QPr",
"BDB", "PrB",
{} {}
], ],
"con_135": [ "con_135": [
"BDA", "PrA",
"M1A", "QPa",
{} {}
], ],
"con_15": [ "con_15": [
"Q2A", "QPa",
"M2A", "PaA",
{} {}
], ],
"con_20": [ "con_20": [
"M2A", "QPa",
"Q3A", "PaB",
{} {}
], ],
"con_25": [ "con_25": [
"Q3A", "PaA",
"M3A", "E1",
{} {}
], ],
"con_30": [ "con_30": [
"M3A", "PaB",
"BRA", "E1",
{} {}
], ],
"con_35": [ "con_35": [
"S1",
"QStart", "QStart",
"BDA",
{} {}
], ],
"con_40": [ "con_40": [
"BRA", "QStart",
"QM", "BDB",
{} {}
], ],
"con_45": [ "con_45": [
"BDB", "BDA",
"M1B", "M1A",
{} {}
], ],
"con_5": [ "con_5": [
"M1B", "M1A",
"Q2B", "Q2A",
{} {}
], ],
"con_50": [ "con_50": [
"Q2B", "Q2A",
"M2B", "M2A",
{} {}
], ],
"con_55": [ "con_55": [
"M2B", "M2A",
"Q3B", "Q3A",
{} {}
], ],
"con_60": [ "con_60": [
"Q3B", "Q3A",
"M3B", "M3A",
{} {}
], ],
"con_65": [ "con_65": [
"M3B", "M3A",
"BRB", "BRA",
{} {}
], ],
"con_70": [ "con_70": [
"BRB", "S1",
"QM", "QStart",
{} {}
], ],
"con_75": [ "con_75": [
"BRA",
"QM", "QM",
"MM",
{} {}
], ],
"con_80": [ "con_80": [
"MM", "BDB",
"QPr", "M1B",
{} {}
], ],
"con_85": [ "con_85": [
"QPr", "M1B",
"PrA", "Q2B",
{} {}
], ],
"con_90": [ "con_90": [
"QPr", "Q2B",
"PrB", "M2B",
{} {}
], ],
"con_95": [ "con_95": [
"PrA", "M2B",
"QPa", "Q3B",
{} {}
] ]
}, },
"general": { "general": {
"confidenceLevel": 0.95, "confidenceLevel": 0.95,
"currentDate": "2014/02/18", "currentDate": "2014/02/18",
"desiredPercentageOfSuccess": 0.85,
"maxSimTime": 2880, "maxSimTime": 2880,
"numberOfReplications": 1, "numberOfReplications": 1,
"processTimeout": 20, "processTimeout": 20,
"throughputTarget": 4600, "throughputTarget": 4000,
"trace": "Yes" "trace": "Yes"
}, },
"nodes": { "nodes": {
...@@ -380,6 +379,17 @@ ...@@ -380,6 +379,17 @@
"name": "StartQueue", "name": "StartQueue",
"schedulingRule": "FIFO" "schedulingRule": "FIFO"
}, },
"Queues": {
"_class": "Dream.EventGenerator",
"argumentDict": "{}",
"duration": 10,
"element_id": "DreamNode_27",
"interval": 10,
"method": "Globals.countQueueMetrics",
"name": "Queues",
"start": 1,
"stop": -1
},
"S1": { "S1": {
"_class": "Dream.BatchSource", "_class": "Dream.BatchSource",
"batchNumberOfUnits": 100, "batchNumberOfUnits": 100,
...@@ -494,6 +504,10 @@ ...@@ -494,6 +504,10 @@
"left": 0.0972476261258133, "left": 0.0972476261258133,
"top": 0.09772997661775827 "top": 0.09772997661775827
}, },
"Queues": {
"left": 0.1174310956990953,
"top": 0.9109171411270984
},
"S1": { "S1": {
"left": 0.0037421998521831056, "left": 0.0037421998521831056,
"top": 0.09077525071036834 "top": 0.09077525071036834
...@@ -533,22 +547,23 @@ ...@@ -533,22 +547,23 @@
"21:00" "21:00"
], ],
[ [
null, "",
null, "",
null, null,
null null
] ]
], ],
"wip_spreadsheet": [ "wip_part_spreadsheet": [
[ [
"Jobs", "Order ID",
"ID",
"Order Date",
"Due Date", "Due Date",
"Priority", "Priority",
"Material", "Project Manager",
"Part",
"Part Type",
"Sequence", "Sequence",
"Processing Times" "Processing Times",
"Prerequisites Parts"
], ],
[ [
null, null,
...@@ -558,6 +573,7 @@ ...@@ -558,6 +573,7 @@
null, null,
null, null,
null, null,
null,
null null
] ]
] ]
......
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