Modeling Tooling as a System Actor or Exchange Item?

Hey everyone! I’m new to Capella, the ARCADIA, and the community. I’m a big fan of the method and tool so far and am excited to learn more about it.

I’m currently struggling to figure out how to model (or if I should model) tooling as a system that interfaces with manufacturing machines that I am designing.

Example Scenario
I have a mandrel. It’s basically just a metal tube with features that serve different purposes. These features influence the machine design. The mandrel typically needs to be provided to the system for processing by an operator. Some examples of features…

  • Outer Diameter, this provides an interface for creation of the inner diameter of the product when we wrap something around it and set its shape.
  • Fastener, this provides means of fixing material to the mandrel for processing
  • Barcode, this provides the identity of the tool that can be scanned

I’m wondering the best way to show this in an operational or system analysis, whether that’s through interfaces with the mandrel as a system, or if it’s just requirements allocation / exchanges? There will actually be many machines that need to interface with this mandrel, so my instinct is to create a library for the mandrel and create REC’s to leverage in many machine systems to inform requirements/needs of the machine systems (see the system actor below the system). However, this gets weird because I have a functional exchange with the operator for the mandrel entering and leaving the system.

I’m hoping someone here can offer some experience that might help me find a path forward. Thanks in advance!

This comes down to what is you System Of Interest. If your SOI is the manufacturing machine, and the operator is manipulating the mandrel, then you should model the mandrel as an exchange item attached to a class in a CDB. Ths Mandrel Class can have attributes like diameter, identity… and operations if needed. The idea is that your Mandrel is flowing through your functional exchanges so it is an exchange item.
Then, if needed, you may do another Capella model where the SOI is the Mandrel if you need to do more detailed modelling of the mandrel.

The same would work with a coffee machine, if your SOI is the coffee machine, then coffee capsule ar flowing in and out of your system, they are exchange items. Nevertheless, the Capsule may become the SOI in another model to model precisely the functions, caracteritics and expected behavior of the capsule.

Stephane

1 Like

OK this makes a lot of sense, thanks for the simple explanation. Then I suppose I could still create a library that contains that Mandrel class object which I could leverage as an exchange item in many system models. I didn’t think I would need a full system architecture where the mandrel is the SOI, but really wanted a way to define a set of standard attributes that would inform all machine designs. I think your suggestion should solve the problem nicely.

Yes you can definitely place your exchange items/attributes in libraries.