Comment the templates call for pneumatics and application in MAIN/PROG

This commit is contained in:
federicorojas
2022-02-04 13:56:40 +01:00
parent bb62c2b55f
commit 3eec9b48d0
2 changed files with 6 additions and 2 deletions

View File

@@ -80,8 +80,10 @@ END_IF]]></ST>
//Axes initial parameters and program
Axis_Template();
//Pneumatics_Template();
//Application program calls
//Application_Template();
]]></ST>
</Implementation>
</Action>
@@ -236,9 +238,11 @@ END_FOR]]></ST>
<LineId Id="7" Count="0" />
<LineId Id="6" Count="0" />
<LineId Id="8" Count="0" />
<LineId Id="12" Count="0" />
<LineId Id="10" Count="0" />
<LineId Id="9" Count="0" />
<LineId Id="3" Count="0" />
<LineId Id="11" Count="0" />
</LineIds>
<LineIds Name="MAIN.RESTORE_POSITIONS">
<LineId Id="567" Count="105" />

View File

@@ -31,10 +31,10 @@
<Compile Include="POUs\Application_Specific\Applications\Application_Template.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Application_Specific\Applications\Pneumatics_Template.TcPOU">
<Compile Include="POUs\Application_Specific\Axes\Axis_Template.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Application_Specific\Axes\Axis_Template.TcPOU">
<Compile Include="POUs\Application_Specific\Axes\Pneumatics_Template.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\MAIN.TcPOU">