From 9f2f07b9600052c0a8bcf97703dba760c6828834 Mon Sep 17 00:00:00 2001 From: Kristina Jurisic Date: Tue, 4 May 2021 12:42:37 +0200 Subject: [PATCH] Add FB_PNEUMATIC_AXIS FB to control pneumatic actuator. Currently implemented: single solenoid valve control, from PLC and manually. --- .../Applications/FB_PNEUMATIC_AXIS.TcPOU | 181 ++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 solution/tc_project_app/POUs/Application Specific/Applications/FB_PNEUMATIC_AXIS.TcPOU diff --git a/solution/tc_project_app/POUs/Application Specific/Applications/FB_PNEUMATIC_AXIS.TcPOU b/solution/tc_project_app/POUs/Application Specific/Applications/FB_PNEUMATIC_AXIS.TcPOU new file mode 100644 index 0000000..d08faef --- /dev/null +++ b/solution/tc_project_app/POUs/Application Specific/Applications/FB_PNEUMATIC_AXIS.TcPOU @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file