Opened 14 years ago

Last modified 13 years ago

#1535 closed defect (fixed)

OMEdit: Fails to connect arrays

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone:
Component: Version:
Keywords: Cc: Martin Sjölund, Adeel Asghar

Description

Remove the connection from this model and try to reconnect it (solve this by asking the user which dimensions an array-connection should connect; like Dymola):

model ABC
  Modelica.Blocks.Sources.BooleanTable booleantable1(startValue = false, table = {1.0,2.0,3.0}) annotation(Placement(visible = true, transformation(origin = {-60.1194,34.4005}, extent = {{-15,-15},{15,15}}, rotation = 0)));
  Modelica.Electrical.Digital.Converters.BooleanToLogic booleantologic1 annotation(Placement(visible = true, transformation(origin = {-21.0252,34.1976}, extent = {{-15,-15},{15,15}}, rotation = 0)));
equation
  connect(booleantable1.y,booleantologic1.x[1]);
end ABC;

Change History (0)

Note: See TracTickets for help on using tickets.