Skip to end of metadata
Go to start of metadata

As you probably see in the illustration example, we did not complete all of the functional architecture, allocations... We will see here the additional tasks that will enable you to complete the example and final views of our project.

Missing tasks were:

View "3.1. Define functional architecture":

- Add a new function "Manage graphical data", and place flows "Graphical data" and "Graphical connection response" in it.

- Add a new function "Manage external entries" and place the flow "Position of the mouse" in it.

View "4.1. Define physical architecture":

- Add a new subsystem "Graphical card"

- Add a new subsystem "Battery" and move the link area "Supplying port" from "Laptop" to it.

- Add a new subsystem "Calculator"

- Add a new physical interface "PCI Interface 2" and link it between the subsystem "WiFi card" and the subsystem "Mainboard"

- Add a new physical interface "VGA cable" and link it between the enabling system "Screen" and the subsystem "Graphical card"

- Add a new physical interface "USB cable" and link it between the enabling system "Mouse" and the subsystem "Calculator"

View "5.1. Allocate functions on components":

- Allocate the function "Manage graphical data" to the subsystem "Graphical card"

- Allocate the function "Manage external entries" tothe subsystem "Calculator"

- Allocate the function "Supply the Laptop" to the subsystem "Battery"

View "5.2. Allocate flows on interfaces":

- Allocate "Captured WiFi signal" under "PCI Interface 2"

- Allocate "Position of the Mouse" under "USB cable"

- Allocate "Graphical data" and "Graphical connection response" under "VGA cable"

Final illustrations:

Complete functional architecture:

 

Complete physical architecture:

 

Complete allocation view:

 

 

  • No labels