Ajout du Capteur NF et ajout des commentaire des les elements

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@26 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
benoit
2006-11-18 18:14:26 +00:00
parent 6d92b1c49c
commit 423a586c75
16 changed files with 71 additions and 35 deletions

View File

@@ -1,24 +1,24 @@
<definition type="element" nom="Moteur a courant continu" width="45" height="85" hotspot_x="25" hotspot_y="45" orientation="dnny">
<!--Rotor-->
<cercle x="-20" y="-20" rayon="40" antialias="true" style="normal" />
<!--Balait inférieur-->
<ligne x1="-14" y1="-25" x2="-14" y2="-14" antialias="false" style="normal" />
<ligne x1="14" y1="-25" x2="14" y2="-14" antialias="false" style="normal" />
<ligne x1="14" y1="-25" x2="-14" y2="-25" antialias="false" style="normal" />
<!--Fil inférieur-->
<ligne x1="0" y1="-40" x2="0" y2="-25" antialias="false" style="normal" />
<!--Balait supérieur-->
<ligne x1="-14" y1="25" x2="-14" y2="14" antialias="false" style="normal" />
<ligne x1="14" y1="25" x2="14" y2="14" antialias="false" style="normal" />
<ligne x1="14" y1="25" x2="-14" y2="25" antialias="false" style="normal" />
<!--Fil superieur-->
<ligne x1="0" y1="40" x2="0" y2="25" antialias="false" style="normal" />
<!--Lettre M-->
<ligne x1="-10" y1="-10" x2="-10" y2="10" antialias="false" style="normal" />
<ligne x1="-10" y1="-10" x2="0" y2="0" antialias="true" style="normal" />
<ligne x1="0" y1="0" x2="10" y2="-10" antialias="true" style="normal" />
<ligne x1="10" y1="-10" x2="10" y2="10" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="-40" />
<borne orientation="s" x="0" y="40" />
</definition>

View File

@@ -1,14 +1,19 @@
<definition type="element" nom="Moteur Asyncrone triphasé" width="45" height="65" hotspot_x="25" hotspot_y="45" orientation="dnnn">
<cercle x="-20" y="-20" rayon="40" antialias="true" style="normal" />
<!--U-->
<ligne x1="-20" y1="-40" x2="-20" y2="-20" antialias="false" style="normal" />
<ligne x1="-20" y1="-20" x2="-14" y2="-14" antialias="true" style="normal" />
<!--V-->
<ligne x1="0" y1="-40" x2="0" y2="-20" antialias="false" style="normal" />
<!--W-->
<ligne x1="20" y1="-40" x2="20" y2="-20" antialias="false" style="normal" />
<ligne x1="20" y1="-20" x2="14" y2="-14" antialias="true" style="normal" />
<!--Lettre M-->
<ligne x1="-10" y1="-10" x2="-10" y2="10" antialias="false" style="normal" />
<ligne x1="-10" y1="-10" x2="0" y2="0" antialias="true" style="normal" />
<ligne x1="0" y1="0" x2="10" y2="-10" antialias="true" style="normal" />
<ligne x1="10" y1="-10" x2="10" y2="10" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="-20" y="-40" />
<borne orientation="n" x="0" y="-40" />
<borne orientation="n" x="20" y="-40" />

View File

@@ -1,31 +1,31 @@
<definition type="element" nom="Moteur Asyncrone triphasé (non couplé)" width="45" height="85" hotspot_x="25" hotspot_y="45" orientation="dnnn">
<cercle x="-20" y="-20" rayon="40" antialias="true" style="normal" />
<!--U1-->
<ligne x1="-20" y1="-40" x2="-20" y2="-20" antialias="false" style="normal" />
<ligne x1="-20" y1="-20" x2="-14" y2="-14" antialias="true" style="normal" />
<!--V1-->
<ligne x1="0" y1="-40" x2="0" y2="-20" antialias="false" style="normal" />
<!--W1-->
<ligne x1="20" y1="-40" x2="20" y2="-20" antialias="false" style="normal" />
<ligne x1="20" y1="-20" x2="14" y2="-14" antialias="true" style="normal" />
<!--U2-->
<ligne x1="-20" y1="40" x2="-20" y2="20" antialias="false" style="normal" />
<ligne x1="-20" y1="20" x2="-14" y2="14" antialias="true" style="normal" />
<!--V2-->
<ligne x1="0" y1="40" x2="0" y2="20" antialias="false" style="normal" />
<!--W2-->
<ligne x1="20" y1="40" x2="20" y2="20" antialias="false" style="normal" />
<ligne x1="20" y1="20" x2="14" y2="14" antialias="true" style="normal" />
<!--Lettre M-->
<ligne x1="-10" y1="-10" x2="-10" y2="10" antialias="false" style="normal" />
<ligne x1="-10" y1="-10" x2="0" y2="0" antialias="true" style="normal" />
<ligne x1="0" y1="0" x2="10" y2="-10" antialias="true" style="normal" />
<ligne x1="10" y1="-10" x2="10" y2="10" antialias="false" style="normal" />
<!--Bornes Supérieurs-->
<borne orientation="n" x="-20" y="-40" />
<borne orientation="n" x="0" y="-40" />
<borne orientation="n" x="20" y="-40" />
<!--Bornes Inférieurs-->
<borne orientation="s" x="-20" y="40" />
<borne orientation="s" x="0" y="40" />
<borne orientation="s" x="20" y="40" />