Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Preloaded Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Monterey Phoenix
MP Model Collection
Preloaded Examples
Commits
84da93f0
Commit
84da93f0
authored
3 years ago
by
Giammarco, Kristin M
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
ec1c12de
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Example48_Manufacturing_Process.mp
+80
-0
80 additions, 0 deletions
Example48_Manufacturing_Process.mp
with
80 additions
and
0 deletions
Example48_Manufacturing_Process.mp
0 → 100644
+
80
−
0
View file @
84da93f0
/*
Application of Monterey Phoenix Modeling to Manufacturing Product Systems
An example pre-dating MP-Firebird application that was used to generate scenarios
for separately estimating probability, time and cost of each of these scenarios.
MP version 4 may be used to conduct such analysis with its native capabilities.
Created by: John Palmer
August 2014
*/
SCHEMA Manufacturing_System
ROOT SYSTEM: (* Incoming_Material
Multi_Axis_Machine
Media_Finish
Send_to_Inspector
(* Rejected
Rework
Send_to_Inspector
*)
Accepted
( ( Turning_Machine_1
Milling_Machine_1
Turning_Machine_2
Milling_Machine_2 ) |
( Multitask_1 Multitask_2 )
)
Send_to_Inspector2
(* Rejected2
Rework2
Send_to_Inspector2
*)
Accepted2
Surface_Treatment
Package_Part
Ship_Part
*);
ROOT INSPECTOR: (* <0..3> Inspect
( Accept | Reject )
*);
Inspect: CheckPart ProvideAnswer;
ROOT INSPECTOR2: (* <0..3> Inspect2
( Accept2 | Reject2 )
*);
Inspect2: CheckPart2 ProvideAnswer2;
ROOT SysInsp: (* <1..3> Send_to_Inspector
Inspect
( Reject Rejected | Accept Accepted )
*);
INSPECTOR, SysInsp SHARE ALL Inspect, Accept, Reject;
SysInsp, SYSTEM SHARE ALL Send_to_Inspector, Accepted, Rejected;
ROOT SysInsp2: (*<1..3> Send_to_Inspector2
Inspect2
( Reject2 Rejected2 | Accept2 Accepted2 )
*);
SysInsp2, SYSTEM SHARE ALL Send_to_Inspector2, Accepted2, Rejected2;
INSPECTOR2, SysInsp2 SHARE ALL Inspect2, Accept2, Reject2;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment