Commit 87962157 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

Topology46 and its dump added as a first test of Machine/QueueManagedJob

parent f12db0b0
{
"_class": "Dream.Simulation",
"edges": {},
"general": {
"_class": "Dream.Configuration",
"numberOfReplications": "1",
"maxSimTime": "-1",
"trace": "Yes",
"confidenceLevel": "0.95"
},
"nodes": {
"M1": {
"_class": "Dream.MachineManagedJob",
"id": "M1",
"name": "Machine1",
"operationType": "Setup"
},
"M2": {
"_class": "Dream.MachineManagedJob",
"id": "M2",
"name": "Machine2",
"operationType": "Setup"
},
"Q1": {
"_class": "Dream.QueueManagedJob",
"id": "Q1",
"name": "Queue1",
"isDummy": "0",
"capacity": "-1",
"wip": [
{
"_class": "Dream.Order",
"id": "Or1",
"name": "Order1",
"isCritical": "1",
"manager": "O1",
"route": [
{
"stepNumber": "0",
"stationIdsList": [
"Q1"
]
},
{
"stepNumber": "1",
"stationIdsList": [
"M1"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0.25"
}
},
{
"stepNumber": "2",
"stationIdsList": [
"Q2"
]
},
{
"stepNumber": "3",
"stationIdsList": [
"M2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"setupTime": {
"setupDistribution": "Fixed",
"setupMean": "2"
}
},
{
"stepNumber": "4",
"stationIdsList": [
"E1"
]
}
]
}
]
},
"Q2": {
"_class": "Dream.QueueManagedJob",
"id": "Q2",
"name": "Queue2",
"isDummy": "0",
"capacity": "-1",
"wip": [
{
"_class": "Dream.Order",
"id": "Or2",
"name": "Order2",
"isCritical": "0",
"manager": "O2",
"route": [
{
"stepNumber": "0",
"stationIdsList": [
"Q2"
]
},
{
"stepNumber": "1",
"stationIdsList": [
"M2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"setupTime": {
"setupDistribution": "Fixed",
"setupMean": "0.5"
}
},
{
"stepNumber": "2",
"stationIdsList": [
"E1"
]
}
]
}
]
},
"E1": {
"_class": "Dream.ExitJobShop",
"id": "E1",
"name": "Stock"
},
"O1": {
"_class": "Dream.Operator",
"capacity": "1",
"name": "Operator1"
},
"O2": {
"_class": "Dream.Operator",
"capacity": "1",
"name": "Operator2"
}
}
}
\ No newline at end of file
{
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"throughput": 2,
"takt_time": 2.25,
"lifespan": 3.0
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 5.555555555555555,
"waiting_ratio": 94.44444444444444,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"setup_ratio": 0.0
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 44.44444444444444,
"waiting_ratio": 0.0,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"setup_ratio": 55.55555555555556
}
},
{
"_class": "Dream.Operator",
"id": "O1",
"results": {
"working_ratio": 44.44444444444444,
"waiting_ratio": 55.55555555555556
}
},
{
"_class": "Dream.Operator",
"id": "O2",
"results": {
"working_ratio": 11.11111111111111,
"waiting_ratio": 88.88888888888889
}
},
{
"_class": "Dream.QueueManagedJob",
"id": "Q1",
"schedulingRule": "FIFO"
},
{
"_class": "Dream.QueueManagedJob",
"id": "Q2",
"schedulingRule": "FIFO"
}
],
"_class": "Dream.Simulation",
"general": {
"_class": "Dream.Configuration"
}
}
\ 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