# Arquitectura de Sistemas SCADA

Los sistemas SCADA están diseñados para proporcionar supervisión y control centralizados sobre procesos industriales y de infraestructura a gran escala. La arquitectura típica de un sistema SCADA se basa en varios niveles de operación:

1. <mark style="color:yellow;">**Nivel de Campo**</mark><mark style="color:yellow;">:</mark> Incluye sensores y actuadores que interactúan directamente con el proceso o maquinaria. Los sensores recopilan datos (como temperatura, presión, flujo) y los actuadores realizan acciones físicas (abrir/cerrar válvulas, iniciar/detener motores).
2. <mark style="color:yellow;">**Nivel de Control Local**</mark><mark style="color:yellow;">:</mark> Aquí, las RTU (Unidades Terminales Remotas) y PLC (Controladores Lógicos Programables) procesan datos de campo, ejecutan lógica de control y transmiten información a niveles superiores.
3. <mark style="color:yellow;">**Nivel de Supervisión y Control**</mark><mark style="color:yellow;">:</mark> Este nivel alberga la HMI (Interfaz Hombre-Máquina) y los servidores SCADA, donde los operadores visualizan y interactúan con el sistema. Desde aquí, se supervisan las operaciones, se toman decisiones de control y se gestionan alarmas.
4. <mark style="color:yellow;">**Nivel de Planificación y Gestión Empresarial**</mark><mark style="color:yellow;">:</mark> Aunque no siempre presente en todos los sistemas SCADA, este nivel conecta con los sistemas de información empresarial (ERP, CRM) para integrar la gestión operativa con la planificación y la toma de decisiones empresariales.


---

# Agent Instructions: 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:

```
GET https://books.spartan-cybersec.com/cpics/fundamentos-de-scada/arquitectura-de-sistemas-scada.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
