SlideShare a Scribd company logo
Intoduction to SysML
– a modeling language for Systems Engineering
SummIT 2013,
Axelborg 22. maj 2013
Ingeniørdocent Finn Overgaard Hansen,
foh@iha.dk
Department of Engineering
Aarhus University
Ver. 22.5.2013
Slide 2
Agenda
Systems Engineering and SysML
What is SysML?
New SysML concepts and diagrams
1. SysML Requirements
2. SysML Structure
3. SysML Behaviour
4. SysML Parametric
Perspectives for SysML & Summary
Slide 3
Model Based
Systems Engineering (MBSE)
• From a document-based to a model-based
approach
• A model-based approach requires modeling
concepts and tools
• MBSE: producing and controlling a coherent
System Model
• SysML is created to realize an MBSE approach
based on a System model of the wanted system
• SysML is a modeling language not a System
Engineering (SE) process
Slide 4
What is SysML?
• A graphical modeling language created in
response to the UML for Systems Engineering
RFP developed by OMG and INCOSE.
– a UML Profile that represents a subset of UML 2 with
important extensions
• Supports the specification, analysis, design,
verification and validation of systems that
include hardware, software, data, personnel,
procedures, and facilities
• Supports model and data interchange via XMI
SysML is a Critical Enabler for Model Driven or
Model Based Systems Engineering
Slide 5
SysML Specification
- History and Status
• Nov. 1997: UML V1.1 launched by OMG
• March 2003: The UML for Systems Engineering RFP
(Request for Proposal) was developed jointly by OMG and
INCOSE
– The SysML specification was developed in response
to these requirements by the diverse group of tool
vendors, end users, academia, and government
representatives
• July 2005: UML V2.0
• Sept. 2007: OMG SysML v.1.0
• Nov. 2008: OMG SysML v1.1 (256 pages)
• June 2012: OMG SysML v.1.3 (doc.id: 2012-06-01, 250 pages)
Slide 6
System Model and
HW/SW Components
SysML
UML
Slide 7
Comparison of SysML
and UML
Slide 8
SysML Diagram Taxonomy
SysML
Diagram
Behavior
Diagram
Requirement
Diagram
Structure
Diagram
Block
Definition
Diagram
Internal
Block
Diagram
Package
Diagram
Parametric
Diagram
Use Case
Diagram
State
Machine
Diagram
Sequence
Diagram
Activity
Diagram
Same as UML 2.x
Modified from UML 2.x
New Diagram Type
Slide 9
The 4 Pillars of SysML
1:
2: 3:
4:
Slide 10
1. SysML Requirements
• Requirement Diagram – a NEW diagram type
• Graphical visualization of requirements
– Functional
– Non-functional
• Requirements can graphical be related to:
– Other requirements
– Design elements
– Test Cases
• Standard stereotypes:
– derive, satisfy, verify, refine, trace and copy
– Used for requirement traceability
Slide 11
Requirements Diagram (req) - Example
Slide 12
Requirements Traceability - Example
Slide 13
2. SysML Structure
• UMLs class concept is replaced with the Block
concept
• A Block connects to other blocks via Ports
• Class diagrams are replaced with Block
Definition Diagrams (bdd)
• Each Block has an Internal Block Diagram
(ibd) where the internal parts are connected via
ports
– a replacement for class composite diagrams
• Ports can connect discrete as well as
continuous flows of material or information
Slide 14
Blocks are Basic Structural Elements
Slide 15
Block Definition Diagram (bdd) - Example
Slide 16
Internal Block Diagram (ibd) for an
Automobile Domain
Port
Slide 17
Block Definition Diagram (bdd) - Example
Slide 18
Internal Block Diagram (ibd) - Example
Part
Running the Vehicle Software
Slide 19
Proxy Ports
<>
Ibd [Block] Camera [Nested flow]
:Electronic Assembly
:MPEG Converter
:Image Processor
:Video
:MPEG4
:Image
camera i/o:
Camera
Interface
:Light
:Camera Module
:Optical Assembly
:Imaging Assembly
:Light
:Light
:Image
Proxy port
«flow specification»
Camera Interface
flowProperties
out digital video: MPEG4
out analog video: Composite
in control: Control Data
in startup sig: Start Up
Slide 20
Standard service based Ports (Full port)
Monitoring Station
Camera
Control camera requests
getCameraStatus(in cameraId: Integer, in cameraStatus: String)
testCameras()
panCamera(in strength: Integer)
tiltCamera(in strength: Integer)
operations
Camera Control
«interface»
Provided
interface
Required interface
Slide 21
3. SysML - Behavior
• Activity diagrams are enhanced with new
concepts
• Flows can be continuous and model
information as well as material flow
• Control flows are introduced
• SysML activities are based on token-flow
semantics related to Petri-Nets
• Tokens corresponds to values of inputs, outputs
and control
• Activities can have pins (acting as a buffer)
Slide 22
Activity Diagram (act) Notation
Flows can be discrete, streaming or control
Slide 23
Activity Diagram (act) - Example
swimlanes
Slide 24
Activity Diagram - decomposed
:CollectImages
:CaptureVideo
:GenerateVideo
Outputs
«optional»
current image
{stream}
captured image
{stream}
«optional»
MPEG output
{stream}
«optional»
Composite out
{stream}
act Operate Camera [Object Flow]
Object flow
video out
{stream}
input signal
{stream}
Have subdiagrams
Activity parameter
node
Slide 25
4. SysML Parametric
• Parametric Diagram (par) – a NEW diagram type
• Used to express constraints (equations) between value
properties
– Provides support for engineering analysis (e.g., performance,
reliability)
• Constraint block captures equations shown on a bdd
– Expression language can be formal (e.g., MathML, OCL) or informal
– A computational engine is defined by applicable analysis tool and not
by SysML
• Parametric diagrams represents the usage of the
constraints in an analysis context
– Binding of constraint usage to value properties of blocks (e.g., vehicle mass
bound to F= m × a)
• Parametric enable integration of engineering analysis
with design models
Slide 26
BDD Parametric Constraint Blocks
Stereotype
Slide 27
Parametric Diagram (par)
- Example for a block
Value bindings
Slide 28
Cross Connecting Model Elements
req [package] VehicleSpecifications
[Requirements Diagram - Braking Requirements]
Braking Subsystem
Specification
Vehicle System
Specification
id=“102”
text=”The vehicle shall stop
from 60 mph within 150 ft
on a clean dry surface.”
«requirement»
StoppingDistance
id=”337"
text=”Braking subsystem
shall prevent wheel lockup
under all braking conditions.”
«requirement»
Anti-LockPerformance
«deriveReqt»
req [package] VehicleSpecifications
[Requirements Diagram - Braking Requirements]
Braking Subsystem
Specification
Vehicle System
Specification
id=“102”
text=”The vehicle shall stop
from 60 mph within 150 ft
on a clean dry surface.”
«requirement»
StoppingDistance
SatisfiedBy
«block»Anti-LockController
id=”337"
text=”Braking subsystem
shall prevent wheel lockup
under all braking conditions.”
«requirement»
Anti-LockPerformance
«deriveReqt»
act PreventLockup [Activity Diagram]
DetectLossOf
Traction
Modulate
BrakingForce
TractionLoss:
par [constraintBlock] StraightLineVehicleDynamics [Parametric Diagram]
:Accelleration
Equation
[F = ma]
:VelocityEquation
[a = dv/dt]
:DistanceEquation
[v = dx/dt]
:BrakingForce
Equation
[f = (tf*bf)*(1-tl)]
tf: bf:tl:
f:
F:
c
a:
a:
v:
v:
x:
ibd [block] Anti-LockController
[Internal Block Diagram]
d1:Traction
Detector
m1:Brake
Modulator
c1:modulator
interface
Structure Behavior
Requirements Parametrics
act PreventLockup [Swimlane Diagram]
«allocate»
:TractionDetector
«allocate»
:BrakeModulator
allocatedTo
«connector»c1:modulatorInterface
DetectLossOf
Traction
Modulate
BrakingForce
TractionLoss:
ibd [block] Anti-LockController
[Internal Block Diagram]
allocatedFrom
«activity»DetectLos
OfTraction
d1:TractionDetector
allocatedFrom
«activity»Modulate
BrakingForce
m1:BrakeModulator
allocatedFrom
«ObjectNode»
TractionLoss:
c1:modulator
Interface
ibd [block] Anti-LockController
[Internal Block Diagram]
allocatedFrom
«activity»DetectLos
OfTraction
d1:TractionDetector
allocatedFrom
«activity»Modulate
BrakingForce
m1:BrakeModulator
allocatedFrom
«ObjectNode»
TractionLoss:
c1:modulator
Interface
satisfies
«requirement»
Anti-Lock
Performance
ibd [block] Anti-LockController
[Internal Block Diagram]
allocatedFrom
«activity»DetectLos
Of Traction
d1:TractionDetector
values
DutyCycle: Percentage
allocatedFrom
«activity»Modulate
BrakingForce
m1:BrakeModulator
allocatedFrom
«ObjectNode»
TractionLoss:
c1:modulator
Interface
satisfies
«requirement»
Anti-Lock
Performance
par [constraintBlock] StraightLineVehicleDynamics [Parametric Diagram]
:Accelleration
Equation
[F = ma]
:VelocityEquation
[a = dv/dt]
:DistanceEquation
[v = dx/dt]
:BrakingForce
Equation
[f = (tf*bf)*(1-tl)]
tf: bf:tl:
f:
F:
m:
a:
a:
v:
v:
x:
v.Position:
v.Weight:
v.chassis.tire.
Friction:
v.brake.abs.m1.
DutyCycle:
v.brake.rotor.
BrakingForce:
par [constraintBlock] StraightLineVehicleDynamics [Parametric Diagram]
:Accelleration
Equation
[F = ma]
:VelocityEquation
[a = dv/dt]
:DistanceEquation
[v = dx/dt]
:BrakingForce
Equation
[f = (tf*bf)*(1-tl)]
tf: bf:tl:
f:
F:
m:
a:
a:
v:
v:
x:
v.Position:
v.Weight:
v.chassis.tire.
Friction:
v.brake.abs.m1.
DutyCycle:
v.brake.rotor.
BrakingForce:
req [package] VehicleSpecifications
[Requirements Diagram - Braking Requirements]
Braking Subsystem
Specification
Vehicle System
Specification
VerifiedBy
«interaction»MinimumStopp
ingDistance
id=“102”
text=”The vehicle shall stop
from 60 mph within 150 ft
on a clean dry surface.”
«requirement»
StoppingDistance
SatisfiedBy
«block»Anti-LockController
id=”337"
text=”Braking subsystem
shall prevent wheel lockup
under all braking conditions.”
«requirement»
Anti-LockPerformance
«deriveReqt»
satisfy
Slide 29
Project activities using SysML
• Capture and analyze black box system requirements
– System Context & System Use Cases, Requirement Diagrams
• Develop one ore more candidate system architectures
– Block Definition & Internal Block Diagrams
• Perform engineering trade-off analysis to evaluate and
select the optimal architecture
– Parametric Diagrams
• Specify component requirements and their traceability to
system requirements
– Requirement diagrams
• Verify the system design by executing system-level test
cases
Slide 30
Perspectives for SysML
• Enable a common modeling language and
model across engineering disciplines
• Enable traceability between disciplines
• Enable different kinds of system analysis
• Enable integration of discrete and continuous
based modeling tools
• Critical enabler for Model Based System
Engineering with tool support
Slide 31
Summary
• SysML a common modeling language for different
disciplines e.g. Hardware, Software and Mechanics
• New and important concepts for cross disciplinary
analysis of system properties (e.g. parametric)
• Blocks and ports as general modeling elements
• Important enhancement to activity diagrams
• Lot of support for traceability between models and model
elements
• Must be supported by an appropriate Systems
Engineering (SE) process
Slide 32
References
• OMGs SysML homepage: www.omgsysml.org
• INCOSE organization: www.incose.org
• Books:
– ”A Practical Guide to SysML – The System Modeling Language”,
Sanford Friedenthal, Allan Moore, Rick Steiner, Elsevier, 2008.
– ”Systems Engineering with SysML/UML – Modeling, Analysis,
Design”, Tim Weilkiens, Elsevier, 2007.

More Related Content

PPTX
SysML for embedded system engineering - Academy Camp 2015
PPTX
PrismTech Integrated Communications Systems Modeling
PDF
Matthew Hause Building Bridges between Systems and Software with SysML and UML
PPTX
Intro to LV in 3 Hours for Control and Sim 8_5.pptx
PDF
Backbone.js
PPTX
Modeling and Testing Dovetail in MagicDraw
PDF
Incquery Suite Models 2020 Conference by István Ráth, CEO of IncQuery Labs
PPTX
Getting Started with Innoslate
SysML for embedded system engineering - Academy Camp 2015
PrismTech Integrated Communications Systems Modeling
Matthew Hause Building Bridges between Systems and Software with SysML and UML
Intro to LV in 3 Hours for Control and Sim 8_5.pptx
Backbone.js
Modeling and Testing Dovetail in MagicDraw
Incquery Suite Models 2020 Conference by István Ráth, CEO of IncQuery Labs
Getting Started with Innoslate

Similar to Sys ml presentation (20)

PDF
SiriusCon2016 - Modelling Spacecraft On-board Software with Sirius
PDF
Exploring thousands of configurations: Find the best design out of infinite v...
PDF
Efficient and Advanced Omniscient Debugging for xDSMLs (SLE 2015)
PPTX
Modelon Modelica executable requirements Ansys Conference 2016
PDF
Backbone JS for mobile apps
PDF
Developing maintainable Cordova applications
PPTX
Energy efficient AI workload partitioning on multi-core systems
PPT
Monitoring Agile PLM with JConsole
PDF
Automated and Scalable Solutions for Software Testing: The Essential Role of ...
PDF
[2015/2016] Backbone JS
PPTX
Javascript
PDF
Automotive engineering design - Model Based Design
PDF
Simulation Tracking Object Reference Model (STORM)
PPT
Rhapsody Systems Software
PPTX
SysML Training - Systems Modeling Language Training
PPTX
Model-based Automotive Software Development using Autosar, UML, and Domain-Sp...
PDF
AngularJS Best Practices
PDF
Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...
PPTX
EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...
SiriusCon2016 - Modelling Spacecraft On-board Software with Sirius
Exploring thousands of configurations: Find the best design out of infinite v...
Efficient and Advanced Omniscient Debugging for xDSMLs (SLE 2015)
Modelon Modelica executable requirements Ansys Conference 2016
Backbone JS for mobile apps
Developing maintainable Cordova applications
Energy efficient AI workload partitioning on multi-core systems
Monitoring Agile PLM with JConsole
Automated and Scalable Solutions for Software Testing: The Essential Role of ...
[2015/2016] Backbone JS
Javascript
Automotive engineering design - Model Based Design
Simulation Tracking Object Reference Model (STORM)
Rhapsody Systems Software
SysML Training - Systems Modeling Language Training
Model-based Automotive Software Development using Autosar, UML, and Domain-Sp...
AngularJS Best Practices
Visualizing, Analyzing and Optimizing Automotive Architecture Models using Si...
EMF-IncQuery: Blazing-fast reaction time even for very large diagrams (Sirius...
Ad

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Electronic commerce courselecture one. Pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PPT
Teaching material agriculture food technology
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Reach Out and Touch Someone: Haptics and Empathic Computing
Digital-Transformation-Roadmap-for-Companies.pptx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Electronic commerce courselecture one. Pdf
Understanding_Digital_Forensics_Presentation.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
MYSQL Presentation for SQL database connectivity
Spectral efficient network and resource selection model in 5G networks
Advanced methodologies resolving dimensionality complications for autism neur...
Network Security Unit 5.pdf for BCA BBA.
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
NewMind AI Monthly Chronicles - July 2025
Teaching material agriculture food technology
Review of recent advances in non-invasive hemoglobin estimation
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Unlocking AI with Model Context Protocol (MCP)
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Ad

Sys ml presentation

  • 1. Intoduction to SysML – a modeling language for Systems Engineering SummIT 2013, Axelborg 22. maj 2013 Ingeniørdocent Finn Overgaard Hansen, foh@iha.dk Department of Engineering Aarhus University Ver. 22.5.2013
  • 2. Slide 2 Agenda Systems Engineering and SysML What is SysML? New SysML concepts and diagrams 1. SysML Requirements 2. SysML Structure 3. SysML Behaviour 4. SysML Parametric Perspectives for SysML & Summary
  • 3. Slide 3 Model Based Systems Engineering (MBSE) • From a document-based to a model-based approach • A model-based approach requires modeling concepts and tools • MBSE: producing and controlling a coherent System Model • SysML is created to realize an MBSE approach based on a System model of the wanted system • SysML is a modeling language not a System Engineering (SE) process
  • 4. Slide 4 What is SysML? • A graphical modeling language created in response to the UML for Systems Engineering RFP developed by OMG and INCOSE. – a UML Profile that represents a subset of UML 2 with important extensions • Supports the specification, analysis, design, verification and validation of systems that include hardware, software, data, personnel, procedures, and facilities • Supports model and data interchange via XMI SysML is a Critical Enabler for Model Driven or Model Based Systems Engineering
  • 5. Slide 5 SysML Specification - History and Status • Nov. 1997: UML V1.1 launched by OMG • March 2003: The UML for Systems Engineering RFP (Request for Proposal) was developed jointly by OMG and INCOSE – The SysML specification was developed in response to these requirements by the diverse group of tool vendors, end users, academia, and government representatives • July 2005: UML V2.0 • Sept. 2007: OMG SysML v.1.0 • Nov. 2008: OMG SysML v1.1 (256 pages) • June 2012: OMG SysML v.1.3 (doc.id: 2012-06-01, 250 pages)
  • 6. Slide 6 System Model and HW/SW Components SysML UML
  • 7. Slide 7 Comparison of SysML and UML
  • 8. Slide 8 SysML Diagram Taxonomy SysML Diagram Behavior Diagram Requirement Diagram Structure Diagram Block Definition Diagram Internal Block Diagram Package Diagram Parametric Diagram Use Case Diagram State Machine Diagram Sequence Diagram Activity Diagram Same as UML 2.x Modified from UML 2.x New Diagram Type
  • 9. Slide 9 The 4 Pillars of SysML 1: 2: 3: 4:
  • 10. Slide 10 1. SysML Requirements • Requirement Diagram – a NEW diagram type • Graphical visualization of requirements – Functional – Non-functional • Requirements can graphical be related to: – Other requirements – Design elements – Test Cases • Standard stereotypes: – derive, satisfy, verify, refine, trace and copy – Used for requirement traceability
  • 11. Slide 11 Requirements Diagram (req) - Example
  • 13. Slide 13 2. SysML Structure • UMLs class concept is replaced with the Block concept • A Block connects to other blocks via Ports • Class diagrams are replaced with Block Definition Diagrams (bdd) • Each Block has an Internal Block Diagram (ibd) where the internal parts are connected via ports – a replacement for class composite diagrams • Ports can connect discrete as well as continuous flows of material or information
  • 14. Slide 14 Blocks are Basic Structural Elements
  • 15. Slide 15 Block Definition Diagram (bdd) - Example
  • 16. Slide 16 Internal Block Diagram (ibd) for an Automobile Domain Port
  • 17. Slide 17 Block Definition Diagram (bdd) - Example
  • 18. Slide 18 Internal Block Diagram (ibd) - Example Part Running the Vehicle Software
  • 19. Slide 19 Proxy Ports <> Ibd [Block] Camera [Nested flow] :Electronic Assembly :MPEG Converter :Image Processor :Video :MPEG4 :Image camera i/o: Camera Interface :Light :Camera Module :Optical Assembly :Imaging Assembly :Light :Light :Image Proxy port «flow specification» Camera Interface flowProperties out digital video: MPEG4 out analog video: Composite in control: Control Data in startup sig: Start Up
  • 20. Slide 20 Standard service based Ports (Full port) Monitoring Station Camera Control camera requests getCameraStatus(in cameraId: Integer, in cameraStatus: String) testCameras() panCamera(in strength: Integer) tiltCamera(in strength: Integer) operations Camera Control «interface» Provided interface Required interface
  • 21. Slide 21 3. SysML - Behavior • Activity diagrams are enhanced with new concepts • Flows can be continuous and model information as well as material flow • Control flows are introduced • SysML activities are based on token-flow semantics related to Petri-Nets • Tokens corresponds to values of inputs, outputs and control • Activities can have pins (acting as a buffer)
  • 22. Slide 22 Activity Diagram (act) Notation Flows can be discrete, streaming or control
  • 23. Slide 23 Activity Diagram (act) - Example swimlanes
  • 24. Slide 24 Activity Diagram - decomposed :CollectImages :CaptureVideo :GenerateVideo Outputs «optional» current image {stream} captured image {stream} «optional» MPEG output {stream} «optional» Composite out {stream} act Operate Camera [Object Flow] Object flow video out {stream} input signal {stream} Have subdiagrams Activity parameter node
  • 25. Slide 25 4. SysML Parametric • Parametric Diagram (par) – a NEW diagram type • Used to express constraints (equations) between value properties – Provides support for engineering analysis (e.g., performance, reliability) • Constraint block captures equations shown on a bdd – Expression language can be formal (e.g., MathML, OCL) or informal – A computational engine is defined by applicable analysis tool and not by SysML • Parametric diagrams represents the usage of the constraints in an analysis context – Binding of constraint usage to value properties of blocks (e.g., vehicle mass bound to F= m × a) • Parametric enable integration of engineering analysis with design models
  • 26. Slide 26 BDD Parametric Constraint Blocks Stereotype
  • 27. Slide 27 Parametric Diagram (par) - Example for a block Value bindings
  • 28. Slide 28 Cross Connecting Model Elements req [package] VehicleSpecifications [Requirements Diagram - Braking Requirements] Braking Subsystem Specification Vehicle System Specification id=“102” text=”The vehicle shall stop from 60 mph within 150 ft on a clean dry surface.” «requirement» StoppingDistance id=”337" text=”Braking subsystem shall prevent wheel lockup under all braking conditions.” «requirement» Anti-LockPerformance «deriveReqt» req [package] VehicleSpecifications [Requirements Diagram - Braking Requirements] Braking Subsystem Specification Vehicle System Specification id=“102” text=”The vehicle shall stop from 60 mph within 150 ft on a clean dry surface.” «requirement» StoppingDistance SatisfiedBy «block»Anti-LockController id=”337" text=”Braking subsystem shall prevent wheel lockup under all braking conditions.” «requirement» Anti-LockPerformance «deriveReqt» act PreventLockup [Activity Diagram] DetectLossOf Traction Modulate BrakingForce TractionLoss: par [constraintBlock] StraightLineVehicleDynamics [Parametric Diagram] :Accelleration Equation [F = ma] :VelocityEquation [a = dv/dt] :DistanceEquation [v = dx/dt] :BrakingForce Equation [f = (tf*bf)*(1-tl)] tf: bf:tl: f: F: c a: a: v: v: x: ibd [block] Anti-LockController [Internal Block Diagram] d1:Traction Detector m1:Brake Modulator c1:modulator interface Structure Behavior Requirements Parametrics act PreventLockup [Swimlane Diagram] «allocate» :TractionDetector «allocate» :BrakeModulator allocatedTo «connector»c1:modulatorInterface DetectLossOf Traction Modulate BrakingForce TractionLoss: ibd [block] Anti-LockController [Internal Block Diagram] allocatedFrom «activity»DetectLos OfTraction d1:TractionDetector allocatedFrom «activity»Modulate BrakingForce m1:BrakeModulator allocatedFrom «ObjectNode» TractionLoss: c1:modulator Interface ibd [block] Anti-LockController [Internal Block Diagram] allocatedFrom «activity»DetectLos OfTraction d1:TractionDetector allocatedFrom «activity»Modulate BrakingForce m1:BrakeModulator allocatedFrom «ObjectNode» TractionLoss: c1:modulator Interface satisfies «requirement» Anti-Lock Performance ibd [block] Anti-LockController [Internal Block Diagram] allocatedFrom «activity»DetectLos Of Traction d1:TractionDetector values DutyCycle: Percentage allocatedFrom «activity»Modulate BrakingForce m1:BrakeModulator allocatedFrom «ObjectNode» TractionLoss: c1:modulator Interface satisfies «requirement» Anti-Lock Performance par [constraintBlock] StraightLineVehicleDynamics [Parametric Diagram] :Accelleration Equation [F = ma] :VelocityEquation [a = dv/dt] :DistanceEquation [v = dx/dt] :BrakingForce Equation [f = (tf*bf)*(1-tl)] tf: bf:tl: f: F: m: a: a: v: v: x: v.Position: v.Weight: v.chassis.tire. Friction: v.brake.abs.m1. DutyCycle: v.brake.rotor. BrakingForce: par [constraintBlock] StraightLineVehicleDynamics [Parametric Diagram] :Accelleration Equation [F = ma] :VelocityEquation [a = dv/dt] :DistanceEquation [v = dx/dt] :BrakingForce Equation [f = (tf*bf)*(1-tl)] tf: bf:tl: f: F: m: a: a: v: v: x: v.Position: v.Weight: v.chassis.tire. Friction: v.brake.abs.m1. DutyCycle: v.brake.rotor. BrakingForce: req [package] VehicleSpecifications [Requirements Diagram - Braking Requirements] Braking Subsystem Specification Vehicle System Specification VerifiedBy «interaction»MinimumStopp ingDistance id=“102” text=”The vehicle shall stop from 60 mph within 150 ft on a clean dry surface.” «requirement» StoppingDistance SatisfiedBy «block»Anti-LockController id=”337" text=”Braking subsystem shall prevent wheel lockup under all braking conditions.” «requirement» Anti-LockPerformance «deriveReqt» satisfy
  • 29. Slide 29 Project activities using SysML • Capture and analyze black box system requirements – System Context & System Use Cases, Requirement Diagrams • Develop one ore more candidate system architectures – Block Definition & Internal Block Diagrams • Perform engineering trade-off analysis to evaluate and select the optimal architecture – Parametric Diagrams • Specify component requirements and their traceability to system requirements – Requirement diagrams • Verify the system design by executing system-level test cases
  • 30. Slide 30 Perspectives for SysML • Enable a common modeling language and model across engineering disciplines • Enable traceability between disciplines • Enable different kinds of system analysis • Enable integration of discrete and continuous based modeling tools • Critical enabler for Model Based System Engineering with tool support
  • 31. Slide 31 Summary • SysML a common modeling language for different disciplines e.g. Hardware, Software and Mechanics • New and important concepts for cross disciplinary analysis of system properties (e.g. parametric) • Blocks and ports as general modeling elements • Important enhancement to activity diagrams • Lot of support for traceability between models and model elements • Must be supported by an appropriate Systems Engineering (SE) process
  • 32. Slide 32 References • OMGs SysML homepage: www.omgsysml.org • INCOSE organization: www.incose.org • Books: – ”A Practical Guide to SysML – The System Modeling Language”, Sanford Friedenthal, Allan Moore, Rick Steiner, Elsevier, 2008. – ”Systems Engineering with SysML/UML – Modeling, Analysis, Design”, Tim Weilkiens, Elsevier, 2007.