Ticket #6000: scratch.mo

File scratch.mo, 727 bytes (added by timswait@…, 4 years ago)

demo file showing control_frame works fine by itself.

Line 
1model scratch
2  inner Modelica.Mechanics.MultiBody.World world annotation(
3    Placement(visible = true, transformation(origin = {-324, 28}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
4  frame_model_pack.control_frame control_frame annotation(
5    Placement(visible = true, transformation(origin = {-216, -6}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
6equation
7  connect(world.frame_b, control_frame.TOU_conn) annotation(
8    Line(points = {{-314, 28}, {-218, 28}, {-218, 14}, {-216, 14}}, color = {95, 95, 95}));
9  annotation(
10    Icon(coordinateSystem(extent = {{-500, -100}, {500, 100}})),
11    Diagram(coordinateSystem(extent = {{-500, -100}, {500, 100}})),
12    uses(Modelica(version = "3.2.3")));
13end scratch;