Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
1819249e
Commit
1819249e
authored
Apr 03, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a test topology for the new object added
parent
d851d9a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
196 additions
and
0 deletions
+196
-0
dream/simulation/JSONInputs/MachineProbOut.json
dream/simulation/JSONInputs/MachineProbOut.json
+196
-0
No files found.
dream/simulation/JSONInputs/MachineProbOut.json
0 → 100644
View file @
1819249e
{
"edges"
:
{
"con_108"
:
[
"M2"
,
"E2"
,
{}
],
"con_123"
:
[
"M2"
,
"Q1"
,
{}
],
"con_19"
:
[
"S1"
,
"Q1"
,
{}
],
"con_38"
:
[
"Q1"
,
"M1"
,
{}
],
"con_61"
:
[
"M1"
,
"Q2"
,
{}
],
"con_78"
:
[
"Q2"
,
"M2"
,
{}
],
"con_93"
:
[
"M2"
,
"E1"
,
{}
]
},
"general"
:
{
"confidenceLevel"
:
0.95
,
"currentDate"
:
"2014/04/03"
,
"ke_url"
:
"http://git.erp5.org/gitweb/dream.git/blob_plain/HEAD:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls"
,
"maxSimTime"
:
100
,
"numberOfReplications"
:
1
,
"processTimeout"
:
10
,
"seed"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"element_id"
:
"DreamNode_3"
},
"E2"
:
{
"_class"
:
"Dream.Exit"
,
"element_id"
:
"DreamNode_7"
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"element_id"
:
"DreamNode_2"
,
"failures"
:
{
"MTTF"
:
40
,
"MTTR"
:
10
,
"failureDistribution"
:
"No"
,
"repairman"
:
"None"
},
"name"
:
"Grinding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"max"
:
""
,
"mean"
:
0.25
,
"min"
:
""
,
"stdev"
:
""
}
},
"M2"
:
{
"_class"
:
"Dream.MachineProbOut"
,
"element_id"
:
"DreamNode_6"
,
"failures"
:
{
"MTTF"
:
40
,
"MTTR"
:
10
,
"failureDistribution"
:
"No"
,
"repairman"
:
"None"
},
"name"
:
"Testing"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"max"
:
""
,
"mean"
:
0.75
,
"min"
:
""
,
"stdev"
:
""
},
"routingOutProbabilities"
:{
"E1"
:
70
,
"E2"
:
20
,
"Q1"
:
10
}
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
-1
,
"element_id"
:
"DreamNode_4"
,
"name"
:
"Q1"
,
"schedulingRule"
:
"FIFO"
},
"Q2"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
1
,
"element_id"
:
"DreamNode_5"
,
"schedulingRule"
:
"FIFO"
},
"S1"
:
{
"_class"
:
"Dream.Source"
,
"element_id"
:
"DreamNode_1"
,
"entity"
:
"Dream.Part"
,
"interarrivalTime"
:
{
"distributionType"
:
"Fixed"
,
"max"
:
""
,
"mean"
:
1
,
"min"
:
""
,
"stdev"
:
""
},
"name"
:
"S1"
}
},
"preference"
:
{
"coordinates"
:
{
"E1"
:
{
"left"
:
0.9196456136739982
,
"top"
:
0.6051683385542048
},
"E2"
:
{
"left"
:
0.7390844708061634
,
"top"
:
0.9058613567733254
},
"M1"
:
{
"left"
:
0.5388767787143672
,
"top"
:
0.1323805740587323
},
"M2"
:
{
"left"
:
0.7166312716930647
,
"top"
:
0.5749099216264946
},
"Q1"
:
{
"left"
:
0.26288953961586314
,
"top"
:
0.16453014204442443
},
"Q2"
:
{
"left"
:
0.727932077385246
,
"top"
:
0.15181413132672905
},
"S1"
:
{
"left"
:
0.052390797930563476
,
"top"
:
0.13805402723267798
}
}
},
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment