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

update batch examples with queue statistics

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