@@ -47,11 +47,11 @@ functional architectures:
47
47
48
48
* Model the system context with external systems, physical entities, users of
49
49
the system and the logical events that occur between the system and its
50
- environment
50
+ environment.
51
51
52
52
* Hierarchically decompose the system from a purely functional perspective,
53
53
identifying function blocks and their interactions via events or information
54
- flows
54
+ flows.
55
55
56
56
* Define event chains based on the functional architecture. An event chain
57
57
traces the end-to-end behavior from an external triggering event to the
@@ -62,44 +62,45 @@ Participants understand that a functional architecture enables reasoning about
62
62
system quality characteristics at an abstract level, e.g., regarding time
63
63
behavior, dependability, or flexibility.
64
64
65
- Participants know examples of how functional architectures can be modelled ,
66
- e.g. with SysML or FAS <<weilkiens-mbsa>>. .
65
+ Participants know examples of how functional architectures can be modeled (e.g. ,
66
+ with SysML or FAS <<weilkiens-mbsa>>) .
67
67
68
68
69
69
[[LG-1-3]]
70
- ==== LG 1-3: Modeling and Analysis of Technical Systems Architectures
70
+ ==== LG 1-3: Modeling and Analysis of Technical System Architectures
71
71
72
72
Participants understand the systematic approach to modeling and analysis of
73
73
technical systems architectures:
74
74
75
75
* Analyze the impact factors, like quality requirements, organizational
76
76
constraints, technological constraints, as defined in the CPSA Foundation
77
- Level curriculum. For the technical systems architecture of embedded systems ,
77
+ Level curriculum. For the technical system architecture of an embedded system ,
78
78
impact factors are often related to dependability and safety requirements,
79
- performance, memory and real-time requirements, flexibility requirements and support
80
- for different product variants and product lines. Examples for further
79
+ performance and real-time requirements, and flexibility requirements to
80
+ support different product variants and product lines. Examples for further
81
81
considerations are physical proximity to sensors and actuators, limited
82
- construction space, connectivity requirements, hardware cost, or development
82
+ construction space, connectivity requirements, hardware cost, and development
83
83
schedules.
84
84
85
- * Based on the impact-factor analysis , identify architectural issues and
86
- develop solution strategies for topics such as error handling, resource
87
- efficiency, real-time architectural design and variability.
85
+ * Based on the impact factors , identify architectural issues and develop
86
+ solution strategies for topics such as error handling, resource efficiency,
87
+ real-time architectural design and variability.
88
88
89
- * Evaluate alternative technical systems architectures, and select a technical
90
- systems architecture for further refinement.
89
+ * Evaluate alternative technical system architectures, and select a technical
90
+ system architecture for further refinement.
91
91
92
92
* Hierarchically decompose the system into technical building blocks, and
93
- establish a mapping to the elements of the functional architecture, if applicable.
93
+ establish a mapping to the elements of the functional architecture, if
94
+ applicable.
94
95
95
96
* Map event chains to the technical architecture, if applicable: For example,
96
- allocate a function to determine a measurement to a physical sensor, or allocate
97
- an information flow to a bus.
97
+ allocate a function to determine a measurement to a physical sensor, or
98
+ allocate an information flow to a bus.
98
99
99
- * Evaluate the defined technical systems architecture with regard to the impact
100
+ * Evaluate the defined technical system architecture with regard to the impact
100
101
factors.
101
102
102
- Participants know examples of how technical systems architectures can be modelled ,
103
+ Participants know examples of how technical system architectures can be modeled ,
103
104
for example with SysML.
104
105
105
106
Participants understand that the design of a technical systems architecture is an
@@ -116,7 +117,7 @@ technical systems architecture:
116
117
(e.g., single core, homogeneous multi core, heterogeneous multi core, amount of
117
118
RAM, ROM, NVRAM, peripherals like sensors and actuators, custom hardware).
118
119
119
- * Allocation of functional blocks to one or more control units, considering
120
+ * Allocation of function blocks to one or more control units, considering
120
121
for example performance and isolation requirements.
121
122
122
123
* Decide on the communication paradigm (e.g., time triggered vs. event triggered).
@@ -125,7 +126,7 @@ technical systems architecture:
125
126
both wired (e.g., ethernet, flexray, CAN), and wireless (e.g., Bluetooth,
126
127
WiFi, cellular).
127
128
128
- * Understand the challenges of distributed systems regarding latency,
129
- throughput, lack of a global clock, impact on dependability.
129
+ Participants understand the challenges of distributed systems regarding latency,
130
+ throughput, lack of a global clock, and the impact on dependability.
130
131
131
132
// end::EN[]
0 commit comments