Changeset 862
- Timestamp:
- 11/22/07 14:24:03 (13 months ago)
- Location:
- Modelica/trunk/Modelica
- Files:
-
- 6 modified
-
Electrical/Machines.mo (modified) (31 diffs)
-
Mechanics/MultiBody/Examples/Loops/EngineV6.mo (modified) (1 diff)
-
Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo (modified) (1 diff)
-
Mechanics/MultiBody/Examples/Systems/RobotR3.mo (modified) (15 diffs)
-
Mechanics/Rotational.mo (modified) (57 diffs)
-
Thermal/FluidHeatFlow.mo (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Modelica/trunk/Modelica/Electrical/Machines.mo
r859 r862 286 286 w_nominal=wLoad, 287 287 TorqueDirection=false, 288 tau_nominal=-TLoad) 288 tau_nominal=-TLoad, 289 useSupport=false) 289 290 annotation (Placement(transformation(extent={{90,-50},{70,-30}}, 290 291 rotation=0))); … … 293 294 annotation (Placement(transformation(extent={{-20,-30},{0,-10}}, 294 295 rotation=0))); 295 Modelica.Mechanics.Rotational.Components.Fixed fixed296 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));297 296 equation 298 297 connect(star.pin_n, ground.p) … … 327 326 points={{-10,-28},{-10,-20},{-1.83697e-015,-20},{-1.83697e-015,-10}}, 328 327 color={0,0,255}, 329 smooth=Smooth.None));330 connect(quadraticLoadTorque.support, fixed.flange) annotation (Line(331 points={{80,-50},{80,-60}},332 color={0,0,0},333 328 smooth=Smooth.None)); 334 329 connect(loadInertia.flange_b, quadraticLoadTorque.flange) annotation ( … … 418 413 w_nominal=wLoad, 419 414 TorqueDirection=false, 420 tau_nominal=-TLoad) 415 tau_nominal=-TLoad, 416 useSupport=false) 421 417 annotation (Placement(transformation(extent={{90,-50},{70,-30}}, 422 418 rotation=0))); 423 Modelica.Mechanics.Rotational.Components.Fixed fixed424 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));425 419 equation 426 420 connect(star.pin_n, ground.p) … … 459 453 points={{-10,-10},{-1.83697e-015,-10}}, 460 454 color={0,0,255}, 461 smooth=Smooth.None));462 connect(quadraticLoadTorque.support, fixed.flange) annotation (Line(463 points={{80,-50},{80,-60}},464 color={0,0,0},465 455 smooth=Smooth.None)); 466 456 end AIMC_YD; … … 565 555 w_nominal=wLoad, 566 556 TorqueDirection=false, 567 tau_nominal=-TLoad) 557 tau_nominal=-TLoad, 558 useSupport=false) 568 559 annotation (Placement(transformation(extent={{90,-50},{70,-30}}, 569 560 rotation=0))); … … 571 562 annotation (Placement(transformation(extent={{-20,-30},{0,-10}}, 572 563 rotation=0))); 573 Modelica.Mechanics.Rotational.Components.Fixed fixed574 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));575 564 equation 576 565 connect(star.pin_n, ground.p) … … 632 621 color={0,0,255}, 633 622 smooth=Smooth.None)); 634 connect(quadraticLoadTorque.support, fixed.flange) annotation (Line(635 points={{80,-50},{80,-60}},636 color={0,0,0},637 smooth=Smooth.None));638 623 end AIMS_Start; 639 624 … … 707 692 Modelica.Mechanics.Rotational.Sources.TorqueStep loadTorqueStep( 708 693 startTime=tStep, 709 stepTorque=-TLoad) 694 stepTorque=-TLoad, 695 useSupport=false) 710 696 annotation (Placement(transformation(extent={{90,-50},{70, 711 697 -30}}, rotation=0))); … … 713 699 annotation (Placement(transformation( 714 700 extent={{-20,-30},{0,-10}}, rotation=0))); 715 Modelica.Mechanics.Rotational.Components.Fixed fixed716 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));717 701 equation 718 702 connect(signalVoltage.plug_n, star.plug_p) … … 745 729 points={{-4,-30},{-4,-30}}, 746 730 color={0,0,255}, 747 smooth=Smooth.None));748 connect(loadTorqueStep.support, fixed.flange) annotation (Line(749 points={{80,-50},{80,-60}},750 color={0,0,0},751 731 smooth=Smooth.None)); 752 732 end AIMC_Inverter; … … 827 807 Modelica.Mechanics.Rotational.Sources.TorqueStep loadTorqueStep( 828 808 startTime=tStep, 829 stepTorque=-TLoad) 809 stepTorque=-TLoad, 810 useSupport=false) 830 811 annotation (Placement(transformation(extent={{90,-50},{70, 831 812 -30}}, rotation=0))); … … 833 814 annotation (Placement(transformation( 834 815 extent={{-20,-30},{0,-10}}, rotation=0))); 835 Modelica.Mechanics.Rotational.Components.Fixed fixed836 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));837 816 equation 838 817 connect(signalVoltage.plug_n, star.plug_p) … … 871 850 points={{-16,-30},{-16,-30}}, 872 851 color={0,0,255}, 873 smooth=Smooth.None));874 connect(loadTorqueStep.support, fixed.flange) annotation (Line(875 points={{80,-50},{80,-60}},876 color={0,0,0},877 852 smooth=Smooth.None)); 878 853 end SMR_Inverter; … … 958 933 Modelica.Mechanics.Rotational.Sources.TorqueStep loadTorqueStep( 959 934 startTime=tStep, 960 stepTorque=-TLoad) 935 stepTorque=-TLoad, 936 useSupport=false) 961 937 annotation (Placement(transformation(extent={{90,-50},{70, 962 938 -30}}, rotation=0))); … … 964 940 annotation (Placement(transformation( 965 941 extent={{-20,-30},{0,-10}}, rotation=0))); 966 Modelica.Mechanics.Rotational.Components.Fixed fixed967 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));968 942 equation 969 943 connect(signalVoltage.plug_n, star.plug_p) … … 1002 976 points={{-4,-30},{-4,-30}}, 1003 977 color={0,0,255}, 1004 smooth=Smooth.None));1005 connect(loadTorqueStep.support, fixed.flange) annotation (Line(1006 points={{80,-50},{80,-60}},1007 color={0,0,0},1008 978 smooth=Smooth.None)); 1009 979 end SMPM_Inverter; … … 1215 1185 Modelica.Mechanics.Rotational.Sources.TorqueStep loadTorqueStep( 1216 1186 startTime=tStep, 1217 stepTorque=-TLoad) 1187 stepTorque=-TLoad, 1188 useSupport=false) 1218 1189 annotation (Placement(transformation(extent={{90,-50},{70, 1219 1190 -30}}, rotation=0))); 1220 Modelica.Mechanics.Rotational.Components.Fixed fixed1221 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));1222 1191 equation 1223 1192 connect(dcpm.shaft, loadInertia.flange_a) annotation (Line(points={{0, … … 1233 1202 connect(loadInertia.flange_b, loadTorqueStep.flange) 1234 1203 annotation (Line(points={{60,-40},{70,-40}}, color={0,0,0})); 1235 connect(loadTorqueStep.support, fixed.flange) annotation (Line(1236 points={{80,-50},{80,-60}},1237 color={0,0,0},1238 smooth=Smooth.None));1239 1204 end DCPM_Start; 1240 1205 … … 1302 1267 Modelica.Mechanics.Rotational.Sources.TorqueStep loadTorqueStep( 1303 1268 startTime=tStep, 1304 stepTorque=-TLoad) 1269 stepTorque=-TLoad, 1270 useSupport=false) 1305 1271 annotation (Placement(transformation(extent={{90,-50},{70, 1306 1272 -30}}, rotation=0))); 1307 Modelica.Mechanics.Rotational.Components.Fixed fixed1308 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));1309 1273 equation 1310 1274 connect(dcee.shaft, loadInertia.flange_a) annotation (Line(points={{0, … … 1327 1291 connect(loadInertia.flange_b, loadTorqueStep.flange) 1328 1292 annotation (Line(points={{60,-40},{70,-40}}, color={0,0,0})); 1329 connect(loadTorqueStep.support, fixed.flange) annotation (Line(1330 points={{80,-50},{80,-60}},1331 color={0,0,0},1332 smooth=Smooth.None));1333 1293 end DCEE_Start; 1334 1294 … … 1387 1347 w_nominal=wLoad, 1388 1348 TorqueDirection=false, 1389 tau_nominal=-TLoad) 1349 tau_nominal=-TLoad, 1350 useSupport=false) 1390 1351 annotation (Placement(transformation(extent={{90,-50},{70,-30}}, 1391 1352 rotation=0))); 1392 Modelica.Mechanics.Rotational.Components.Fixed fixed1393 annotation (Placement(transformation(extent={{70,-70},{90,-50}})));1394 1353 equation 1395 1354 connect(dcse.shaft, loadInertia.flange_a) annotation (Line(points={{0, … … 1407 1366 connect(dcse.pin_en, signalVoltage.n) annotation (Line(points={{-20,-46}, 1408 1367 {-30,-46},{-30,-20},{-20,-20},{-20,40}}, color={0,0,255})); 1409 connect(quadraticLoadTorque.support, fixed.flange) annotation (Line(1410 points={{80,-50},{80,-60}},1411 color={0,0,0},1412 smooth=Smooth.None));1413 1368 end DCSE_Start; 1414 1369 … … 3224 3179 Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 3225 3180 100,100}}), graphics={Rectangle( 3226 extent={{-130,10},{-100,-10}}, 3227 lineColor={0,0,0}, 3228 fillColor={0,255,0}, 3181 extent={{-130,10},{-100,-10}}, 3182 lineColor={0,0,0}, 3183 fillColor={0,255,0}, 3229 3184 fillPattern=FillPattern.Solid), Rectangle( 3230 extent={{-100,10},{-70,-10}}, 3231 lineColor={0,0,0}, 3232 fillColor={255,0,0}, 3185 extent={{-100,10},{-70,-10}}, 3186 lineColor={0,0,0}, 3187 fillColor={255,0,0}, 3233 3188 fillPattern=FillPattern.Solid)}), 3234 3189 Documentation(info="<HTML> … … 3350 3305 100,100}}), graphics={ 3351 3306 Line(points={{-130,-4},{-129,1},{-125,5},{-120,6},{-115,5},{-111, 3352 1},{-110,-4}}, color={0,0,255}), 3307 1},{-110,-4}}, color={0,0,255}), 3353 3308 Line(points={{-110,-4},{-109,1},{-105,5},{-100,6},{-95,5},{-91,1}, 3354 {-90,-4}}, color={0,0,255}), 3309 {-90,-4}}, color={0,0,255}), 3355 3310 Line(points={{-90,-4},{-89,1},{-85,5},{-80,6},{-75,5},{-71,1},{-70, 3356 -4}}, color={0,0,255}), 3311 -4}}, color={0,0,255}), 3357 3312 Line(points={{-100,-50},{-100,-20},{-70,-20},{-70,-2}}, color={0, 3358 0,255}), 3313 0,255}), 3359 3314 Line(points={{-100,50},{-100,20},{-130,20},{-130,-4}}, color={0,0, 3360 3315 255})}), … … 3495 3450 100,100}}), graphics={ 3496 3451 Line(points={{-100,-10},{-105,-9},{-109,-5},{-110,0},{-109,5},{-105, 3497 9},{-100,10}}, color={0,0,255}), 3452 9},{-100,10}}, color={0,0,255}), 3498 3453 Line(points={{-100,-30},{-105,-29},{-109,-25},{-110,-20},{-109,-15}, 3499 {-105,-11},{-100,-10}}, color={0,0,255}), 3454 {-105,-11},{-100,-10}}, color={0,0,255}), 3500 3455 Line(points={{-100,10},{-105,11},{-109,15},{-110,20},{-109,25},{-105, 3501 29},{-100,30}}, color={0,0,255}), 3502 Line(points={{-100,50},{-100,30}}, color={0,0,255}), 3456 29},{-100,30}}, color={0,0,255}), 3457 Line(points={{-100,50},{-100,30}}, color={0,0,255}), 3503 3458 Line(points={{-100,-30},{-100,-50}}, color={0,0,255})}), 3504 3459 Documentation(info="<HTML> … … 6108 6063 Icon(coordinateSystem(preserveAspectRatio=false, 6109 6064 extent={{-100,-100},{100,100}}), graphics={ 6110 Ellipse(extent={{-90,60},{30,-60}}, lineColor={0,0,255}), 6111 Ellipse(extent={{-30,60},{90,-60}}, lineColor={0,0,255}), 6065 Ellipse(extent={{-90,60},{30,-60}}, lineColor={0,0,255}), 6066 Ellipse(extent={{-30,60},{90,-60}}, lineColor={0,0,255}), 6112 6067 Text( 6113 extent={{0,100},{0,60}}, 6114 lineColor={0,0,255}, 6115 textString="%name"), 6068 extent={{0,100},{0,60}}, 6069 lineColor={0,0,255}, 6070 textString="%name"), 6116 6071 Text( 6117 extent={{0,40},{0,-40}}, 6118 lineColor={0,0,255}, 6119 textString="%VectorGroup"), 6072 extent={{0,40},{0,-40}}, 6073 lineColor={0,0,255}, 6074 textString="%VectorGroup"), 6120 6075 Text( 6121 extent={{0,-60},{0,-100}}, 6122 lineColor={0,0,255}, 6076 extent={{0,-60},{0,-100}}, 6077 lineColor={0,0,255}, 6123 6078 textString="n=%n")}), 6124 6079 Documentation(info="<html> … … 7111 7066 {100,100}}), graphics={ 7112 7067 Line(points={{0,0},{80,80},{60,72},{72,60},{80,80}}, color={0,0, 7113 255}), 7068 255}), 7114 7069 Line(points={{0,0},{80,-80},{72,-60},{60,-72},{80,-80}}, color={0, 7115 0,255}), 7070 0,255}), 7116 7071 Line(points={{-80,0},{-73.33,10},{-66.67,17.32},{-60,20},{-53.33, 7117 7072 17.32},{-46.67,10},{-40,0},{-33.33,-10},{-26.67,-17.32},{-20, 7118 -20},{-13.33,-17.32},{-6.67,-10},{0,0}}, color={0,0,255}), 7073 -20},{-13.33,-17.32},{-6.67,-10},{0,0}}, color={0,0,255}), 7119 7074 Line(points={{-90,0},{-83.33,10},{-76.67,17.32},{-70,20},{-63.33, 7120 7075 17.32},{-56.67,10},{-50,0},{-43.33,-10},{-36.67,-17.32},{-30, 7121 -20},{-23.33,-17.32},{-16.67,-10},{-10,0}}, color={0,0,255}), 7122 7076 -20},{-23.33,-17.32},{-16.67,-10},{-10,0}}, color={0,0,255}), 7123 7077 Line(points={{-70,0},{-63.33,10},{-56.67,17.32},{-50,20},{-43.33, 7124 7078 17.32},{-36.67,10},{-30,0},{-23.33,-10},{-16.67,-17.32},{-10, 7125 -20},{-3.33,-17.32},{3.33,-10},{10,0}}, color={0,0,255}), 7079 -20},{-3.33,-17.32},{3.33,-10},{10,0}}, color={0,0,255}), 7126 7080 Text( 7127 extent={{-12,-74},{64,-86}}, 7128 lineColor={0,0,0}, 7081 extent={{-12,-74},{64,-86}}, 7082 lineColor={0,0,0}, 7129 7083 textString="zero")}), 7130 7084 Documentation(info="<HTML> … … 7201 7155 {100,100}}), graphics={ 7202 7156 Line(points={{0,0},{0,80},{-10,60},{10,60},{0,80}}, color={0,0, 7203 255}), 7157 255}), 7204 7158 Line(points={{0,0},{80,0},{60,10},{60,-10},{80,0}}, color={0,0, 7205 255}), 7206 Ellipse(extent={{-50,50},{50,-50}}, lineColor={0,0,255}), 7159 255}), 7160 Ellipse(extent={{-50,50},{50,-50}}, lineColor={0,0,255}), 7207 7161 Rectangle( 7208 extent={{-50,50},{-2,-50}}, 7209 pattern=LinePattern.None, 7210 fillColor={255,255,255}, 7211 fillPattern=FillPattern.Solid, 7212 lineColor={0,0,255}), 7162 extent={{-50,50},{-2,-50}}, 7163 pattern=LinePattern.None, 7164 fillColor={255,255,255}, 7165 fillPattern=FillPattern.Solid, 7166 lineColor={0,0,255}), 7213 7167 Rectangle( 7214 extent={{50,-2},{-2,-50}}, 7215 pattern=LinePattern.None, 7216 fillColor={255,255,255}, 7217 fillPattern=FillPattern.Solid, 7218 lineColor={0,0,255}), 7168 extent={{50,-2},{-2,-50}}, 7169 pattern=LinePattern.None, 7170 fillColor={255,255,255}, 7171 fillPattern=FillPattern.Solid, 7172 lineColor={0,0,255}), 7219 7173 Polygon( 7220 points={{50,0},{42,14},{54,16},{50,0}}, 7221 lineColor={0,0,255}, 7222 fillColor={0,0,255}, 7223 fillPattern=FillPattern.Solid), 7174 points={{50,0},{42,14},{54,16},{50,0}}, 7175 lineColor={0,0,255}, 7176 fillColor={0,0,255}, 7177 fillPattern=FillPattern.Solid), 7224 7178 Text( 7225 extent={{-88,-72},{84,-92}}, 7226 lineColor={0,0,0}, 7179 extent={{-88,-72},{84,-92}}, 7180 lineColor={0,0,0}, 7227 7181 textString="angle")}), 7228 7182 Documentation(info="<HTML> … … 7243 7197 Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, 7244 7198 {100,100}}), graphics={ 7245 Line(points={{-60,60},{-60,-60},{60,-60}}, color={0,0,255}), 7246 Line(points={{-100,-100},{100,100}}, color={0,0,255}), 7199 Line(points={{-60,60},{-60,-60},{60,-60}}, color={0,0,255}), 7200 Line(points={{-100,-100},{100,100}}, color={0,0,255}), 7247 7201 Polygon(points={{26,26},{14,20},{20,14},{26,26}}, lineColor={0,0, 7248 255}), 7202 255}), 7249 7203 Line(points={{-18,-18},{-14,-22},{-10,-28},{-6,-34},{-2,-44},{0,-52}, 7250 {0,-60}}, color={0,0,255}), 7251 Polygon(points={{-18,-18},{-14,-26},{-10,-22},{-18,-18}}, 7252 lineColor={0,0,255}), 7204 {0,-60}}, color={0,0,255}), 7205 Polygon(points={{-18,-18},{-14,-26},{-10,-22},{-18,-18}}, 7206 lineColor={0,0,255}), 7253 7207 Text( 7254 extent={{-100,100},{-6,-6}}, 7255 lineColor={0,0,255}, 7256 textString="R"), 7208 extent={{-100,100},{-6,-6}}, 7209 lineColor={0,0,255}, 7210 textString="R"), 7257 7211 Text( 7258 extent={{6,6},{100,-100}}, 7259 lineColor={0,0,255}, 7212 extent={{6,6},{100,-100}}, 7213 lineColor={0,0,255}, 7260 7214 textString="P")}), 7261 7215 Documentation(info="<HTML> … … 7500 7454 fillPattern=FillPattern.Solid, 7501 7455 textString="%name")}), Icon(coordinateSystem( 7502 preserveAspectRatio=false, extent={{-100,-100},{100,100}}), 7456 preserveAspectRatio=false, extent={{-100,-100},{100,100}}), 7503 7457 graphics={Polygon( 7504 points={{0,100},{-100,0},{0,-100},{100,0},{0,100}}, 7505 lineColor={0,0,255}, 7506 fillColor={0,0,255}, 7458 points={{0,100},{-100,0},{0,-100},{100,0},{0,100}}, 7459 lineColor={0,0,255}, 7460 fillColor={0,0,255}, 7507 7461 fillPattern=FillPattern.Solid)}), 7508 7462 Documentation(info="<HTML> -
Modelica/trunk/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6.mo
r841 r862 67 67 stateSelect=StateSelect.always) annotation (Placement(transformation( 68 68 extent={{-44,-30},{-24,-10}}, rotation=0))); 69 Modelica.Mechanics.Rotational. Grounded.QuadraticSpeedDependentTorque load2(69 Modelica.Mechanics.Rotational.Sources.QuadraticSpeedDependentTorque load2( 70 70 tau_nominal=-100, w_nominal= 71 200) annotation (Placement(transformation(extent={{6,-30},{-14,-10}}, 71 200, 72 useSupport=false) 73 annotation (Placement(transformation(extent={{6,-30},{-14,-10}}, 72 74 rotation=0))); 73 75 Rotational.Sensors.TorqueSensor torqueSensor -
Modelica/trunk/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo
r841 r862 29 29 stateSelect=StateSelect.always) annotation (Placement(transformation( 30 30 extent={{40,10},{60,30}}, rotation=0))); 31 Modelica.Mechanics.Rotational. Grounded.QuadraticSpeedDependentTorque load2(31 Modelica.Mechanics.Rotational.Sources.QuadraticSpeedDependentTorque load2( 32 32 tau_nominal=-100, w_nominal= 33 200) annotation (Placement(transformation(extent={{90,10},{70,30}}, 33 200, 34 useSupport=false) 35 annotation (Placement(transformation(extent={{90,10},{70,30}}, 34 36 rotation=0))); 35 37 Rotational.Sensors.TorqueSensor torqueSensor -
Modelica/trunk/Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3.mo
r841 r862 102 102 grid={0.5,0.5}), graphics={ 103 103 Rectangle( 104 extent={{-99.5,100},{100,-100}}, 105 lineColor={0,0,0}, 106 fillColor={192,192,192}, 107 fillPattern=FillPattern.Solid), 104 extent={{-99.5,100},{100,-100}}, 105 lineColor={0,0,0}, 106 fillColor={192,192,192}, 107 fillPattern=FillPattern.Solid), 108 108 Bitmap(extent={{-75.5,98.25},{87,-96.75}}, fileName= 109 "../../../../Images/MultiBody/Examples/Systems/robot_kr15.bmp"), 109 "../../../../Images/MultiBody/Examples/Systems/robot_kr15.bmp"), 110 110 111 Text( 111 extent={{-111.5,130},{108.5,100}}, 112 textString="%name", 113 lineColor={0,0,255}), 112 extent={{-111.5,130},{108.5,100}}, 113 textString="%name", 114 lineColor={0,0,255}), 114 115 Text( 115 extent={{-104.5,-104},{115,-128}}, 116 lineColor={0,0,0}, 116 extent={{-104.5,-104},{115,-128}}, 117 lineColor={0,0,0}, 117 118 textString="mLoad=%mLoad")}), 118 119 experiment(StopTime=3), … … 402 403 Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100, 403 404 -100},{100,100}}), graphics={Rectangle( 404 extent={{-20,2},{22,-2}}, 405 lineColor={255,204,51}, 405 extent={{-20,2},{22,-2}}, 406 lineColor={255,204,51}, 406 407 lineThickness=2)}), 407 408 Documentation(info="<html> … … 425 426 Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 426 427 100,100}}), graphics={Rectangle( 427 extent={{-20,2},{22,-2}}, 428 lineColor={255,204,51}, 428 extent={{-20,2},{22,-2}}, 429 lineColor={255,204,51}, 429 430 lineThickness=2)}), 430 431 Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100}, … … 481 482 grid={1,1}), graphics={ 482 483 Rectangle( 483 extent={{-100,100},{100,-100}}, 484 lineColor={0,0,0}, 485 fillColor={255,255,255}, 486 fillPattern=FillPattern.Solid), 487 Text( 488 extent={{-150,150},{150,110}}, 489 textString="%name",
