From 173400e7f0769b877fbef6d793e102a24e01eeb5 Mon Sep 17 00:00:00 2001 From: Paul Barron Date: Mon, 9 Dec 2019 14:41:16 +0100 Subject: [PATCH] Change Reference Velocity to 600 Changed for axis 1 and 2 --- solution/solution.tsproj | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/solution/solution.tsproj b/solution/solution.tsproj index d567ed2..afa0b59 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -1320,7 +1320,7 @@ External Setpoint Generation: - ARRAY [0..3] OF BIT + ARRAY [0..3] OF BIT 4 BIT @@ -1347,7 +1347,7 @@ External Setpoint Generation: - ARRAY [0..1] OF BIT + ARRAY [0..1] OF BIT 2 BIT @@ -1356,7 +1356,7 @@ External Setpoint Generation: - ARRAY [0..0] OF BIT + ARRAY [0..0] OF BIT 1 BIT @@ -1374,7 +1374,7 @@ External Setpoint Generation: - ARRAY [0..11] OF BIT + ARRAY [0..11] OF BIT 12 BIT @@ -1383,7 +1383,7 @@ External Setpoint Generation: - ARRAY [0..13] OF BIT + ARRAY [0..13] OF BIT 14 BIT @@ -1392,7 +1392,7 @@ External Setpoint Generation: - ARRAY [0..12] OF BIT + ARRAY [0..12] OF BIT 13 BIT @@ -1516,7 +1516,7 @@ External Setpoint Generation: - + @@ -1731,7 +1731,7 @@ External Setpoint Generation: - + @@ -2089,18 +2089,6 @@ External Setpoint Generation: BOOL - - GVL.axes[1].Axis.PlcToNc - PLCTONC_AXIS_REF - - - GVL.axes[2].Axis.PlcToNc - PLCTONC_AXIS_REF - - - GVL.axes[3].Axis.PlcToNc - PLCTONC_AXIS_REF - MAIN.bOutput2 BOOL @@ -2122,6 +2110,18 @@ External Setpoint Generation: MAIN.bOutput7 BOOL + + GVL.axes[1].Axis.PlcToNc + PLCTONC_AXIS_REF + + + GVL.axes[2].Axis.PlcToNc + PLCTONC_AXIS_REF + + + GVL.axes[3].Axis.PlcToNc + PLCTONC_AXIS_REF +