Skip to content

Commit b7af570

Browse files
committed
Activate start 50 seconds before first non-zero load setpoint
The fuel cell need some time to reach the running state.
1 parent 7249ef3 commit b7af570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XInTheLoop/Examples/Site1.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ package Site1 "Example Site 1 for Hardware-in-the-loop (HIL) simulation"
6363
Placement(visible = true, transformation(origin = {-80, -40}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
6464
Modelica.Blocks.Sources.IntegerExpression remoteControl(y = 1) annotation(
6565
Placement(visible = true, transformation(origin = {-80, 80}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
66-
XInTheLoop.Blocks.Customized.IntegerTable start(table = [0, 0; 90, 1; 560, 0]) annotation(
66+
XInTheLoop.Blocks.Customized.IntegerTable start(table = [0, 0; 50, 1; 560, 0]) annotation(
6767
Placement(visible = true, transformation(origin = {-80, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
6868
Modelica.Blocks.Math.MultiProduct powerStack(nu = 2) annotation(
6969
Placement(visible = true, transformation(origin = {50, 36}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));

0 commit comments

Comments
 (0)