From 5b532934e765eee90d494746b8fabfb0e644df0e Mon Sep 17 00:00:00 2001 From: Runtimevic Date: Sun, 12 May 2024 21:25:39 +0200 Subject: [PATCH] Library_03 --- Assets/publicacion.md | 4 ++-- .../Library_OOP/Library_OOP.plcproj | 14 ++++++++++++ .../Project Information/F_GetCompany.TcPOU | 17 ++++++++++++++ .../Project Information/F_GetTitle.TcPOU | 17 ++++++++++++++ .../Project Information/F_GetVersion.TcPOU | 22 +++++++++++++++++++ 5 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetCompany.TcPOU create mode 100644 Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetTitle.TcPOU create mode 100644 Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetVersion.TcPOU diff --git a/Assets/publicacion.md b/Assets/publicacion.md index a51d71149..a49d151f0 100644 --- a/Assets/publicacion.md +++ b/Assets/publicacion.md @@ -5,7 +5,7 @@ Seguimos con el curso de 👩‍💻 OOP IEC 61131-3 PLC 👨‍💻, ya esta disponible el Video numero 59 de Youtube: en este video veremos: Library - 03. -👉 https://youtu.be/krtj_cOGvzA +👉 https://youtu.be/dck-307PAjg 🐙 Repositorio de GitHub: - 👉 https://github.com/runtimevic/OOP-IEC61131-3--Curso-Youtube @@ -76,7 +76,7 @@ Lista de Videos del Curso OOP Programación Orientada a Objetos IEC61131-3 PLC: - 056 - https://youtu.be/_LmpfAeulgQ - 057 - https://youtu.be/Kox2D_l65CA - 058 - https://youtu.be/krtj_cOGvzA -- 059 - +- 059 - https://youtu.be/dck-307PAjg Se busca colaborador para traducir la documentación al idioma que desee... 👀 diff --git a/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Library_OOP.plcproj b/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Library_OOP.plcproj index 99891ea6f..4b0cfc60e 100644 --- a/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Library_OOP.plcproj +++ b/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Library_OOP.plcproj @@ -43,6 +43,7 @@ {4c30be10-0c29-4796-921e-62ecfda40191} {e42e9899-3114-40a3-911f-5f44e2769932} + reStructuredText @@ -69,6 +70,18 @@ Code + + Code + true + + + Code + true + + + Code + true + Code @@ -94,6 +107,7 @@ + diff --git a/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetCompany.TcPOU b/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetCompany.TcPOU new file mode 100644 index 000000000..79d1b4a3c --- /dev/null +++ b/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetCompany.TcPOU @@ -0,0 +1,17 @@ + + + + + + + + + \ No newline at end of file diff --git a/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetTitle.TcPOU b/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetTitle.TcPOU new file mode 100644 index 000000000..804111f8b --- /dev/null +++ b/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetTitle.TcPOU @@ -0,0 +1,17 @@ + + + + + + + + + \ No newline at end of file diff --git a/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetVersion.TcPOU b/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetVersion.TcPOU new file mode 100644 index 000000000..310ac64c8 --- /dev/null +++ b/Library/TC3_Library_OOP/TC3_Library_OOP/Library_OOP/Project Information/F_GetVersion.TcPOU @@ -0,0 +1,22 @@ + + + + + + + + + \ No newline at end of file