[MBSE-Method] #3. SysCARS methodology

This post is based on the paper “SysML for embedded automotive systems: SysCARS methodology, Jean Denis PIQUES”. SysCARS (System Core Analyses for Robustness and Safety) is a methodology developed by Valeo that is designed to enable system designers to perform modeling activities sequentially and efficiently using SysML. This methodology is very useful for system engineers … Read more

[MBSE-Method] #2. MBSE Grid

In this post, we will introduce the MBSE Grid method, one of the MBSE (Methods of Model-Based Systems Engineering) methodologies. MBSE Grid This content is based on the paper “MBSE Grid: A Simplified SysML-Based Approach for Modeling Complex Systems.” The authors of the paper include Aurelijus Morkevicius. The MBSE Grid framework can be seen in … Read more

[MBSE-Method] #1. OOSEM (Object-Oriented Systems Engineering Methodology)

In this post, we will learn about ‘Object-Oriented Systems Engineering Methodology (OOSEM)’, one of the modeling methods. Even if you have knowledge of SysML, you can often feel at a loss about the starting point and progression sequence when designing a system in real life. Modeling Method plays a role in resolving these difficulties. A … Read more

[SysML] #27. Understanding Stm Diagram Event Pseudostate Region

Understanding Stm Diagram Event Pseudostate Region In SysML, events are one of the key elements of a state machine diagram. Events cause changes in the state of the system and are therefore essential for understanding the dynamic behavior of the system. SysML defines four main types of events: signal events, call events, timed events, and … Read more

[SysML] #26. Understanding Stm Diagram State and Transition

Understanding Stm Diagram State and Transition State machine diagrams in SysML are powerful tools for visualizing the behavior of complex systems. This article will guide you through the basic concepts of state machine diagrams and explain important points to consider when creating such diagrams. 1. Introduction to State Machine Diagrams A state machine diagram graphically … Read more

[SysML] #24. Seq Diag Constraints Fragment Decompose

Understanding Seq Diag Constraints Fragment Decompose Execution Specifications An execution specification is a mechanism for explicitly indicating the start and end of execution of specific actions in a sequence diagram. This allows you to more accurately understand and document the complex flow of system dynamic behavior and interactions. The use of execution specifications highlights the … Read more

[SysML] #23. Seq Diagram LifeLine and Message

In this article, we will explain the concept of sequence diagrams and specifically look at how they can be used in systems engineering. Understanding Seq Diagram LifeLine and Message Sequence diagrams in SysML provide a visual representation of how components interact within a system and how that interaction unfolds over time. Each component (lifeline) and … Read more