1 | model 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)));
|
---|
6 | equation
|
---|
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")));
|
---|
13 | end scratch;
|
---|