From 5763bf87bf4f6e9f8ac7797030398f755554b47c Mon Sep 17 00:00:00 2001 From: kristinajurisic Date: Tue, 16 Jul 2024 15:03:19 +0200 Subject: [PATCH] Add Shutter Operator panel Template, to define the behavior of the LEDs on the panel. --- solution/_Config/PLC/tc_project_app.xti | 2 +- .../tc_project_app/tc_project_app.plcproj | 27 ++++++++++--------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/solution/_Config/PLC/tc_project_app.xti b/solution/_Config/PLC/tc_project_app.xti index dee3b3f..eb7bdb2 100644 --- a/solution/_Config/PLC/tc_project_app.xti +++ b/solution/_Config/PLC/tc_project_app.xti @@ -1,7 +1,7 @@ - + tc_project_app Instance {08500001-0000-0000-F000-000000000064} diff --git a/solution/tc_project_app/tc_project_app.plcproj b/solution/tc_project_app/tc_project_app.plcproj index 4820150..d6e3ca9 100644 --- a/solution/tc_project_app/tc_project_app.plcproj +++ b/solution/tc_project_app/tc_project_app.plcproj @@ -37,6 +37,9 @@ Code + + Code + Code @@ -448,8 +451,8 @@ - - + + "<ProjectRoot>" {192FAD59-8248-4824-A8DE-9177C94C195A} @@ -519,16 +522,16 @@ - - - System.Boolean - System.Collections.Hashtable - System.Int32 - {af9bafe2-ba31-4b15-a2b9-48a0f2cd09fb} - {54dd0eac-a6d8-46f2-8c27-2f43c7e49861} - System.String - - + + + System.Boolean + System.Collections.Hashtable + System.Int32 + {af9bafe2-ba31-4b15-a2b9-48a0f2cd09fb} + {54dd0eac-a6d8-46f2-8c27-2f43c7e49861} + System.String + + \ No newline at end of file