Skip to content

Commit 849b1ff

Browse files
authored
Update title and diagram labels in Conductos.md
1 parent 5091dbf commit 849b1ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/glosario/Conductos.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Conductor"
2+
title: "Conductos"
33
date: 2023-10-26
44
draft: false
55
weight: 1
@@ -40,18 +40,18 @@ Este diagrama ilustra cómo un conducto conecta de forma segura dos zonas con di
4040

4141
```mermaid
4242
graph TD
43-
subgraph Zona de Supervisión (SL-2)
43+
subgraph Zona de Supervisión - SL-2
4444
SCADA[Servidor SCADA];
4545
HMI[HMI de Operador];
4646
end
4747
48-
subgraph Zona de Control (SL-3)
49-
PLC[Controlador Lógico Programable (PLC)];
48+
subgraph Zona de Control - SL-3
49+
PLC[Controlador Lógico Programable - PLC];
5050
Sensores[Sensores/Actuadores];
5151
end
5252
53-
SCADA -- "Conducto (SL-3)" --> PLC;
54-
HMI -- "Conducto (SL-3)" --> Sensores;
53+
SCADA -- "Conducto - SL-3" --> PLC;
54+
HMI -- "Conducto - SL-3" --> Sensores;
5555
```
5656

5757

0 commit comments

Comments
 (0)