Delete the program prog from the solution and just leave the action from MAIN

This commit is contained in:
Federico Rojas
2020-12-09 15:59:35 +01:00
parent 393d1282ab
commit b7388e21c6
2 changed files with 0 additions and 19 deletions

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.5">
<POU Name="PROG" Id="{971c9f67-c7aa-4c3b-a151-6b6f987c9db5}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM PROG //Place to program application specific code
VAR
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[]]></ST>
</Implementation>
<LineIds Name="PROG">
<LineId Id="5" Count="0" />
</LineIds>
</POU>
</TcPlcObject>

View File

@@ -33,9 +33,6 @@
<Compile Include="POUs\MAIN.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\PROG.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="tc_mca_std_lib\DUTs\E_AxisParameters.TcTLEO">
<SubType>Code</SubType>
</Compile>