create folder for Application Specific programs

This commit is contained in:
Federico Rojas
2020-12-09 15:50:17 +01:00
parent 995bb53182
commit 7a92737f10

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.5">
<POU Name="EXAMPLE" Id="{4bdeebc0-15d8-4790-97d0-e9c4239d121c}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM EXAMPLE //Example program for a specific application
VAR
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[//Program any specific code or safety code for an specific application]]></ST>
</Implementation>
<LineIds Name="EXAMPLE">
<LineId Id="5" Count="0" />
</LineIds>
</POU>
</TcPlcObject>