Skip to content

Commit 441015a

Browse files
authored
Merge pull request #10 from TechnicalBuildingSystems/nonsemanticConnectors
Nonsemantic connectors
2 parents 1a25eed + f1ba3db commit 441015a

File tree

186 files changed

+3353
-8393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+3353
-8393
lines changed

BuildingControlLib/BuildingControl/VDI3813/ActuatorFunctions/ControlDriveActuator/ControlDriveActuatorDamperPosition.mo

Lines changed: 9 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ block ControlDriveActuatorDamperPosition
1212
functionality);
1313
/*** *** *** *** *** *** *** *** *** ***/
1414
// Connectors
15-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignal.CommandActuatorSignalDamperPositionInput
16-
V_SET_DP "New damper position." annotation (Placement(transformation(extent={{-100,60},{-80,80}}),
15+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.PhysicalRealOutput
16+
Y "Physical signal to change damper position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{-10,90},{10,110}}),
17+
iconTransformation(extent={{-22,82},{20,120}})));
18+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.RealInput
19+
V_SET_DP "New damper position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{-100,60},{-80,80}}),
1720
iconTransformation(extent={{-100,-20},{-40,20}})));
1821

19-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignal.StatusActuatorSignalDamperPositionOutput
20-
V_STA_DP "Currently used damper position." annotation (Placement(transformation(extent={{100,60},{120,80}}),
22+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.RealOutput
23+
V_STA_DP "Currently used damper position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{100,60},{120,80}}),
2124
iconTransformation(extent={{100,-20},{160,20}})));
2225

23-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.Analog.CommandPhysicalControlDriveOutput
24-
Y "Physical signal to change damper position." annotation (Placement(transformation(extent={{-10,90},{10,110}}),
25-
iconTransformation(extent={{-22,82},{20,120}})));
26+
2627

2728
equation
2829
connect(Y,functionality.Y) annotation (Line(
@@ -55,47 +56,7 @@ Documentation(info="<html>
5556
<td><p><img src=\"modelica://BuildingControlLib/Resources/Images/docVDI3813_ControlDriveActuator.PNG\" alt=\"docVDI3813_ControlDriveActuator.PNG\"/> </p></td>
5657
</tr>
5758
</table>
58-
<p><br><h4><span style=\"color: #008000\">Input Variables</span></h4></p>
59-
<p><b>Tab. 1: </b>The following table presents the input variables of the function. The connectors and data types have been specialized to provide semantic interfaces and improve error prevention of connections. </p>
60-
<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\"><tr>
61-
<td><p align=\"center\"><h4>Acronym</h4></p></td>
62-
<td><p align=\"center\"><h4>Datatype VDI3813</h4></p></td>
63-
<td><p align=\"center\"><h4>Semantic data type</h4></p></td>
64-
<td><p align=\"center\"><h4>Signal flow direction</h4></p></td>
65-
<td><p align=\"center\"><h4>Description</h4></p></td>
66-
</tr>
67-
<tr>
68-
<td valign=\"top\"><p>V_SET_DP</p></td>
69-
<td valign=\"top\"><p>Position</p></td>
70-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignals.CommandActuatorSignalDamperPositionInput\">CommandActuatorSignalDamperPosition</a> </p></td>
71-
<td valign=\"top\"><p>Input</p></td>
72-
<td valign=\"top\"><p>New damper position.</p></td>
73-
</tr>
74-
</table>
75-
<h4><span style=\"color: #008000\">Output Variables</span></h4>
76-
<p><b>Tab. 2: </b>The following table presents the output variables of the function. The connectors and data types have been specialized to provide semantic interfaces and improve error prevention of connections. </p>
77-
<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\"><tr>
78-
<td><p align=\"center\"><h4>Acronym</h4></p></td>
79-
<td><p align=\"center\"><h4>Datatype VDI3813</h4></p></td>
80-
<td><p align=\"center\"><h4>Semantic data type</h4></p></td>
81-
<td><p align=\"center\"><h4>Signal flow direction</h4></p></td>
82-
<td><p align=\"center\"><h4>Description</h4></p></td>
83-
</tr>
84-
<tr>
85-
<td valign=\"top\"><p>V_STA_DP</p></td>
86-
<td valign=\"top\"><p>Position</p></td>
87-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignals.StatusActuatorSignalDamperPositionOutput\">StatusActuatorSignalDamperPosition</a> </p></td>
88-
<td valign=\"top\"><p>Output</p></td>
89-
<td valign=\"top\"><p>Currently used damper position.</p></td>
90-
</tr>
91-
<tr>
92-
<td valign=\"top\"><p>Y</p></td>
93-
<td valign=\"top\"><p>Analog</p></td>
94-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.Analog.CommandPhysicalControlDriveOutput\">CommandPhysicalControlDrive</a> </p></td>
95-
<td valign=\"top\"><p>Output</p></td>
96-
<td valign=\"top\"><p>Physical signal to change damper position.</p></td>
97-
</tr>
98-
</table>
59+
9960
</html>",
10061
revisions="<html>
10162
<ul>

BuildingControlLib/BuildingControl/VDI3813/ActuatorFunctions/ControlDriveActuator/ControlDriveActuatorFanSpeed.mo

Lines changed: 9 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ block ControlDriveActuatorFanSpeed
1212
functionality);
1313
/*** *** *** *** *** *** *** *** *** ***/
1414
// Connectors
15-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignal.CommandActuatorSignalFanSpeedInput
16-
V_SET_FS "New fan speed." annotation (Placement(transformation(extent={{-100,60},{-80,80}}),
15+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.PhysicalRealOutput
16+
Y "Physical signal to change damper position(0-1, 0:deactive, 1:full speed)." annotation (Placement(transformation(extent={{-10,90},{10,110}}),
17+
iconTransformation(extent={{-22,82},{20,120}})));
18+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.RealInput
19+
V_SET_FS "New fan speed(0-1, 0:deactive, 1:full speed)." annotation (Placement(transformation(extent={{-100,60},{-80,80}}),
1720
iconTransformation(extent={{-100,-20},{-40,20}})));
1821

19-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignal.StatusActuatorSignalFanSpeedOutput
20-
V_STA_FS "Currently used fan speed." annotation (Placement(transformation(extent={{100,60},{120,80}}),
22+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.RealOutput
23+
V_STA_FS "Currently used fan speed(0-1, 0:deactive, 1:full speed)." annotation (Placement(transformation(extent={{100,60},{120,80}}),
2124
iconTransformation(extent={{100,-20},{160,20}})));
2225

23-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.Analog.CommandPhysicalControlDriveOutput
24-
Y "Physical signal to change damper position." annotation (Placement(transformation(extent={{-10,90},{10,110}}),
25-
iconTransformation(extent={{-22,82},{20,120}})));
26+
2627

2728
equation
2829
connect(Y,functionality.Y) annotation (Line(
@@ -55,47 +56,7 @@ Documentation(info="<html>
5556
<td><p><img src=\"modelica://BuildingControlLib/Resources/Images/docVDI3813_ControlDriveActuator.PNG\" alt=\"docVDI3813_ControlDriveActuator.PNG\"/> </p></td>
5657
</tr>
5758
</table>
58-
<h4><span style=\"color: #008000\">Input Variables</span></h4>
59-
<p><b>Tab. 1: </b>The following table presents the input variables of the function. The connectors and data types have been specialized to provide semantic interfaces and improve error prevention of connections. </p>
60-
<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\"><tr>
61-
<td><p align=\"center\"><h4>Acronym</h4></p></td>
62-
<td><p align=\"center\"><h4>Datatype VDI3813</h4></p></td>
63-
<td><p align=\"center\"><h4>Semantic data type</h4></p></td>
64-
<td><p align=\"center\"><h4>Signal flow direction</h4></p></td>
65-
<td><p align=\"center\"><h4>Description</h4></p></td>
66-
</tr>
67-
<tr>
68-
<td valign=\"top\"><p>V_SET_FS</p></td>
69-
<td valign=\"top\"><p>Position</p></td>
70-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignals.CommandActuatorSignalFanSpeedInput\">CommandActuatorSignalFanSpeed</a> </p></td>
71-
<td valign=\"top\"><p>Input</p></td>
72-
<td valign=\"top\"><p>New fan speed.</p></td>
73-
</tr>
74-
</table>
75-
<p><br><h4><span style=\"color: #008000\">Output Variables</span></h4></p>
76-
<p><b>Tab. 2: </b>The following table presents the output variables of the function. The connectors and data types have been specialized to provide semantic interfaces and improve error prevention of connections. </p>
77-
<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\"><tr>
78-
<td><p align=\"center\"><h4>Acronym</h4></p></td>
79-
<td><p align=\"center\"><h4>Datatype VDI3813</h4></p></td>
80-
<td><p align=\"center\"><h4>Semantic data type</h4></p></td>
81-
<td><p align=\"center\"><h4>Signal flow direction</h4></p></td>
82-
<td><p align=\"center\"><h4>Description</h4></p></td>
83-
</tr>
84-
<tr>
85-
<td valign=\"top\"><p>V_STA_FS</p></td>
86-
<td valign=\"top\"><p>Position</p></td>
87-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignals.StatusActuatorSignalFanSpeedOutput\">StatusActuatorSignalFanSpeed</a> </p></td>
88-
<td valign=\"top\"><p>Output</p></td>
89-
<td valign=\"top\"><p>Currently used fan speed.</p></td>
90-
</tr>
91-
<tr>
92-
<td valign=\"top\"><p>Y</p></td>
93-
<td valign=\"top\"><p>Analog</p></td>
94-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.Analog.CommandPhysicalControlDriveOutput\">CommandPhysicalControlDrive</a> </p></td>
95-
<td valign=\"top\"><p>Output</p></td>
96-
<td valign=\"top\"><p>Physical signal to change damper position.</p></td>
97-
</tr>
98-
</table>
59+
9960
</html>",
10061
revisions="<html>
10162
<ul>

BuildingControlLib/BuildingControl/VDI3813/ActuatorFunctions/ControlDriveActuator/ControlDriveActuatorLockValvePosition.mo

Lines changed: 9 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ block ControlDriveActuatorLockValvePosition
1212
functionality);
1313
/*** *** *** *** *** *** *** *** *** ***/
1414
// Connectors
15-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignal.CommandActuatorSignalLockValvePositionInput
16-
V_SET_LCK "New lock valve position." annotation (Placement(transformation(extent={{-100,60},{-80,80}}),
15+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.PhysicalRealOutput
16+
Y "Physical signal to change lock valve position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{-10,90},{10,110}}),
17+
iconTransformation(extent={{-22,82},{20,120}})));
18+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.RealInput
19+
V_SET_LCK "New lock valve position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{-100,60},{-80,80}}),
1720
iconTransformation(extent={{-100,-20},{-40,20}})));
1821

19-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignal.StatusActuatorSignalValvePositionOutput
20-
V_STA_VP "Currently used lock valve position." annotation (Placement(transformation(extent={{100,60},{120,80}}),
22+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.RealOutput
23+
V_STA_VP "Currently used lock valve position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{100,60},{120,80}}),
2124
iconTransformation(extent={{100,-20},{160,20}})));
2225

23-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.Analog.CommandPhysicalControlDriveOutput
24-
Y "Physical signal to change lock valve position." annotation (Placement(transformation(extent={{-10,90},{10,110}}),
25-
iconTransformation(extent={{-22,82},{20,120}})));
26+
2627

2728
equation
2829
connect(Y,functionality.Y) annotation (Line(
@@ -55,47 +56,7 @@ Documentation(info="<html>
5556
<td><p><img src=\"modelica://BuildingControlLib/Resources/Images/docVDI3813_ControlDriveActuator.PNG\" alt=\"docVDI3813_ControlDriveActuator.PNG\"/> </p></td>
5657
</tr>
5758
</table>
58-
<h4><span style=\"color: #008000\">Input Variables</span></h4>
59-
<p><b>Tab. 1: </b>The following table presents the input variables of the function. The connectors and data types have been specialized to provide semantic interfaces and improve error prevention of connections. </p>
60-
<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\"><tr>
61-
<td><p align=\"center\"><h4>Acronym</h4></p></td>
62-
<td><p align=\"center\"><h4>Datatype VDI3813</h4></p></td>
63-
<td><p align=\"center\"><h4>Semantic data type</h4></p></td>
64-
<td><p align=\"center\"><h4>Signal flow direction</h4></p></td>
65-
<td><p align=\"center\"><h4>Description</h4></p></td>
66-
</tr>
67-
<tr>
68-
<td valign=\"top\"><p>V_SET_LCK</p></td>
69-
<td valign=\"top\"><p>Position</p></td>
70-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignals.CommandActuatorSignalLockValvePositionInput\">CommandActuatorSignalLockValvePosition</a> </p></td>
71-
<td valign=\"top\"><p>Input</p></td>
72-
<td valign=\"top\"><p>New lock valve position.</p></td>
73-
</tr>
74-
</table>
75-
<p><br><h4><span style=\"color: #008000\">Output Variables</span></h4></p>
76-
<p><b>Tab. 2: </b>The following table presents the output variables of the function. The connectors and data types have been specialized to provide semantic interfaces and improve error prevention of connections. </p>
77-
<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\"><tr>
78-
<td><p align=\"center\"><h4>Acronym</h4></p></td>
79-
<td><p align=\"center\"><h4>Datatype VDI3813</h4></p></td>
80-
<td><p align=\"center\"><h4>Semantic data type</h4></p></td>
81-
<td><p align=\"center\"><h4>Signal flow direction</h4></p></td>
82-
<td><p align=\"center\"><h4>Description</h4></p></td>
83-
</tr>
84-
<tr>
85-
<td valign=\"top\"><p>V_STA_LCK</p></td>
86-
<td valign=\"top\"><p>Position</p></td>
87-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignals.StatusActuatorSignalLockValvePositionOutput\">StatusActuatorSignalLockValvePosition</a> </p></td>
88-
<td valign=\"top\"><p>Output</p></td>
89-
<td valign=\"top\"><p>Currently used lock valve position.</p></td>
90-
</tr>
91-
<tr>
92-
<td valign=\"top\"><p>Y</p></td>
93-
<td valign=\"top\"><p>Analog</p></td>
94-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.Analog.CommandPhysicalControlDriveOutput\">CommandPhysicalControlDrive</a> </p></td>
95-
<td valign=\"top\"><p>Output</p></td>
96-
<td valign=\"top\"><p>Physical signal to change lock valve position.</p></td>
97-
</tr>
98-
</table>
59+
9960
</html>",
10061
revisions="<html>
10162
<ul>

BuildingControlLib/BuildingControl/VDI3813/ActuatorFunctions/ControlDriveActuator/ControlDriveActuatorValvePosition.mo

Lines changed: 9 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ block ControlDriveActuatorValvePosition
1212
functionality);
1313
/*** *** *** *** *** *** *** *** *** ***/
1414
// Connectors
15-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignal.CommandActuatorSignalValvePositionInput
16-
V_SET_VP "New valve position." annotation (Placement(transformation(extent={{-100,60},{-80,80}}),
15+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.PhysicalRealOutput
16+
Y "Physical signal to change valve position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{-10,90},{10,110}}),
17+
iconTransformation(extent={{-22,82},{20,120}})));
18+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.RealInput
19+
V_SET_VP "New valve position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{-100,60},{-80,80}}),
1720
iconTransformation(extent={{-100,-20},{-40,20}})));
1821

19-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignal.StatusActuatorSignalValvePositionOutput
20-
V_STA_VP "Currently used valve position." annotation (Placement(transformation(extent={{100,60},{120,80}}),
22+
BuildingControlLib.BuildingControl.VDI3813.Interfaces.RealOutput
23+
V_STA_VP "Currently used valve position(0-1, 0:closed, 1:opened)." annotation (Placement(transformation(extent={{100,60},{120,80}}),
2124
iconTransformation(extent={{100,-20},{160,20}})));
2225

23-
BuildingControlLib.BuildingControl.VDI3813.Interfaces.Analog.CommandPhysicalControlDriveOutput
24-
Y "Physical signal to change valve position." annotation (Placement(transformation(extent={{-10,90},{10,110}}),
25-
iconTransformation(extent={{-22,82},{20,120}})));
26+
2627

2728
equation
2829
connect(Y,functionality.Y) annotation (Line(
@@ -55,47 +56,7 @@ Documentation(info="<html>
5556
<td><p><img src=\"modelica://BuildingControlLib/Resources/Images/docVDI3813_ControlDriveActuator.PNG\" alt=\"docVDI3813_ControlDriveActuator.PNG\"/> </p></td>
5657
</tr>
5758
</table>
58-
<h4><span style=\"color: #008000\">Input Variables</span></h4>
59-
<p><b>Tab. 1: </b>The following table presents the input variables of the function. The connectors and data types have been specialized to provide semantic interfaces and improve error prevention of connections. </p>
60-
<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\"><tr>
61-
<td><p align=\"center\"><h4>Acronym</h4></p></td>
62-
<td><p align=\"center\"><h4>Datatype VDI3813</h4></p></td>
63-
<td><p align=\"center\"><h4>Semantic data type</h4></p></td>
64-
<td><p align=\"center\"><h4>Signal flow direction</h4></p></td>
65-
<td><p align=\"center\"><h4>Description</h4></p></td>
66-
</tr>
67-
<tr>
68-
<td valign=\"top\"><p>V_SET_VP</p></td>
69-
<td valign=\"top\"><p>Position</p></td>
70-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignals.CommandActuatorSignalValvePositionInput\">CommandActuatorSignalValvePosition</a> </p></td>
71-
<td valign=\"top\"><p>Input</p></td>
72-
<td valign=\"top\"><p>New valve position.</p></td>
73-
</tr>
74-
</table>
75-
<h4><span style=\"color: #008000\">Output Variables</span></h4>
76-
<p><b>Tab. 2: </b>The following table presents the output variables of the function. The connectors and data types have been specialized to provide semantic interfaces and improve error prevention of connections. </p>
77-
<table cellspacing=\"0\" cellpadding=\"2\" border=\"1\"><tr>
78-
<td><p align=\"center\"><h4>Acronym</h4></p></td>
79-
<td><p align=\"center\"><h4>Datatype VDI3813</h4></p></td>
80-
<td><p align=\"center\"><h4>Semantic data type</h4></p></td>
81-
<td><p align=\"center\"><h4>Signal flow direction</h4></p></td>
82-
<td><p align=\"center\"><h4>Description</h4></p></td>
83-
</tr>
84-
<tr>
85-
<td valign=\"top\"><p>V_STA_VP</p></td>
86-
<td valign=\"top\"><p>Position</p></td>
87-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.ActuatorSignals.StatusActuatorSignalDamperPositionOutput\">StatusActuatorSignalDamperPosition</a> </p></td>
88-
<td valign=\"top\"><p>Output</p></td>
89-
<td valign=\"top\"><p>Currently used valve position.</p></td>
90-
</tr>
91-
<tr>
92-
<td valign=\"top\"><p>Y</p></td>
93-
<td valign=\"top\"><p>Analog</p></td>
94-
<td valign=\"top\"><p><a href=\"modelica://BuildingControlLib.BuildingControl.VDI3813.Interfaces.Analog.CommandPhysicalControlDriveOutput\">CommandPhysicalControlDrive</a> </p></td>
95-
<td valign=\"top\"><p>Output</p></td>
96-
<td valign=\"top\"><p>Physical signal to change valve position.</p></td>
97-
</tr>
98-
</table>
59+
9960
</html>",
10061
revisions="<html>
10162
<ul>

BuildingControlLib/BuildingControl/VDI3813/ActuatorFunctions/Examples/TesterControlDriveActuatorDamperPosition.mo

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,18 @@ model TesterControlDriveActuatorDamperPosition
44
extends Modelica.Icons.Example;
55
ControlDriveActuator.ControlDriveActuatorDamperPosition controlDriveActuatorDamperPosition
66
annotation (Placement(transformation(extent={{-34,-34},{74,22}})));
7-
Sources.ActuatorSignal.PrescribedV_SET_DP prescribedV_SET_DP annotation (
8-
Placement(transformation(
9-
extent={{-10,-10},{10,10}},
10-
rotation=270,
11-
origin={-50,50})));
12-
Sensors.SensorY sensorY
13-
annotation (Placement(transformation(extent={{40,40},{60,60}})));
147
Modelica.Blocks.Interaction.Show.RealValue realValue
158
annotation (Placement(transformation(extent={{76,40},{96,60}})));
169
Modelica.Blocks.Sources.Step sourceV_SET_DP(height=1, startTime=200)
1710
annotation (Placement(transformation(extent={{-100,60},{-80,80}})));
1811
equation
1912

20-
connect(prescribedV_SET_DP.V_SET_DP, controlDriveActuatorDamperPosition.V_SET_DP)
21-
annotation (Line(
22-
points={{-50,38.1},{-50,-6},{-17.8,-6}},
23-
color={0,0,0},
24-
thickness=1,
25-
smooth=Smooth.None));
26-
connect(sensorY.Y, controlDriveActuatorDamperPosition.Y)
27-
annotation (Line(points={{40,50},{20,50},{20,22.28},{19.46,22.28}}));
28-
connect(sensorY.y, realValue.numberPort)
29-
annotation (Line(points={{62,50},{74.5,50},{74.5,50}}, color={0,0,127}));
30-
connect(prescribedV_SET_DP.u, sourceV_SET_DP.y) annotation (Line(points={{-50,
31-
58},{-64,58},{-64,70},{-79,70}}, color={0,0,127}));
13+
connect(realValue.numberPort, controlDriveActuatorDamperPosition.Y)
14+
annotation (Line(points={{74.5,50},{20,50},{20,22.28},{19.46,22.28}}, color=
15+
{0,0,127}));
16+
connect(sourceV_SET_DP.y, controlDriveActuatorDamperPosition.V_SET_DP)
17+
annotation (Line(points={{-79,70},{-60,70},{-60,-6},{-36,-6},{-17.8,-6}},
18+
color={0,0,127}));
3219
annotation (Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,
3320
-100},{100,100}})),
3421
experiment(StopTime=1000, Interval=60),

0 commit comments

Comments
 (0)