Skip to content

Commit

Permalink
Activate start 50 seconds before first non-zero load setpoint
Browse files Browse the repository at this point in the history
The fuel cell need some time to reach the running state.
  • Loading branch information
kvid committed Nov 29, 2022
1 parent 7249ef3 commit b7af570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XInTheLoop/Examples/Site1.mo
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ package Site1 "Example Site 1 for Hardware-in-the-loop (HIL) simulation"
Placement(visible = true, transformation(origin = {-80, -40}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
Modelica.Blocks.Sources.IntegerExpression remoteControl(y = 1) annotation(
Placement(visible = true, transformation(origin = {-80, 80}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
XInTheLoop.Blocks.Customized.IntegerTable start(table = [0, 0; 90, 1; 560, 0]) annotation(
XInTheLoop.Blocks.Customized.IntegerTable start(table = [0, 0; 50, 1; 560, 0]) annotation(
Placement(visible = true, transformation(origin = {-80, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
Modelica.Blocks.Math.MultiProduct powerStack(nu = 2) annotation(
Placement(visible = true, transformation(origin = {50, 36}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
Expand Down

0 comments on commit b7af570

Please sign in to comment.