From f2608e4812c45ec0f7187656cf3fd7c2acc467f2 Mon Sep 17 00:00:00 2001 From: Kristina Jurisic Date: Tue, 15 Jun 2021 15:19:58 +0200 Subject: [PATCH] Fix white space damage --- solution/tc_project_app/POUs/MAIN.TcPOU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 0e20dc4..c4ef67e 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -5,7 +5,7 @@ VAR sVersion: STRING := '1.0.0'; afbAxes: ARRAY [1..GVL_APP.nAXIS_NUM] OF FB_Axis; - afbPneumaticAxes: ARRAY [1..GVL_APP.nPNEUMATIC_AXIS_NUM] OF FB_PneumaticAxis; + afbPneumaticAxes: ARRAY [1..GVL_APP.nPNEUMATIC_AXIS_NUM] OF FB_PneumaticAxis; hmiAxisSelection: INT := 1; //Not possible to use local hmi variables for array indexes //Outputs: Power for Limit switches and Home Sensors (every 4th output)