Hello Siris, I suppose that you are not using the right diagram into OSATE. Please check "AadlStarterKit.zip" from aadl.info web site, [http://www.aadl.info/downloads/AadlStarterKit.zip] and particulary "Getting Started with AADL.Graphics.Aug2007.pdf" file. It contains a good and simple system example with Osate.
To connect 2 data port, you must use a <Data Port connection>, but to do this, you must be into an aadl instance diagram, and not into an aadl specification diagram. So you must create a system type, and then implement it, and then create a system instance. You can also use a <port group> component for many ports. There is no need to find another extra plug-in for OSATE. For me, <source name> property shall not be used to connect data port, Please check also AADL language standard : "as5506_AADL_V2-Draft0.75-05072008.pdf" But if you want to try another graphical editor (maybe more simple), have a look to ADELE v2.1 (delivered with Topcased 2.1). [http://gforge.enseeiht.fr/projects/adele/] and TPC-ADELE-user_guide.pdf into document section. Best Regards, Sebastien 2008/9/1, Siris <[EMAIL PROTECTED]>: > > Hello all, > > I am having problem in graphical editor for AADL model to > define a connection. > I have two system implementation, A and B. A has a data out port > which transfer data to data in port in system B. > The way I managed to do this was by introducing a property called > source name to each data port and connection. So the source name > property of the input port in B will be the name of output port of A. > This was fine for the design i created but as the system got bigger > this was not feasible to draw a complex AADL model. Is there any way i > can perform this with help of graphical connection.As It looks me > obvious that there must be some graphical object whichwill help me > draw the flows or connection as a line from on data port > to other, but could not find in OSATE graphical editor. Is there > anyextra plug-ins I have to download to draw this model graphically > rather than writting this model in text, which it seems error prone > with complex systems. > Help me please.. > > -- > Regards, > Siris Regmi > > _______________________________________________ > Topcased-users mailing list > [email protected] > http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users >
_______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
