From 2457083e950c91466acc7935fdd159cb37379d50 Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Tue, 30 Oct 2018 14:51:07 +0100 Subject: [PATCH] Add the actions AXES, ERROR and PROG to MAIN Three actions are in the MAIN AXES: contains the FB of each axis en FBD language EROR: Contians the FBs necessary for error handling PROG: space for sequencing, safety or anything else application specific --- solution/tc_project_app/POUs/MAIN.TcPOU | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 8f3f2f8..d5c4635 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -81,9 +81,11 @@ END_VAR ]]> - + - + @@ -1783,8 +1785,25 @@ END_VAR + + + + + + + + + + + + + + + + + \ No newline at end of file