File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11---
2- title : " Conductor "
2+ title : " Conductos "
33date : 2023-10-26
44draft : false
55weight : 1
@@ -40,18 +40,18 @@ Este diagrama ilustra cómo un conducto conecta de forma segura dos zonas con di
4040
4141``` mermaid
4242graph 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
You can’t perform that action at this time.
0 commit comments