diff --git a/solution/solution.tsproj b/solution/solution.tsproj index 8d9467c..7be7a3b 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -2101,6 +2101,13 @@ External Setpoint Generation: GVL.axes[3].Axis.PlcToNc PLCTONC_AXIS_REF + + MAIN.bOutput5 + + BOOL + @@ -3871,6 +3878,7 @@ External Setpoint Generation: + diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 4545be0..ff1b15c 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -14,7 +14,7 @@ VAR //bOutput2 AT %Q*: BOOL:= TRUE; //bOutput3 AT %Q*: BOOL:= TRUE; //bOutput4 AT %Q*: BOOL:= TRUE; - //bOutput5 AT %Q*: BOOL:= TRUE; + bOutput5 AT %Q*: BOOL:= TRUE; //bOutput6 AT %Q*: BOOL:= TRUE; //bOutput7 AT %Q*: BOOL:= TRUE; //bOutput8 AT %Q*: BOOL:= TRUE;