Skip to content

Commit 7fc73ab

Browse files
committed
Clean up of diagrams.
1 parent b132b6f commit 7fc73ab

5 files changed

Lines changed: 80 additions & 116 deletions

File tree

OpenIPSL/Examples/Tutorial/Example_4/BaseModels/BaseNetwork/SMIBPartial.mo

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ within OpenIPSL.Examples.Tutorial.Example_4.BaseModels.BaseNetwork;
22
model SMIBPartial "Partial SMIB Model with PF Record and Load"
33
OpenIPSL.Electrical.Buses.Bus B01(
44
v_0=pf.powerflow.bus.v1,
5-
angle_0=pf.powerflow.bus.A1, displayPF=true)
5+
angle_0=pf.powerflow.bus.A1, displayPF=true)
66
annotation (Placement(transformation(extent={{-70,-10},{-50,10}})));
77
OpenIPSL.Electrical.Buses.Bus B03(
88
v_0=pf.powerflow.bus.v3,
9-
angle_0=pf.powerflow.bus.A3, displayPF=true)
9+
angle_0=pf.powerflow.bus.A3, displayPF=true)
1010
annotation (Placement(transformation(extent={{-40,-10},{-20,10}})));
1111
OpenIPSL.Electrical.Buses.Bus B04(
1212
v_0=pf.powerflow.bus.v4,
13-
angle_0=pf.powerflow.bus.A4, displayPF=true)
13+
angle_0=pf.powerflow.bus.A4, displayPF=true)
1414
annotation (Placement(transformation(extent={{10,-30},{30,-10}})));
1515
OpenIPSL.Electrical.Buses.Bus B02(
1616
v_0=pf.powerflow.bus.v2,
17-
angle_0=pf.powerflow.bus.A2, displayPF=true)
17+
angle_0=pf.powerflow.bus.A2, displayPF=true)
1818
annotation (Placement(transformation(extent={{50,-10},{70,10}})));
1919
OpenIPSL.Electrical.Branches.PwLine line_01(
2020
R=0.0010,
@@ -38,20 +38,19 @@ model SMIBPartial "Partial SMIB Model with PF Record and Load"
3838
G=0.0000,
3939
B=0.0000) annotation (Placement(transformation(extent={{28,-30},{48,-10}})));
4040
inner OpenIPSL.Electrical.SystemBase SysData
41-
annotation (Placement(transformation(extent={{-88,72},{-48,90}})));
41+
annotation (Placement(transformation(extent={{-100,80},{-60,100}})));
4242
GeneratingUnits.InfiniteBus infiniteBus(
4343
P_0=pf.powerflow.machine.PG2,
4444
Q_0=pf.powerflow.machine.QG2,
4545
v_0=pf.powerflow.bus.v2,
46-
angle_0=pf.powerflow.bus.A2, displayPF=true)
46+
angle_0=pf.powerflow.bus.A2, displayPF=true)
4747
annotation (Placement(transformation(extent={{94,-10},{74,10}})));
4848
replaceable
4949
OpenIPSL.Electrical.Loads.PSSE.Load load(
5050
P_0=pf.powerflow.load.PL1,
5151
Q_0=pf.powerflow.load.QL1,
5252
v_0=pf.powerflow.bus.v3,
53-
angle_0=pf.powerflow.bus.A3) constrainedby
54-
OpenIPSL.Electrical.Loads.PSSE.BaseClasses.baseLoad
53+
angle_0=pf.powerflow.bus.A3) constrainedby OpenIPSL.Electrical.Loads.PSSE.BaseClasses.baseLoad
5554
annotation (Placement(transformation(extent={{-34,-56},{-14,-36}})));
5655
OpenIPSL.Electrical.Events.PwFault pwFault(
5756
R=0.01,

OpenIPSL/Examples/Tutorial/Example_4/BaseModels/GeneratingUnits/GeneratorOnly.mo

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ model GeneratorOnly "Machine-only Generator Unit"
2222
S12=0.39,
2323
R_a=0,
2424
Xpq=0.6,
25-
Tpq0=0.9) annotation (Placement(transformation(extent={{-36,-42},{56,42}})));
25+
Tpq0=0.9) annotation (Placement(transformation(extent={{-40,-40},{40,40}})));
2626
equation
27-
connect(gENROE.PMECH0, gENROE.PMECH) annotation (Line(points={{60.6,21},{80,
28-
21},{80,70},{-80,70},{-80,25.2},{-45.2,25.2}},
27+
connect(gENROE.PMECH0, gENROE.PMECH) annotation (Line(points={{44,20},{80,20},{80,70},{-80,70},{-80,24},{-48,24}},
2928
color={0,0,127}));
30-
connect(gENROE.EFD0, gENROE.EFD) annotation (Line(points={{60.6,-21},{80,
31-
-21},{80,-70},{-80,-70},{-80,-25.2},{-45.2,-25.2}},
29+
connect(gENROE.EFD0, gENROE.EFD) annotation (Line(points={{44,-20},{80,-20},{80,-70},{-80,-70},{-80,-24},{-48,-24}},
3230
color={0,0,127}));
3331
connect(gENROE.p, pwPin)
34-
annotation (Line(points={{56,0},{110,0}}, color={0,0,255}));
32+
annotation (Line(points={{40,0},{110,0}}, color={0,0,255}));
3533
end GeneratorOnly;

OpenIPSL/Examples/Tutorial/Example_4/BaseModels/GeneratingUnits/GeneratorTurbGov.mo

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ model GeneratorTurbGov "Machine with Turbine and Governor"
2323
P_0(displayUnit="MW") = P_0,
2424
Q_0=Q_0,
2525
Xpq=0.6,
26-
Tpq0=0.9) annotation (Placement(transformation(extent={{-16,-28},{72,28}})));
26+
Tpq0=0.9) annotation (Placement(transformation(extent={{10,-30},{70,30}})));
2727
OpenIPSL.Electrical.Controls.PSSE.TG.IEEEG1 iEEEG1_1(
2828
P0=0.4,
2929
K=20,
@@ -42,21 +42,14 @@ model GeneratorTurbGov "Machine with Turbine and Governor"
4242
K_4=0,
4343
T_6=0.4,
4444
K_5=0.5)
45-
annotation (Placement(transformation(extent={{-108,78},{-54,24}})));
45+
annotation (Placement(transformation(extent={{-72,-10},{-32,30}})));
4646
equation
47-
connect(iEEEG1_1.PMECH_HP, gENROE.PMECH) annotation (Line(points={{-51.3,
48-
40.2},{-42,40.2},{-42,16.8},{-24.8,16.8}},
47+
connect(iEEEG1_1.PMECH_HP, gENROE.PMECH) annotation (Line(points={{-30,18},{4,18}},
4948
color={0,140,72}));
50-
connect(gENROE.p, pwPin) annotation (Line(points={{72,3.55271e-15},{90,
51-
3.55271e-15},{90,0},{110,0}},
49+
connect(gENROE.p, pwPin) annotation (Line(points={{70,0},{110,0}},
5250
color={0,0,255}));
53-
connect(iEEEG1_1.SPEED_HP, gENROE.SPEED) annotation (Line(points={{-102.6,51},
54-
{-120,51},{-120,90},{92,90},{92,19.6},{76.4,19.6}}, color={0,0,127}));
55-
connect(gENROE.EFD0, gENROE.EFD) annotation (Line(points={{76.4,-14},{92,
56-
-14},{92,-40},{-40,-40},{-40,-16.8},{-24.8,-16.8}},
51+
connect(iEEEG1_1.SPEED_HP, gENROE.SPEED) annotation (Line(points={{-68,10},{-90,10},{-90,50},{88,50},{88,21},{73,21}},
52+
color={0,0,127}));
53+
connect(gENROE.EFD0, gENROE.EFD) annotation (Line(points={{73,-15},{92,-15},{92,-40},{-20,-40},{-20,-18},{4,-18}},
5754
color={0,0,127}));
58-
annotation (
59-
Diagram(
60-
coordinateSystem(preserveAspectRatio=false, extent={{-140,-100},{100,
61-
100}})));
6255
end GeneratorTurbGov;

OpenIPSL/Examples/Tutorial/Example_4/BaseModels/GeneratingUnits/GeneratorTurbGovAVR.mo

Lines changed: 28 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ model GeneratorTurbGovAVR
2424
P_0(displayUnit="MW") = P_0,
2525
Q_0=Q_0,
2626
Xpq=0.6,
27-
Tpq0=0.9) annotation (Placement(transformation(extent={{-50,-18},{40,40}})));
27+
Tpq0=0.9) annotation (Placement(transformation(extent={{10,-30},{70,30}})));
2828
OpenIPSL.Electrical.Controls.PSSE.TG.IEEEG1 iEEEG1_1(
2929
P0=0.4,
3030
K=20,
@@ -43,7 +43,7 @@ model GeneratorTurbGovAVR
4343
K_4=0,
4444
T_6=0.4,
4545
K_5=0.5)
46-
annotation (Placement(transformation(extent={{-168,90},{-114,36}})));
46+
annotation (Placement(transformation(extent={{-80,80},{-40,40}})));
4747
OpenIPSL.Electrical.Controls.PSSE.ES.ESST1A eSST1A1(
4848
V_IMAX=0.3,
4949
V_IMIN=-0.3,
@@ -63,48 +63,33 @@ model GeneratorTurbGovAVR
6363
I_LR=0,
6464
T_A=0.1,
6565
T_R=0.1)
66-
annotation (Placement(transformation(extent={{-110,-68},{-170,-8}})));
67-
Modelica.Blocks.Sources.Constant const(k=0)
68-
annotation (Placement(transformation(extent={{0,-102},{-20,-82}})));
69-
Modelica.Blocks.Sources.Constant const1(k=-Modelica.Constants.inf)
70-
annotation (Placement(transformation(extent={{-202,-102},{-182,-82}})));
71-
Modelica.Blocks.Sources.Constant const2(k=Modelica.Constants.inf)
72-
annotation (Placement(transformation(extent={{-88,-108},{-108,-88}})));
73-
Modelica.Blocks.Sources.Constant const3(k=0)
74-
annotation (Placement(transformation(extent={{-12,-46},{-32,-26}})));
66+
annotation (Placement(transformation(extent={{-26,-70},{-86,-10}})));
67+
Modelica.Blocks.Sources.Constant zero(k=0) annotation (Placement(transformation(extent={{12,-86},{0,-74}})));
68+
Modelica.Blocks.Sources.Constant negInf(k=-Modelica.Constants.inf)
69+
annotation (Placement(transformation(extent={{-96,-96},{-84,-84}})));
70+
Modelica.Blocks.Sources.Constant posInf(k=Modelica.Constants.inf)
71+
annotation (Placement(transformation(extent={{-32,-96},{-44,-84}})));
7572
equation
76-
connect(eSST1A1.EFD, gENROE.EFD) annotation (Line(points={{-173,-38},{-186,
77-
-38},{-186,12},{-100,12},{-100,-6.4},{-59,-6.4}},
73+
connect(eSST1A1.EFD, gENROE.EFD) annotation (Line(points={{-89,-40},{-96,-40},{-96,8},{-10,8},{-10,-18},{4,-18}},
7874
color={102,44,145}));
79-
connect(gENROE.SPEED, iEEEG1_1.SPEED_HP) annotation (Line(points={{44.5,31.3},
80-
{54,31.3},{54,32},{70,32},{70,110},{-186,110},{-186,63},{-162.6,63}},
75+
connect(gENROE.SPEED, iEEEG1_1.SPEED_HP) annotation (Line(points={{73,21},{90,21},{90,92},{-92,92},{-92,60},{-76,60}},
8176
color={0,140,72}));
82-
connect(gENROE.ETERM, eSST1A1.VT) annotation (Line(points={{44.5,2.3},{80,2.3},
83-
{80,-68},{-92,-68},{-92,-61.475},{-107.075,-61.475}}, color={102,44,
84-
145}));
85-
connect(gENROE.EFD0, eSST1A1.EFD0) annotation (Line(points={{44.5,-3.5},{68,-3.5},
86-
{68,-50},{-107,-50}}, color={102,44,145}));
87-
connect(const.y, eSST1A1.VUEL) annotation (Line(points={{-21,-92},{-60,-92},{-60,
88-
-80},{-128,-80},{-128,-71}}, color={0,0,0}));
89-
connect(eSST1A1.VOTHSG2, eSST1A1.VUEL) annotation (Line(points={{-107,-14},{-60,
90-
-14},{-60,-80},{-128,-80},{-128,-71}}, color={0,0,0}));
91-
connect(gENROE.XADIFD, eSST1A1.XADIFD) annotation (Line(points={{44.5,-15.1},{
92-
60,-15.1},{60,-116},{-164,-116},{-164,-71}}, color={0,0,127}));
93-
connect(eSST1A1.ECOMP, eSST1A1.VT) annotation (Line(points={{-107,-38},{-92,-38},
94-
{-92,-61.475},{-107.075,-61.475}}, color={102,44,145}));
95-
connect(const1.y, eSST1A1.VUEL2) annotation (Line(points={{-181,-92},{-149.03,-92},
96-
{-149.03,-70.97}}, color={0,0,0}));
97-
connect(eSST1A1.VUEL3, eSST1A1.VUEL2) annotation (Line(points={{-155.555,-70.985},
98-
{-155.555,-92},{-149.03,-92},{-149.03,-70.97}}, color={0,0,127}));
99-
connect(const2.y, eSST1A1.VOEL) annotation (Line(points={{-109,-98},{-140,-98},
100-
{-140,-71}}, color={0,0,0}));
101-
connect(iEEEG1_1.PMECH_HP, gENROE.PMECH) annotation (Line(points={{-111.3,
102-
52.2},{-96,52.2},{-96,28.4},{-59,28.4}}, color={0,140,72}));
103-
connect(gENROE.p, pwPin) annotation (Line(points={{40,11},{90,11},{90,0},{110,
104-
0}}, color={0,0,255}));
105-
connect(const3.y, eSST1A1.VOTHSG) annotation (Line(points={{-33,-36},{-72,-36},
106-
{-72,-26},{-107,-26}}, color={0,0,127}));
107-
annotation (
108-
Diagram(
109-
coordinateSystem(preserveAspectRatio=false, extent={{-220,-120},{100,120}})));
77+
connect(gENROE.EFD0, eSST1A1.EFD0) annotation (Line(points={{73,-15},{86,-15},{86,-52},{-23,-52}},
78+
color={102,44,145}));
79+
connect(zero.y, eSST1A1.VUEL) annotation (Line(points={{-0.6,-80},{-44,-80},{-44,-73}}, color={0,0,0}));
80+
connect(gENROE.XADIFD, eSST1A1.XADIFD) annotation (Line(points={{73,-27},{80,-27},{80,-100},{-80,-100},{-80,-73}},
81+
color={0,0,127}));
82+
connect(negInf.y, eSST1A1.VUEL2) annotation (Line(points={{-83.4,-90},{-65.03,-90},{-65.03,-72.97}},
83+
color={0,0,0}));
84+
connect(posInf.y, eSST1A1.VOEL) annotation (Line(points={{-44.6,-90},{-56,-90},{-56,-73}},
85+
color={0,0,0}));
86+
connect(iEEEG1_1.PMECH_HP, gENROE.PMECH) annotation (Line(points={{-38,52},{-20,52},{-20,18},{4,18}},
87+
color={0,140,72}));
88+
connect(gENROE.p, pwPin) annotation (Line(points={{70,0},{110,0}},
89+
color={0,0,255}));
90+
connect(eSST1A1.VOTHSG, zero.y) annotation (Line(points={{-23,-28},{-14,-28},{-14,-80},{-0.6,-80}}, color={0,0,127}));
91+
connect(eSST1A1.ECOMP, gENROE.ETERM) annotation (Line(points={{-23,-40},{-8,-40},{-8,-64},{90,-64},{90,-9},{73,-9}}, color={0,0,127}));
92+
connect(eSST1A1.VOTHSG2, zero.y) annotation (Line(points={{-23,-16},{-14,-16},{-14,-80},{-0.6,-80}}, color={0,0,127}));
93+
connect(eSST1A1.VUEL3, negInf.y) annotation (Line(points={{-71.555,-72.985},{-71.555,-90},{-83.4,-90}}, color={0,0,127}));
94+
connect(eSST1A1.VT, gENROE.ETERM) annotation (Line(points={{-23.075,-63.475},{-8,-64},{90,-64},{90,-9},{73,-9}}, color={0,0,127}));
11095
end GeneratorTurbGovAVR;

OpenIPSL/Examples/Tutorial/Example_4/BaseModels/GeneratingUnits/GeneratorTurbGovAVRPSS.mo

Lines changed: 34 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ model GeneratorTurbGovAVRPSS
2424
P_0(displayUnit="MW") = P_0,
2525
Q_0=Q_0,
2626
Xpq=0.6,
27-
Tpq0=0.9) annotation (Placement(transformation(extent={{-50,-18},{40,40}})));
27+
Tpq0=0.9) annotation (Placement(transformation(extent={{20,-30},{80,30}})));
2828
OpenIPSL.Electrical.Controls.PSSE.TG.IEEEG1 iEEEG1_1(
2929
P0=0.4,
3030
K=20,
@@ -43,7 +43,7 @@ model GeneratorTurbGovAVRPSS
4343
K_4=0,
4444
T_6=0.4,
4545
K_5=0.5)
46-
annotation (Placement(transformation(extent={{-168,90},{-114,36}})));
46+
annotation (Placement(transformation(extent={{-70,46},{-30,6}})));
4747
OpenIPSL.Electrical.Controls.PSSE.ES.ESST1A eSST1A1(
4848
V_IMAX=0.3,
4949
V_IMIN=-0.3,
@@ -63,7 +63,7 @@ model GeneratorTurbGovAVRPSS
6363
I_LR=0,
6464
T_A=0.1,
6565
T_R=0.1)
66-
annotation (Placement(transformation(extent={{-110,-68},{-170,-8}})));
66+
annotation (Placement(transformation(extent={{-28,-70},{-68,-30}})));
6767
OpenIPSL.Electrical.Controls.PSSE.PSS.PSS2A pSS2A(
6868
T_w1=5,
6969
T_w2=5,
@@ -82,50 +82,39 @@ model GeneratorTurbGovAVRPSS
8282
T_4=0.07,
8383
V_STMAX=0.1,
8484
V_STMIN=-0.1)
85-
annotation (Placement(transformation(extent={{26,52},{-56,94}})));
86-
Modelica.Blocks.Sources.Constant const(k=0)
87-
annotation (Placement(transformation(extent={{0,-102},{-20,-82}})));
88-
Modelica.Blocks.Sources.Constant const1(k=-Modelica.Constants.inf)
89-
annotation (Placement(transformation(extent={{-202,-102},{-182,-82}})));
90-
Modelica.Blocks.Sources.Constant const2(k=Modelica.Constants.inf)
91-
annotation (Placement(transformation(extent={{-88,-108},{-108,-88}})));
85+
annotation (Placement(transformation(extent={{60,40},{20,80}})));
86+
Modelica.Blocks.Sources.Constant zero(k=0) annotation (Placement(transformation(extent={{12,-86},{0,-74}})));
87+
Modelica.Blocks.Sources.Constant negInf(k=-Modelica.Constants.inf)
88+
annotation (Placement(transformation(extent={{-84,-94},{-74,-84}})));
89+
Modelica.Blocks.Sources.Constant posInf(k=Modelica.Constants.inf)
90+
annotation (Placement(transformation(extent={{-34,-94},{-44,-84}})));
9291
equation
93-
connect(eSST1A1.EFD, gENROE.EFD) annotation (Line(points={{-173,-38},{-186,
94-
-38},{-186,12},{-100,12},{-100,-6.4},{-59,-6.4}},
92+
connect(eSST1A1.EFD, gENROE.EFD) annotation (Line(points={{-70,-50},{-90,-50},{-90,-18},{14,-18}},
9593
color={102,44,145}));
96-
connect(pSS2A.VOTHSG, eSST1A1.VOTHSG) annotation (Line(points={{-60.1,73},{-80,
97-
73},{-80,-26},{-107,-26}}, color={238,46,47}));
98-
connect(gENROE.SPEED, iEEEG1_1.SPEED_HP) annotation (Line(points={{44.5,31.3},
99-
{54,31.3},{54,32},{70,32},{70,110},{-186,110},{-186,63},{-162.6,63}},
94+
connect(pSS2A.VOTHSG, eSST1A1.VOTHSG) annotation (Line(points={{18,60},{0,60},{0,-42},{-26,-42}},
95+
color={238,46,47}));
96+
connect(gENROE.SPEED, iEEEG1_1.SPEED_HP) annotation (Line(points={{83,21},{94,21},{94,90},{-90,90},{-90,26},{-66,26}},
10097
color={0,140,72}));
101-
connect(gENROE.ETERM, eSST1A1.VT) annotation (Line(points={{44.5,2.3},{80,2.3},
102-
{80,-68},{-92,-68},{-92,-61.475},{-107.075,-61.475}}, color={102,44,
98+
connect(gENROE.ETERM, eSST1A1.VT) annotation (Line(points={{83,-9},{98,-9},{98,-66},{-26.05,-66},{-26.05,-65.65}},
99+
color={102,44,
103100
145}));
104-
connect(gENROE.EFD0, eSST1A1.EFD0) annotation (Line(points={{44.5,-3.5},{68,-3.5},
105-
{68,-50},{-107,-50}}, color={102,44,145}));
106-
connect(const.y, eSST1A1.VUEL) annotation (Line(points={{-21,-92},{-60,-92},{-60,
107-
-80},{-128,-80},{-128,-71}}, color={0,0,0}));
108-
connect(eSST1A1.VOTHSG2, eSST1A1.VUEL) annotation (Line(points={{-107,-14},{-60,
109-
-14},{-60,-80},{-128,-80},{-128,-71}}, color={0,0,0}));
110-
connect(gENROE.XADIFD, eSST1A1.XADIFD) annotation (Line(points={{44.5,-15.1},{
111-
60,-15.1},{60,-116},{-164,-116},{-164,-71}}, color={0,0,127}));
112-
connect(eSST1A1.ECOMP, eSST1A1.VT) annotation (Line(points={{-107,-38},{-92,-38},
113-
{-92,-61.475},{-107.075,-61.475}}, color={102,44,145}));
114-
connect(pSS2A.V_S1, iEEEG1_1.SPEED_HP) annotation (Line(points={{30.1,81.4},{70,
115-
81.4},{70,110},{-186,110},{-186,63},{-162.6,63}}, color={0,140,72}));
116-
connect(gENROE.PELEC, pSS2A.V_S2) annotation (Line(points={{44.5,19.7},{90,
117-
19.7},{90,64.6},{30.1,64.6}}, color={238,46,47}));
118-
connect(const1.y, eSST1A1.VUEL2) annotation (Line(points={{-181,-92},{-149.03,-92},
119-
{-149.03,-70.97}}, color={0,0,0}));
120-
connect(eSST1A1.VUEL3, eSST1A1.VUEL2) annotation (Line(points={{-155.555,-70.985},
121-
{-155.555,-92},{-149.03,-92},{-149.03,-70.97}}, color={0,0,127}));
122-
connect(const2.y, eSST1A1.VOEL) annotation (Line(points={{-109,-98},{-140,-98},
123-
{-140,-71}}, color={0,0,0}));
124-
connect(iEEEG1_1.PMECH_HP, gENROE.PMECH) annotation (Line(points={{-111.3,
125-
52.2},{-96,52.2},{-96,28.4},{-59,28.4}}, color={0,140,72}));
126-
connect(gENROE.p, pwPin) annotation (Line(points={{40,11},{90,11},{90,0},{110,
127-
0}}, color={0,0,255}));
128-
annotation (
129-
Diagram(
130-
coordinateSystem(preserveAspectRatio=false, extent={{-220,-120},{100,120}})));
101+
connect(gENROE.EFD0, eSST1A1.EFD0) annotation (Line(points={{83,-15},{94,-15},{94,-58},{-26,-58}},
102+
color={102,44,145}));
103+
connect(zero.y, eSST1A1.VUEL) annotation (Line(points={{-0.6,-80},{-40,-80},{-40,-72}}, color={0,0,0}));
104+
connect(gENROE.XADIFD, eSST1A1.XADIFD) annotation (Line(points={{83,-27},{90,-27},{90,-98},{-64,-98},{-64,-72}},
105+
color={0,0,127}));
106+
connect(gENROE.PELEC, pSS2A.V_S2) annotation (Line(points={{83,9},{90,9},{90,52},{62,52}},
107+
color={238,46,47}));
108+
connect(negInf.y, eSST1A1.VUEL2) annotation (Line(points={{-73.5,-89},{-54.02,-89},{-54.02,-71.98}},
109+
color={0,0,0}));
110+
connect(posInf.y, eSST1A1.VOEL) annotation (Line(points={{-44.5,-89},{-48,-89},{-48,-72}},
111+
color={0,0,0}));
112+
connect(iEEEG1_1.PMECH_HP, gENROE.PMECH) annotation (Line(points={{-28,18},{14,18}},
113+
color={0,140,72}));
114+
connect(gENROE.p, pwPin) annotation (Line(points={{80,0},{110,0}},
115+
color={0,0,255}));
116+
connect(eSST1A1.VUEL3, negInf.y) annotation (Line(points={{-58.37,-71.99},{-58.37,-89},{-73.5,-89}}, color={0,0,127}));
117+
connect(eSST1A1.VOTHSG2, zero.y) annotation (Line(points={{-26,-34},{-16,-34},{-16,-80},{-0.6,-80}}, color={0,0,127}));
118+
connect(eSST1A1.ECOMP, gENROE.ETERM) annotation (Line(points={{-26,-50},{-10,-50},{-10,-66},{98,-66},{98,-9},{83,-9}}, color={0,0,127}));
119+
connect(pSS2A.V_S1, gENROE.SPEED) annotation (Line(points={{62,68},{94,68},{94,21},{83,21}}, color={0,140,72}));
131120
end GeneratorTurbGovAVRPSS;

0 commit comments

Comments
 (0)