> For the complete documentation index, see [llms.txt](https://infosys.selmotech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infosys.selmotech.com/selmo-solution/selmo-solution-en/selmo-documentation/1-why-selmo/engineering-in-transition.md).

# Engineering in transition

## 1.1 Engineering in transition

This chapter describes, **why the engineering of machines has fundamentally changed**\
— and why proven practices are increasingly reaching their limits.

It's about **not yet about Selmo**,\
but about the context in which Selmo has become necessary.

***

### Increasing complexity of modern machines

Machines today are:

* modular in design
* highly automated
* flexibly configurable
* relevant to safety and liability
* software-driven

What used to be manageable is now a **complex system of states, dependencies and constraints**.

Typical drivers of this complexity are:

* variety of variants
* increasing safety requirements
* shorter product life cycles
* growing integration of software, sensors and communication
* increasing demands on diagnosis and documentation

This complexity arises **not from poor engineering**,\
but from real technical and regulatory requirements.

***

### Limits of classic PLC programming

Classic PLC programming is historically designed to:

* link signals
* switch sequences
* represent states implicitly in code

This approach works reliably —\
**as long as complexity is limited**.

However, with increasing complexity systemic limits become apparent:

* Sequence, safety and operation mix together in the code
* States are not explicitly defined but arise implicitly
* Behavior can only be understood through code analysis
* Diagnosis is created afterwards and manually
* Documentation no longer reflects the actual code state

The code says:

> *What is happening right now.*

However it does not say:

* why it is happening
* what is actually expected
* what is allowed or forbidden in this state

***

### Consequences for engineering and responsibility

This development has direct consequences:

* Machines become hard to explain
* Commissioning becomes more elaborate
* Troubleshooting becomes slower and dependent on individuals
* Changes increase the risk of unintended side effects
* Responsibility and liability are hard to justify

The problem is **not the PLC technology**,\
but the lack of a **formal, explicit model for machine behavior**.

***

### Transition to the next question

The central question therefore is no longer:

> *How do I program a machine?*

But:

> **How do I describe machine behavior so that**\
> **it is explainable, verifiable and accountable?**

This question is the starting point for the Selmo attitude.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://infosys.selmotech.com/selmo-solution/selmo-solution-en/selmo-documentation/1-why-selmo/engineering-in-transition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
