From f2949656c2752a28f021e30451b01aa9293b3047 Mon Sep 17 00:00:00 2001 From: Israa Ali Date: Thu, 16 Jan 2025 10:01:04 +0100 Subject: [PATCH] Fix and add some comments --- solution/tc_project_app/GVLs/GVL_APP.TcGVL | 2 +- solution/tc_project_app/POUs/MAIN.TcPOU | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/solution/tc_project_app/GVLs/GVL_APP.TcGVL b/solution/tc_project_app/GVLs/GVL_APP.TcGVL index e788366..05a6eef 100644 --- a/solution/tc_project_app/GVLs/GVL_APP.TcGVL +++ b/solution/tc_project_app/GVLs/GVL_APP.TcGVL @@ -9,7 +9,7 @@ END_VAR VAR_GLOBAL CONSTANT nAXIS_NUM: UINT := 0; //Specifies the total of axes in the system - nPNEUMATIC_AXIS_NUM: UINT := 0; //Specifies the totsl number pf pneumatic axes in the system + nPNEUMATIC_AXIS_NUM: UINT := 0; //Specifies the total number of pneumatic axes in the system END_VAR ]]> diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 15d49f0..16d2cb0 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -4,11 +4,11 @@