diff --git a/solution/_Config/PLC/tc_project_app.xti b/solution/_Config/PLC/tc_project_app.xti index dbf21f9..9067711 100644 --- a/solution/_Config/PLC/tc_project_app.xti +++ b/solution/_Config/PLC/tc_project_app.xti @@ -4,14 +4,6 @@ tc_project_app Instance {08500001-0000-0000-F000-000000000064} - - PlcTask Outputs - - MAIN.bOutput1 - - BOOL - - 0 diff --git a/solution/tc_project_app/GlobalTextList.TcGTLO b/solution/tc_project_app/GlobalTextList.TcGTLO index 550df53..c9e9655 100644 --- a/solution/tc_project_app/GlobalTextList.TcGTLO +++ b/solution/tc_project_app/GlobalTextList.TcGTLO @@ -280,6 +280,11 @@ "halt" + + "123" + "HOME" + + "169" "homeDirect" 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 dfff176..b7dc9f6 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 @@ -3,7 +3,11 @@ @@ -16,7 +20,8 @@ END_VAR END_IF*) //Define ACTIONS() or write exclusive code for an specific axis. -//Eg. Stop when temperature reaches certain values, reduce speed if a signal is activated, etc. +(*Eg. Stop when temperature reaches certain values, reduce speed if a signal is activated, etc. +Eg. GVL.astAxes[x].stControl.bInterlockFwd := NOT bInterlockFwdOK;*) ]]> @@ -28,6 +33,7 @@ END_IF*) +