From d36efd414d76ccb4247a0a71201755f9d1e87141 Mon Sep 17 00:00:00 2001 From: Paul Barron Date: Mon, 9 Dec 2019 13:25:06 +0100 Subject: [PATCH] Create bOutput5 for axis 2 switches --- solution/solution.tsproj | 8 ++++++++ solution/tc_project_app/POUs/MAIN.TcPOU | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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;