From dc531c102f0f0a4c7b77561e9ec7a38f962f8c20 Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Thu, 6 Oct 2022 11:16:02 +0200 Subject: [PATCH] Recompile files without LineIDs --- .../Applications/Application_Template.TcPOU | 4 ---- .../Application_Specific/Axes/Axis_Template.TcPOU | 11 ----------- .../Axes/Pneumatics_Template.TcPOU | 12 ------------ 3 files changed, 27 deletions(-) diff --git a/solution/tc_project_app/POUs/Application_Specific/Applications/Application_Template.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Applications/Application_Template.TcPOU index 3c265a4..d653e82 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Applications/Application_Template.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Applications/Application_Template.TcPOU @@ -10,9 +10,5 @@ END_VAR - - - - \ No newline at end of file diff --git a/solution/tc_project_app/POUs/Application_Specific/Axes/Axis_Template.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Axes/Axis_Template.TcPOU index 026a49a..43513fc 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Axes/Axis_Template.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Axes/Axis_Template.TcPOU @@ -22,16 +22,5 @@ END_IF*) (*Eg. Stop when temperature reaches certain values, reduce speed if a signal is activated, etc. Eg. GVL.astAxes[x].stControl.bInterlockFwd := NOT bInterlockFwdOK;*)]]> - - - - - - - - - - - \ No newline at end of file diff --git a/solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU index 7192ca5..d374ed2 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU @@ -17,17 +17,5 @@ END_VAR ]]> - - - - - - - - - - - - \ No newline at end of file