mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 21:40:52 +01:00
Ajout de symboles grafcet et de nouveaux exemples
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@978 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
10
elements/automatisme/grafcet/actions/action.elmt
Normal file
10
elements/automatisme/grafcet/actions/action.elmt
Normal file
@@ -0,0 +1,10 @@
|
||||
<definition width="140" version="0.2" hotspot_x="0" hotspot_y="15" height="30" type="element" ic="true" orientation="dnyn" >
|
||||
<names>
|
||||
<name lang="fr" >action</name>
|
||||
</names>
|
||||
<description>
|
||||
<input x="8" y="2" size="8" text="action" />
|
||||
<rect width="125" x="7" y="-5" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" />
|
||||
<terminal x="2" y="0" orientation="w" />
|
||||
</description>
|
||||
</definition>
|
||||
12
elements/automatisme/grafcet/actions/continue.elmt
Normal file
12
elements/automatisme/grafcet/actions/continue.elmt
Normal file
@@ -0,0 +1,12 @@
|
||||
<definition width="140" version="0.2" hotspot_x="0" hotspot_y="15" height="30" type="element" orientation="dnyn" >
|
||||
<names>
|
||||
<name lang="fr" >continue</name>
|
||||
</names>
|
||||
<description>
|
||||
<input x="25" y="2" size="8" rotate="true" text="action" />
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-5" x1="20" y2="4" x2="20" />
|
||||
<text x="8" y="3" size="8" text="=" />
|
||||
<rect width="125" x="7" y="-5" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" />
|
||||
<terminal x="3" y="0" orientation="w" />
|
||||
</description>
|
||||
</definition>
|
||||
6
elements/automatisme/grafcet/actions/qet_directory
Normal file
6
elements/automatisme/grafcet/actions/qet_directory
Normal file
@@ -0,0 +1,6 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="en" >Actions</name>
|
||||
<name lang="fr" >Actions</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
14
elements/automatisme/grafcet/et.elmt
Normal file
14
elements/automatisme/grafcet/et.elmt
Normal file
@@ -0,0 +1,14 @@
|
||||
<definition width="20" version="0.2" hotspot_x="10" hotspot_y="10" height="20" type="element" orientation="dyyy" >
|
||||
<names>
|
||||
<name lang="en" >And</name>
|
||||
<name lang="fr" >Et</name>
|
||||
</names>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="0" y2="2" x2="7" />
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2" x1="0" y2="-2" x2="7" />
|
||||
<terminal x="0" y="-3" orientation="n" />
|
||||
<terminal x="8" y="-2" orientation="e" />
|
||||
<terminal x="8" y="2" orientation="e" />
|
||||
<terminal x="0" y="3" orientation="s" />
|
||||
</description>
|
||||
</definition>
|
||||
14
elements/automatisme/grafcet/etape.elmt
Normal file
14
elements/automatisme/grafcet/etape.elmt
Normal file
@@ -0,0 +1,14 @@
|
||||
<definition width="90" version="0.2" hotspot_x="45" hotspot_y="30" height="60" type="element" orientation="dyyy" >
|
||||
<names>
|
||||
<name lang="en" >Step</name>
|
||||
<name lang="fr" >Etape</name>
|
||||
</names>
|
||||
<description>
|
||||
<input x="-30" y="14" size="6" rotate="true" text="" />
|
||||
<input x="-20" y="0" size="10" rotate="true" text="E 00" />
|
||||
<rect width="70" x="-35" y="-20" antialias="false" height="40" style="line-style:normal;line-weight:normal;filling:none;color:black" />
|
||||
<terminal x="0" y="-25" orientation="n" />
|
||||
<terminal x="0" y="25" orientation="s" />
|
||||
<terminal x="40" y="-10" orientation="e" />
|
||||
</description>
|
||||
</definition>
|
||||
13
elements/automatisme/grafcet/etape_initiale.elmt
Normal file
13
elements/automatisme/grafcet/etape_initiale.elmt
Normal file
@@ -0,0 +1,13 @@
|
||||
<definition width="90" version="0.2" hotspot_x="45" hotspot_y="30" height="60" type="element" orientation="dyyy" >
|
||||
<names>
|
||||
<name lang="en" >Initial step</name>
|
||||
<name lang="fr" >Etape initiale</name>
|
||||
</names>
|
||||
<description>
|
||||
<rect width="66" x="-33" y="-18" antialias="false" height="36" style="line-style:normal;line-weight:normal;filling:none;color:black" />
|
||||
<input x="-30" y="14" size="6" rotate="true" text="" />
|
||||
<input x="-20" y="0" size="10" rotate="true" text="E 00" />
|
||||
<rect width="70" x="-35" y="-20" antialias="false" height="40" style="line-style:normal;line-weight:normal;filling:none;color:black" />
|
||||
<terminal x="0" y="25" orientation="s" />
|
||||
</description>
|
||||
</definition>
|
||||
19
elements/automatisme/grafcet/macro/etape.elmt
Normal file
19
elements/automatisme/grafcet/macro/etape.elmt
Normal file
@@ -0,0 +1,19 @@
|
||||
<definition width="90" version="0.2" hotspot_x="45" hotspot_y="30" height="90" type="element" orientation="dyyy" >
|
||||
<names>
|
||||
<name lang="en" >Macro step</name>
|
||||
<name lang="fr" >Macro etape</name>
|
||||
</names>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="17" x1="-35" y2="17" x2="35" />
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" x1="-35" y2="-18" x2="35" />
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="19.6667" x1="0" y2="38.6667" x2="0" />
|
||||
<text x="18" y="42" size="8" text="1" />
|
||||
<input x="-30" y="13.6667" size="6" rotate="true" text="" />
|
||||
<rect width="26" x="-13" y="37.6667" antialias="false" height="4" style="line-style:normal;line-weight:thin;filling:black;color:black" />
|
||||
<input x="-20" y="-0.333333" size="10" rotate="true" text="M 00" />
|
||||
<rect width="70" x="-35" y="-20.3333" antialias="false" height="40" style="line-style:normal;line-weight:normal;filling:none;color:black" />
|
||||
<terminal x="-12" y="39.6667" orientation="w" />
|
||||
<terminal x="0" y="44.6667" orientation="s" />
|
||||
<terminal x="0" y="-25" orientation="n" />
|
||||
</description>
|
||||
</definition>
|
||||
16
elements/automatisme/grafcet/macro/etape_entree.elmt
Normal file
16
elements/automatisme/grafcet/macro/etape_entree.elmt
Normal file
@@ -0,0 +1,16 @@
|
||||
<definition width="90" version="0.2" hotspot_x="45" hotspot_y="30" height="90" type="element" orientation="dyyy" >
|
||||
<names>
|
||||
<name lang="en" >Imput step</name>
|
||||
<name lang="fr" >Etape d'entree</name>
|
||||
</names>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" x1="0" y2="39" x2="0" />
|
||||
<text x="19" y="42" size="8" text="1" />
|
||||
<input x="-30" y="14" size="6" rotate="true" text="" />
|
||||
<rect width="26" x="-13" y="38" antialias="false" height="4" style="line-style:normal;line-weight:thin;filling:black;color:black" />
|
||||
<input x="-20" y="0" size="10" rotate="true" text="E 00" />
|
||||
<rect width="70" x="-34" y="-20" antialias="false" height="40" style="line-style:normal;line-weight:thin;filling:none;color:black" />
|
||||
<terminal x="0" y="45" orientation="s" />
|
||||
<terminal x="-12" y="40" orientation="w" />
|
||||
</description>
|
||||
</definition>
|
||||
12
elements/automatisme/grafcet/macro/etape_sortie.elmt
Normal file
12
elements/automatisme/grafcet/macro/etape_sortie.elmt
Normal file
@@ -0,0 +1,12 @@
|
||||
<definition width="90" version="0.2" hotspot_x="45" hotspot_y="30" height="60" type="element" orientation="dyyy" >
|
||||
<names>
|
||||
<name lang="en" >Output step</name>
|
||||
<name lang="fr" >Etape sortie</name>
|
||||
</names>
|
||||
<description>
|
||||
<input x="-30" y="14" size="6" rotate="true" text="" />
|
||||
<input x="-20" y="0" size="10" rotate="true" text="S 00" />
|
||||
<rect width="70" x="-35" y="-20" antialias="false" height="40" style="line-style:normal;line-weight:thin;filling:none;color:black" />
|
||||
<terminal x="0" y="-25" orientation="n" />
|
||||
</description>
|
||||
</definition>
|
||||
6
elements/automatisme/grafcet/macro/qet_directory
Normal file
6
elements/automatisme/grafcet/macro/qet_directory
Normal file
@@ -0,0 +1,6 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="en" >Macro steps</name>
|
||||
<name lang="fr" >Macro etape</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
5
elements/automatisme/grafcet/qet_directory
Normal file
5
elements/automatisme/grafcet/qet_directory
Normal file
@@ -0,0 +1,5 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="fr" >Grafcet</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
15
elements/automatisme/grafcet/saut.elmt
Normal file
15
elements/automatisme/grafcet/saut.elmt
Normal file
@@ -0,0 +1,15 @@
|
||||
<definition width="70" version="0.2" hotspot_x="25" hotspot_y="25" height="100" type="element" orientation="dyyy" >
|
||||
<names>
|
||||
<name lang="en" >jump</name>
|
||||
<name lang="fr" >saut</name>
|
||||
</names>
|
||||
<description>
|
||||
<circle x="-20" y="20" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="40" />
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="1" x1="0" y2="19" x2="0" />
|
||||
<input x="-15" y="45" size="10" rotate="true" text="E 00" />
|
||||
<input x="15" y="2" size="8" rotate="true" text="T 00" />
|
||||
<rect width="26" x="-13" y="-2" antialias="false" height="4" style="line-style:normal;line-weight:thin;filling:black;color:black" />
|
||||
<terminal x="0" y="-5" orientation="n" />
|
||||
<terminal x="-12" y="0" orientation="w" />
|
||||
</description>
|
||||
</definition>
|
||||
13
elements/automatisme/grafcet/transition.elmt
Normal file
13
elements/automatisme/grafcet/transition.elmt
Normal file
@@ -0,0 +1,13 @@
|
||||
<definition width="60" version="0.2" hotspot_x="15" hotspot_y="15" height="30" type="element" orientation="dyyy" >
|
||||
<names>
|
||||
<name lang="en" >transition</name>
|
||||
<name lang="fr" >transition</name>
|
||||
</names>
|
||||
<description>
|
||||
<input x="15" y="2" size="8" rotate="true" text="T 00" />
|
||||
<rect width="26" x="-13" y="-2" antialias="false" height="4" style="line-style:normal;line-weight:thin;filling:black;color:black" />
|
||||
<terminal x="0" y="5" orientation="s" />
|
||||
<terminal x="0" y="-5" orientation="n" />
|
||||
<terminal x="-12" y="0" orientation="w" />
|
||||
</description>
|
||||
</definition>
|
||||
Reference in New Issue
Block a user