From b853465ed61081594da4a5f31f06431c05122dd8 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 6 May 2014 19:07:27 +0000 Subject: [PATCH] Add new symbols, thanks Paul git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3058 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- .../{ => grafcet_simple}/actions/action.elmt | 0 .../actions/continue.elmt | 0 .../actions/qet_directory | 0 .../grafcet/{ => grafcet_simple}/et.elmt | 0 .../grafcet/{ => grafcet_simple}/etape.elmt | 0 .../{ => grafcet_simple}/etape_initiale.elmt | 0 .../{ => grafcet_simple}/macro/etape.elmt | 0 .../macro/etape_entree.elmt | 0 .../macro/etape_sortie.elmt | 0 .../{ => grafcet_simple}/macro/qet_directory | 0 .../grafcet/grafcet_simple/qet_directory | 14 + .../grafcet/{ => grafcet_simple}/saut.elmt | 0 .../{ => grafcet_simple}/transition.elmt | 0 .../grafcet/iso_sfc/actions/action_d.elmt | 29 + .../grafcet/iso_sfc/actions/action_ds.elmt | 29 + .../grafcet/iso_sfc/actions/action_l.elmt | 29 + .../grafcet/iso_sfc/actions/action_n.elmt | 28 + .../grafcet/iso_sfc/actions/action_p.elmt | 29 + .../grafcet/iso_sfc/actions/action_r.elmt | 28 + .../grafcet/iso_sfc/actions/action_s.elmt | 28 + .../grafcet/iso_sfc/actions/action_sd.elmt | 29 + .../grafcet/iso_sfc/actions/action_sl.elmt | 29 + .../grafcet/iso_sfc/actions/actiongroup.elmt | 27 + .../grafcet/iso_sfc/actions/continue.elmt | 23 + .../grafcet/iso_sfc/actions/qet_directory | 15 + .../grafcet/iso_sfc/convergence.elmt | 27 + .../00automatisme/grafcet/iso_sfc/et.elmt | 25 + .../00automatisme/grafcet/iso_sfc/example.qet | 1740 +++++++++++++++++ .../grafcet/iso_sfc/flowdir.elmt | 14 + .../grafcet/iso_sfc/jump_from.elmt | 23 + .../grafcet/iso_sfc/jump_to.elmt | 23 + .../grafcet/iso_sfc/qet_directory | 14 + .../grafcet/iso_sfc/steps/etape.elmt | 27 + .../grafcet/iso_sfc/steps/etape_initiale.elmt | 28 + .../grafcet/iso_sfc/steps/etape_sortie.elmt | 23 + .../grafcet/iso_sfc/steps/qet_directory | 15 + .../grafcet/iso_sfc/steps/stepenclosed.elmt | 31 + .../grafcet/iso_sfc/steps/stepmacro.elmt | 29 + .../grafcet/iso_sfc/transitions/qet_directory | 5 + .../iso_sfc/transitions/transfunc.elmt | 27 + .../iso_sfc/transitions/transition.elmt | 26 + 41 files changed, 2414 insertions(+) rename elements/00automatisme/grafcet/{ => grafcet_simple}/actions/action.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/actions/continue.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/actions/qet_directory (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/et.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/etape.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/etape_initiale.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/macro/etape.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/macro/etape_entree.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/macro/etape_sortie.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/macro/qet_directory (100%) create mode 100644 elements/00automatisme/grafcet/grafcet_simple/qet_directory rename elements/00automatisme/grafcet/{ => grafcet_simple}/saut.elmt (100%) rename elements/00automatisme/grafcet/{ => grafcet_simple}/transition.elmt (100%) create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_d.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_ds.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_l.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_n.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_p.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_r.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_s.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_sd.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/action_sl.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/actiongroup.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/continue.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/actions/qet_directory create mode 100644 elements/00automatisme/grafcet/iso_sfc/convergence.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/et.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/example.qet create mode 100644 elements/00automatisme/grafcet/iso_sfc/flowdir.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/jump_from.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/jump_to.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/qet_directory create mode 100644 elements/00automatisme/grafcet/iso_sfc/steps/etape.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/steps/etape_initiale.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/steps/etape_sortie.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/steps/qet_directory create mode 100644 elements/00automatisme/grafcet/iso_sfc/steps/stepenclosed.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/steps/stepmacro.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/transitions/qet_directory create mode 100644 elements/00automatisme/grafcet/iso_sfc/transitions/transfunc.elmt create mode 100644 elements/00automatisme/grafcet/iso_sfc/transitions/transition.elmt diff --git a/elements/00automatisme/grafcet/actions/action.elmt b/elements/00automatisme/grafcet/grafcet_simple/actions/action.elmt similarity index 100% rename from elements/00automatisme/grafcet/actions/action.elmt rename to elements/00automatisme/grafcet/grafcet_simple/actions/action.elmt diff --git a/elements/00automatisme/grafcet/actions/continue.elmt b/elements/00automatisme/grafcet/grafcet_simple/actions/continue.elmt similarity index 100% rename from elements/00automatisme/grafcet/actions/continue.elmt rename to elements/00automatisme/grafcet/grafcet_simple/actions/continue.elmt diff --git a/elements/00automatisme/grafcet/actions/qet_directory b/elements/00automatisme/grafcet/grafcet_simple/actions/qet_directory similarity index 100% rename from elements/00automatisme/grafcet/actions/qet_directory rename to elements/00automatisme/grafcet/grafcet_simple/actions/qet_directory diff --git a/elements/00automatisme/grafcet/et.elmt b/elements/00automatisme/grafcet/grafcet_simple/et.elmt similarity index 100% rename from elements/00automatisme/grafcet/et.elmt rename to elements/00automatisme/grafcet/grafcet_simple/et.elmt diff --git a/elements/00automatisme/grafcet/etape.elmt b/elements/00automatisme/grafcet/grafcet_simple/etape.elmt similarity index 100% rename from elements/00automatisme/grafcet/etape.elmt rename to elements/00automatisme/grafcet/grafcet_simple/etape.elmt diff --git a/elements/00automatisme/grafcet/etape_initiale.elmt b/elements/00automatisme/grafcet/grafcet_simple/etape_initiale.elmt similarity index 100% rename from elements/00automatisme/grafcet/etape_initiale.elmt rename to elements/00automatisme/grafcet/grafcet_simple/etape_initiale.elmt diff --git a/elements/00automatisme/grafcet/macro/etape.elmt b/elements/00automatisme/grafcet/grafcet_simple/macro/etape.elmt similarity index 100% rename from elements/00automatisme/grafcet/macro/etape.elmt rename to elements/00automatisme/grafcet/grafcet_simple/macro/etape.elmt diff --git a/elements/00automatisme/grafcet/macro/etape_entree.elmt b/elements/00automatisme/grafcet/grafcet_simple/macro/etape_entree.elmt similarity index 100% rename from elements/00automatisme/grafcet/macro/etape_entree.elmt rename to elements/00automatisme/grafcet/grafcet_simple/macro/etape_entree.elmt diff --git a/elements/00automatisme/grafcet/macro/etape_sortie.elmt b/elements/00automatisme/grafcet/grafcet_simple/macro/etape_sortie.elmt similarity index 100% rename from elements/00automatisme/grafcet/macro/etape_sortie.elmt rename to elements/00automatisme/grafcet/grafcet_simple/macro/etape_sortie.elmt diff --git a/elements/00automatisme/grafcet/macro/qet_directory b/elements/00automatisme/grafcet/grafcet_simple/macro/qet_directory similarity index 100% rename from elements/00automatisme/grafcet/macro/qet_directory rename to elements/00automatisme/grafcet/grafcet_simple/macro/qet_directory diff --git a/elements/00automatisme/grafcet/grafcet_simple/qet_directory b/elements/00automatisme/grafcet/grafcet_simple/qet_directory new file mode 100644 index 000000000..67a7fc51a --- /dev/null +++ b/elements/00automatisme/grafcet/grafcet_simple/qet_directory @@ -0,0 +1,14 @@ + + + المخطط الوظيفي التعاقبي SFC + Grafcet + Grafcet + Grafcet + Grafcet + Grafcet + Grafcet + Grafcet + Λογικά διαγράμματα (Grafcet) + Grafcet afloopdiagram + + diff --git a/elements/00automatisme/grafcet/saut.elmt b/elements/00automatisme/grafcet/grafcet_simple/saut.elmt similarity index 100% rename from elements/00automatisme/grafcet/saut.elmt rename to elements/00automatisme/grafcet/grafcet_simple/saut.elmt diff --git a/elements/00automatisme/grafcet/transition.elmt b/elements/00automatisme/grafcet/grafcet_simple/transition.elmt similarity index 100% rename from elements/00automatisme/grafcet/transition.elmt rename to elements/00automatisme/grafcet/grafcet_simple/transition.elmt diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_d.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_d.elmt new file mode 100644 index 000000000..afd9c162d --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_d.elmt @@ -0,0 +1,29 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action delay + Continua + Action delay + Działanie + Actie vertraagd + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +D action is delayed for time, running only when time is expired and step is still active + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_ds.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_ds.elmt new file mode 100644 index 000000000..60ee13270 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_ds.elmt @@ -0,0 +1,29 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action delayed stored + Continua + Action delay store + Działanie + Actie delay store + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +DS action is delayed and started after delay, if step is not active action will stop. + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_l.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_l.elmt new file mode 100644 index 000000000..623940c79 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_l.elmt @@ -0,0 +1,29 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action limit + Continua + Action limit + Działanie + Actie limit + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +L action is running for limited time, or when step is deactivated + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_n.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_n.elmt new file mode 100644 index 000000000..e16b276cc --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_n.elmt @@ -0,0 +1,28 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action Normal + Continua + Action normal + Działanie + Actie normaal + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +N executes whiler the step is active + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_p.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_p.elmt new file mode 100644 index 000000000..6d5a51b1a --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_p.elmt @@ -0,0 +1,29 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action puls + Continua + Action puls + Działanie + Actie puls + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +P action is only executed once ((IEC it will be twice) when step becomes active + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_r.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_r.elmt new file mode 100644 index 000000000..f1b124f32 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_r.elmt @@ -0,0 +1,28 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action Reset + Continua + Action Reset + Działanie + Actie reset + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +R The action is reset , when step is activated the action is reset, meaning the running action will be stopped. + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_s.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_s.elmt new file mode 100644 index 000000000..a873fd6ff --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_s.elmt @@ -0,0 +1,28 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action Set + Continua + Action Set + Działanie + Actie Set + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +S The action is set , when step is deactivated the action stays true + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_sd.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_sd.elmt new file mode 100644 index 000000000..863c04999 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_sd.elmt @@ -0,0 +1,29 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action stored delayed + Continua + Action store delay + Działanie + Actie store delay + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +SD action is stored and will start after timedelay , even after step is deactivated + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/action_sl.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/action_sl.elmt new file mode 100644 index 000000000..db59aa4c3 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/action_sl.elmt @@ -0,0 +1,29 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action stored limited + Continua + Action stored limited + Działanie + Actie stored limited + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +SL action is stored and running limited time, even when step is deactivated. + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/actiongroup.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/actiongroup.elmt new file mode 100644 index 000000000..46a716f98 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/actiongroup.elmt @@ -0,0 +1,27 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + Action group + Continua + Action normal + Działanie + Actie groep + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +calling a subgroup of a SFC + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/continue.elmt b/elements/00automatisme/grafcet/iso_sfc/actions/continue.elmt new file mode 100644 index 000000000..6ef81423a --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/continue.elmt @@ -0,0 +1,23 @@ + + + مستمرّ + Fortsetzen + continuo + Συνέχεια + continue + Continua + continue + Działanie + Čin + Verder + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/actions/qet_directory b/elements/00automatisme/grafcet/iso_sfc/actions/qet_directory new file mode 100644 index 000000000..9ab996753 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/actions/qet_directory @@ -0,0 +1,15 @@ + + + Aktion + Actions + Actions + أفعال + Działania + Činy + Acciones + Acções + Azioni + Ενέργειες + Akties + + diff --git a/elements/00automatisme/grafcet/iso_sfc/convergence.elmt b/elements/00automatisme/grafcet/iso_sfc/convergence.elmt new file mode 100644 index 000000000..b00c5d773 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/convergence.elmt @@ -0,0 +1,27 @@ + + + إنتقاليّة + Übergang + transição + Μετάβαση + simultane trans + Transizione + transition + Tranzycja + transición + simultaan pad + Přechod + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/et.elmt b/elements/00automatisme/grafcet/iso_sfc/et.elmt new file mode 100644 index 000000000..8b451340f --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/et.elmt @@ -0,0 +1,25 @@ + + + And + Und + E (And) + Και (AND) + And + And + Et + And + Y + A (And) + EN + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/example.qet b/elements/00automatisme/grafcet/iso_sfc/example.qet new file mode 100644 index 000000000..2991d73c3 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/example.qet @@ -0,0 +1,1740 @@ + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Created by potrace 1.10, written by Peter Selinger 2001-2011 + + + + + + + + + + + + + + + + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + + + + + %{department} + + + + + + %{ref} + + + + + + %{author} + + + + + + %{approval} + + + + + %{filename} + + + + + + qet@lists.tuxfamily.org + + + + + %{owner} + + + + + %{type} + + + + + %{status} + + + + + + %{code} + + + + + Qelectrotech.org + + + + + %{title} + + + + + + %{name} + + + + + + %{revision} + %{revision} + + + + + + %{date} + + + + + %{country} + + + + + + %{folio-id}/%{folio-total} + %{folio-id}/%{folio-total} + %{folio-id}/%{folio-total} + + + + + + + + v1 + true + example SFC + shooter@home.nl + qelectrotech + CAD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Importierte elemente + Импортированные элементы + elementos importados + Εισηγμένα στοιχεία + Imported elements + Uvezeni elementi + Elementi importati + Éléments importés + Elementy importowane + Elementos importados + Elemente importate + Elementen geïmporteerd + Elements importats + Zavedené prvky + + + + المخطط الوظيفي التعاقبي SFC + ISO SFC + ISO SFC + Λογικά διαγράμματα (ISO SFC) + ISO SFC + ISO SFC + ISO SFC + ISO SFC + ISO SFC + ISO SFC + + + + ماكرو خطوة + Makro Schritte + Etapas Macro + Βήματα Macro + Steps + Macro + Macro etape + Kroki makro + Macro etapas + Macro stappen + Makro kroky + + + + + خطوة + Schritt + Etapa + Βήμα + Step init + Passo + Etape + Krok + Etapa + Stap start + Krok + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + + + خطوة + Schritt + Etapa + Βήμα + Step + Passo + Etape + Krok + Etapa + Stap + Krok + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + + خطوة + Schritt + Etapa + Βήμα + Step macro + Passo + Etape + Krok + Etapa + Stap macro + Krok + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + + + + خطوة + Schritt + Etapa + Βήμα + enclosed step + Passo + Etape + Krok + Etapa + gebonden stap + Krok + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + + + + + + transitions + + + + + إنتقاليّة + Übergang + transição + Μετάβαση + transition + Transizione + transition + Tranzycja + transición + Overgang + Přechod + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + مستمرّ + Aktion + continuo + Συνέχεια + trans bool function + Continua + Action normal + Działanie + bool functie + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + + + أفعال + Aktion + Acções + Ενέργειες + Actions + Azioni + Actions + Działania + Acciones + Akties + Činy + + + + + مستمرّ + Aktion + continuo + Συνέχεια + Action limit + Continua + Action limit + Działanie + Actie limit + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +L action is running for limited time, or when step is deactivated + + + + + + + + + + + + + + + + مستمرّ + Aktion + continuo + Συνέχεια + Action Set + Continua + Action Set + Działanie + Actie Set + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +S The action is set , when step is deactivated the action stays true + + + + + + + + + + + + + + + مستمرّ + Aktion + continuo + Συνέχεια + Action Normal + Continua + Action normal + Działanie + Actie normaal + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +N executes whiler the step is active + + + + + + + + + + + + + + + مستمرّ + Aktion + continuo + Συνέχεια + Action Reset + Continua + Action Reset + Działanie + Actie reset + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license +action in a step +The letter can be: +R The action is reset , when step is activated the action is reset, meaning the running action will be stopped. + + + + + + + + + + + + + + + + إنتقاليّة + Übergang + transição + Μετάβαση + simultane trans + Transizione + transition + Tranzycja + transición + simultaan pad + Přechod + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + + flow direction + richting + + + + + + + + + + + + + + + الصفحة السابقة + Vorherige Seite + Προηγούμενη σελίδα + jump from + Foglio precedente + Folio précédent + Wejście adresowe + folio anterior + sprong van + Předchozí list + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + الصفحة السابقة + Vorherige Seite + Προηγούμενη σελίδα + jump to + Foglio precedente + Folio précédent + Wejście adresowe + folio anterior + sprong naar + Předchozí list + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/flowdir.elmt b/elements/00automatisme/grafcet/iso_sfc/flowdir.elmt new file mode 100644 index 000000000..837cea84a --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/flowdir.elmt @@ -0,0 +1,14 @@ + + + flow direction + richting + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/jump_from.elmt b/elements/00automatisme/grafcet/iso_sfc/jump_from.elmt new file mode 100644 index 000000000..773c9ec09 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/jump_from.elmt @@ -0,0 +1,23 @@ + + + الصفحة السابقة + Vorherige Seite + Προηγούμενη σελίδα + jump from + Foglio precedente + Folio précédent + Wejście adresowe + folio anterior + sprong van + Předchozí list + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/jump_to.elmt b/elements/00automatisme/grafcet/iso_sfc/jump_to.elmt new file mode 100644 index 000000000..28fc06e4c --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/jump_to.elmt @@ -0,0 +1,23 @@ + + + الصفحة السابقة + Vorherige Seite + Προηγούμενη σελίδα + jump to + Foglio precedente + Folio précédent + Wejście adresowe + folio anterior + sprong naar + Předchozí list + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/qet_directory b/elements/00automatisme/grafcet/iso_sfc/qet_directory new file mode 100644 index 000000000..b6a90381c --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/qet_directory @@ -0,0 +1,14 @@ + + + المخطط الوظيفي التعاقبي SFC + ISO SFC + ISO SFC + Λογικά διαγράμματα (ISO SFC) + ISO SFC + ISO SFC + ISO SFC + ISO SFC + ISO SFC + ISO SFC + + diff --git a/elements/00automatisme/grafcet/iso_sfc/steps/etape.elmt b/elements/00automatisme/grafcet/iso_sfc/steps/etape.elmt new file mode 100644 index 000000000..9919fc37b --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/steps/etape.elmt @@ -0,0 +1,27 @@ + + + خطوة + Schritt + Etapa + Βήμα + Step + Passo + Etape + Krok + Etapa + Stap + Krok + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/steps/etape_initiale.elmt b/elements/00automatisme/grafcet/iso_sfc/steps/etape_initiale.elmt new file mode 100644 index 000000000..b62468deb --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/steps/etape_initiale.elmt @@ -0,0 +1,28 @@ + + + خطوة + Schritt + Etapa + Βήμα + Step init + Passo + Etape + Krok + Etapa + Stap start + Krok + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/steps/etape_sortie.elmt b/elements/00automatisme/grafcet/iso_sfc/steps/etape_sortie.elmt new file mode 100644 index 000000000..0d216d0af --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/steps/etape_sortie.elmt @@ -0,0 +1,23 @@ + + + خطوة خرج + Ausgangs Schritt + Etapa de saída + Βήμα εξόδου + Output step + Uscita + Etape sortie + Krok (output) + Etapa de salida + Výstupní krok + Uitgang stap + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/steps/qet_directory b/elements/00automatisme/grafcet/iso_sfc/steps/qet_directory new file mode 100644 index 000000000..a8968f262 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/steps/qet_directory @@ -0,0 +1,15 @@ + + + ماكرو خطوة + Makro Schritte + Etapas Macro + Βήματα Macro + Steps + Macro + Macro etape + Kroki makro + Macro etapas + Macro stappen + Makro kroky + + diff --git a/elements/00automatisme/grafcet/iso_sfc/steps/stepenclosed.elmt b/elements/00automatisme/grafcet/iso_sfc/steps/stepenclosed.elmt new file mode 100644 index 000000000..bfde0b881 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/steps/stepenclosed.elmt @@ -0,0 +1,31 @@ + + + خطوة + Schritt + Etapa + Βήμα + enclosed step + Passo + Etape + Krok + Etapa + gebonden stap + Krok + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/steps/stepmacro.elmt b/elements/00automatisme/grafcet/iso_sfc/steps/stepmacro.elmt new file mode 100644 index 000000000..995127dc2 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/steps/stepmacro.elmt @@ -0,0 +1,29 @@ + + + خطوة + Schritt + Etapa + Βήμα + Step macro + Passo + Etape + Krok + Etapa + Stap macro + Krok + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/transitions/qet_directory b/elements/00automatisme/grafcet/iso_sfc/transitions/qet_directory new file mode 100644 index 000000000..6402cc759 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/transitions/qet_directory @@ -0,0 +1,5 @@ + + + transitions + + diff --git a/elements/00automatisme/grafcet/iso_sfc/transitions/transfunc.elmt b/elements/00automatisme/grafcet/iso_sfc/transitions/transfunc.elmt new file mode 100644 index 000000000..70735d3da --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/transitions/transfunc.elmt @@ -0,0 +1,27 @@ + + + مستمرّ + Aktion + continuo + Συνέχεια + trans bool function + Continua + Action normal + Działanie + bool functie + Čin + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + + + + diff --git a/elements/00automatisme/grafcet/iso_sfc/transitions/transition.elmt b/elements/00automatisme/grafcet/iso_sfc/transitions/transition.elmt new file mode 100644 index 000000000..040e12781 --- /dev/null +++ b/elements/00automatisme/grafcet/iso_sfc/transitions/transition.elmt @@ -0,0 +1,26 @@ + + + إنتقاليّة + Übergang + transição + Μετάβαση + transition + Transizione + transition + Tranzycja + transición + Overgang + Přechod + + Author: The QElectroTech team +License: see http://qelectrotech.org/wiki/doc/elements_license + + + + + + + + + +