]> git.llucax.com Git - z.facultad/75.42/plaqui.git/commitdiff
actualizo imagen de las propiedades del tanque y subo las muestras de los xml individ...
authorNicolás Dimov <ndimov@gmail.com>
Mon, 1 Dec 2003 21:30:06 +0000 (21:30 +0000)
committerNicolás Dimov <ndimov@gmail.com>
Mon, 1 Dec 2003 21:30:06 +0000 (21:30 +0000)
Constructor/doc/and.xml [new file with mode: 0644]
Constructor/doc/bomba.xml [new file with mode: 0644]
Constructor/doc/codo.xml [new file with mode: 0644]
Constructor/doc/drenaje.xml [new file with mode: 0644]
Constructor/doc/empalme.xml [new file with mode: 0644]
Constructor/doc/exclusa.xml [new file with mode: 0644]
Constructor/doc/not.xml [new file with mode: 0644]
Constructor/doc/or.xml [new file with mode: 0644]
Constructor/doc/tanque.xml [new file with mode: 0644]
Constructor/doc/tanque_props.png
Constructor/doc/tubo.xml [new file with mode: 0644]

diff --git a/Constructor/doc/and.xml b/Constructor/doc/and.xml
new file mode 100644 (file)
index 0000000..e4ad54a
--- /dev/null
@@ -0,0 +1,7 @@
+       <and nombre="and10" id="10">
+               <orientacion>1</orientacion>
+               <x>192</x>
+               <y>416</y>
+               <salida>exclusa6</salida>
+               <entrada id = "superior">tanque4</entrada>
+       </and>
diff --git a/Constructor/doc/bomba.xml b/Constructor/doc/bomba.xml
new file mode 100644 (file)
index 0000000..9adaa47
--- /dev/null
@@ -0,0 +1,14 @@
+       <bomba nombre="bomba0" id="0">
+               <entrega>10.00</entrega>
+               <color>
+                       <rojo>0</rojo>
+                       <verde>0</verde>
+                       <azul>0</azul>
+               </color>
+               <conector>
+                       <salida>codo1</salida>
+               </conector>
+               <orientacion>0</orientacion>
+               <x>128</x>
+               <y>96</y>
+       </bomba>
diff --git a/Constructor/doc/codo.xml b/Constructor/doc/codo.xml
new file mode 100644 (file)
index 0000000..d8e28d0
--- /dev/null
@@ -0,0 +1,10 @@
+       <codo nombre="codo1" id="1">
+               <caudal>10.00</caudal>
+               <conector>
+                       <entrada>bomba0</entrada>
+                       <salida>tubo2</salida>
+               </conector>
+               <orientacion>0</orientacion>
+               <x>224</x>
+               <y>96</y>
+       </codo>
diff --git a/Constructor/doc/drenaje.xml b/Constructor/doc/drenaje.xml
new file mode 100644 (file)
index 0000000..40c3b8c
--- /dev/null
@@ -0,0 +1,8 @@
+       <drenaje nombre="drenaje8" id="8">
+               <conector>
+                       <entrada>tanque4</entrada>
+               </conector>
+               <orientacion>3</orientacion>
+               <x>416</x>
+               <y>384</y>
+       </drenaje>
diff --git a/Constructor/doc/empalme.xml b/Constructor/doc/empalme.xml
new file mode 100644 (file)
index 0000000..68e450a
--- /dev/null
@@ -0,0 +1,12 @@
+       <empalme nombre="division3" id="3">
+               <tipo>division</tipo>
+               <conector>
+                       <salida>codo5</salida>
+                       <salida>exclusa6</salida>
+                       <entrada>tubo2</entrada>
+               </conector>
+               <caudal>10.00</caudal>
+               <orientacion>2</orientacion>
+               <x>224</x>
+               <y>256</y>
+       </empalme>
diff --git a/Constructor/doc/exclusa.xml b/Constructor/doc/exclusa.xml
new file mode 100644 (file)
index 0000000..f08d887
--- /dev/null
@@ -0,0 +1,10 @@
+       <exclusa nombre="exclusa6" id="6">
+               <conector>
+                       <salida>drenaje7</salida>
+                       <entrada>division3</entrada>
+               </conector>
+               <orientacion>0</orientacion>
+               <estado>1</estado>
+               <x>160</x>
+               <y>288</y>
+       </exclusa>
diff --git a/Constructor/doc/not.xml b/Constructor/doc/not.xml
new file mode 100644 (file)
index 0000000..62028bf
--- /dev/null
@@ -0,0 +1,7 @@
+       <not nombre="not11" id="11">
+               <orientacion>0</orientacion>
+               <x>384</x>
+               <y>192</y>
+               <salida>bomba0</salida>
+               <entrada id = "inferior">tanque4</entrada>
+       </not>
diff --git a/Constructor/doc/or.xml b/Constructor/doc/or.xml
new file mode 100644 (file)
index 0000000..bfd2fb8
--- /dev/null
@@ -0,0 +1,7 @@
+       <or nombre="or9" id="9">
+               <orientacion>0</orientacion>
+               <x>352</x>
+               <y>128</y>
+               <salida>bomba0</salida>
+               <entrada>exclusa6</entrada>
+       </or>
diff --git a/Constructor/doc/tanque.xml b/Constructor/doc/tanque.xml
new file mode 100644 (file)
index 0000000..dd81625
--- /dev/null
@@ -0,0 +1,20 @@
+       <tanque nombre="tanque4" id="4">
+               <capacidad>100.00</capacidad>
+               <inicial>0.00</inicial>
+               <color>
+                       <rojo>0</rojo>
+                       <verde>0</verde>
+                       <azul>0</azul>
+               </color>
+               <conector>
+                       <entrada>codo5</entrada>
+                       <salida>drenaje8</salida>
+               </conector>
+               <flotantes>             
+                       <superior>80</superior>
+                       <inferior>20</inferior>
+               </flotantes>
+                       <orientacion>0</orientacion>
+               <x>352</x>
+               <y>352</y>
+       </tanque>
index f1f59f39c09d9b99c6e101497e6b75a268661e38..cc97aead79fce1bf7ea226d14d1c13668f9f7ee8 100644 (file)
Binary files a/Constructor/doc/tanque_props.png and b/Constructor/doc/tanque_props.png differ
diff --git a/Constructor/doc/tubo.xml b/Constructor/doc/tubo.xml
new file mode 100644 (file)
index 0000000..5574101
--- /dev/null
@@ -0,0 +1,10 @@
+       <tubo nombre="tubo2" id="2">
+               <caudal>10.00</caudal>
+               <conector>
+                       <entrada>codo1</entrada>
+                       <salida>division3</salida>
+               </conector>
+               <orientacion>0</orientacion>
+               <x>256</x>
+               <y>160</y>
+       </tubo>