Skip to content

Commit

Permalink
Library
Browse files Browse the repository at this point in the history
  • Loading branch information
runtimevic committed May 12, 2024
1 parent 351493b commit cd98cea
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Assets/publicacion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Hola,
Seguimos con el curso de 👩‍💻 OOP IEC 61131-3 PLC 👨‍💻,
ya esta disponible el Video numero 58 de Youtube:
en este video veremos: Library - 02.
ya esta disponible el Video numero 59 de Youtube:
en este video veremos: Library - 03.

👉 https://youtu.be/krtj_cOGvzA

Expand Down Expand Up @@ -78,7 +78,7 @@ Lista de Videos del Curso OOP Programación Orientada a Objetos IEC61131-3 PLC:
- 058 - https://youtu.be/krtj_cOGvzA
- 059 -

Se busca colaborador para la traducción de la documentación al idioma que desee... 👀
Se busca colaborador para traducir la documentación al idioma que desee... 👀

- 👉 [Ayudame siendo Patrocinador](https://github.com/sponsors/runtimevic)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@
</SelectedLibraryCategories>
</PropertyGroup>
<ItemGroup>
<Compile Include="Components\Cylinder\Interfaces\I_AtHome.TcIO">
<SubType>Code</SubType>
</Compile>
<Compile Include="Components\Cylinder\Interfaces\I_AtWork.TcIO">
<SubType>Code</SubType>
</Compile>
<Compile Include="Components\Cylinder\Interfaces\I_MoveTo.TcIO">
<SubType>Code</SubType>
</Compile>
<Compile Include="FBs\FB_FB_AXL_E_EC_DI8_DO8_M12_6P_BitMaps.TcPOU">
<SubType>Code</SubType>
</Compile>
Expand All @@ -60,15 +69,40 @@
<Compile Include="POUs\MAIN.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="Units\DigitalInput\Class\FB_DigitalInput.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="Units\DigitalInput\Interface\I_DigitalStatus.TcIO">
<SubType>Code</SubType>
</Compile>
<Compile Include="Units\DigitalOutput\Class\FB_DigitalOutput.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="Units\DigitalOutput\Interface\I_DigitalOutput.TcIO">
<SubType>Code</SubType>
</Compile>
<Compile Include="Version\Global_Version.TcGVL">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="Components\Cylinder" />
<Folder Include="Components\Cylinder\Interfaces" />
<Folder Include="Components\Cylinder\DUTs" />
<Folder Include="DUTs" />
<Folder Include="GVLs" />
<Folder Include="FCs" />
<Folder Include="FBs" />
<Folder Include="Components" />
<Folder Include="Units" />
<Folder Include="Units\DigitalInput" />
<Folder Include="Units\DigitalInput\Class" />
<Folder Include="Units\DigitalInput\Interface" />
<Folder Include="Units\DigitalOutput" />
<Folder Include="Units\AnalogOutput" />
<Folder Include="Units\DigitalOutput\Class" />
<Folder Include="Units\DigitalOutput\Interface" />
<Folder Include="Units\Timers" />
<Folder Include="Version" />
<Folder Include="VISUs" />
<Folder Include="POUs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<TcSmItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.beckhoff.com/schemas/2012/07/TcSmProject" TcSmVersion="1.0" TcVersion="3.1.4024.56" ClassName="CNestedPlcProjDef">
<Project GUID="{E93761AB-A741-4D6B-B6C3-8CCCF05160AB}" Name="Library_OOP" PrjFilePath="..\..\Library_OOP\Library_OOP.plcproj" TmcFilePath="..\..\Library_OOP\Library_OOP.tmc" ReloadTmc="true" AmsPort="851" TargetArchiveSettings="#x000f" FileArchiveSettings="#x000e" SymbolicMapping="true">
<Instance Id="#x08502000" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="1" TmcPath="Library_OOP\Library_OOP.tmc" TmcHash="{355BA8CA-8F64-EA12-7A56-EDB6CD3E1836}">
<Instance Id="#x08502000" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="1" TmcPath="Library_OOP\Library_OOP.tmc" TmcHash="{52B82954-A176-6C24-C7DA-EA75A3483124}">
<Name>Library_OOP Instance</Name>
<CLSID ClassFactory="TcPlc30">{08500001-0000-0000-F000-000000000064}</CLSID>
<Contexts>
Expand Down
13 changes: 13 additions & 0 deletions docs/es/Librerias.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ En el mundo del desarrollo de software, este concepto de gestión de bibliotecas
- 🔗 [Command Properties (PLC project),Category Common](https://infosys.beckhoff.com/content/1033/tc3_plc_intro/3260045067.html?id=49844948578869775)

![TwinCAT_Libraries_Common](./imagenes/TwinCAT_Libraries_Common.png)
***
### <span style="color:grey">Documentar Bloques y Librerias:</span>

- Documentation format -- Options:
- Up to TC3.1 Build 4024: reStructuredText:
- 🔗 [Extended – reStructuredText](https://infosys.beckhoff.com/content/1033/tc3_plc_intro/4423058059.html?id=4930358259585406454)
- 🔗 [reStructuredText syntax reminder](https://infosys.beckhoff.com/content/1033/tc3_plc_intro/6158078987.html?id=4654664995158782773)
- 🔗 [Library documentation reStructuredTex](https://infosys.beckhoff.com/content/1033/tc3_plc_intro/7647368331.html?id=8244039490743699870)
- 🔗 [Documentation of a function block](https://infosys.beckhoff.com/content/1033/tc3_plc_intro/6158080011.html?id=8022103526872950709)
- From TC3.1 Build 4026: TcDocGen

- 🔗 [TE1030 | TwinCAT 3 Documentation Generation -- TwinCAT 3.1.4026](https://www.beckhoff.com/en-en/products/automation/twincat/texxxx-twincat-3-engineering/te1030.html)

### <span style="color:grey">¿Donde encontrar las librerias creadas de este Curso de OOP?</span>
- 📚 👉 [Proyecto Librerias creadas](https://github.com/runtimevic/OOP-IEC61131-3--Curso-Youtube/tree/master/Library)
***
Expand Down

0 comments on commit cd98cea

Please sign in to comment.