Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/lwb_connectBlocks_content.html @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 <p> | |
2 Blocks of type "LTPDA Block" (MBlock), "Subsystem Block" (MSubsystem), "MATLAB Expression Block" (MATBlock), | |
3 "Terminal Block" (MTerminal) all have input ports or output ports, or both. | |
4 </p> | |
5 <p> | |
6 These ports are connected together with "pipes" (MPipe is the underlying java class). Output ports | |
7 can have more than one pipe connected; input ports can have only one pipe at a time. The binding object | |
8 between a port and pipe is a "node" (MNode is the underlying java class). Nodes are displayed as small | |
9 black circles. | |
10 </p> | |
11 <br> | |
12 <br> | |
13 <img src="images/block_connections.png" alt="Block Connections" border="3"> | |
14 <br> | |
15 <br> | |
16 </p> | |
17 <p> | |
18 To connect these blocks together, do one of the following: | |
19 </p> | |
20 <il> | |
21 <li> Click and drag from one port to another.</li> | |
22 <li> Click and drag from one output node to an input port.</li> | |
23 <li> Click and drag from one output port to a block. Connection is made to the first free input (if there is one).</li> | |
24 <li> Click and drag from one output node to a block. Connection is made to the first free input (if there is one).</li> | |
25 <li> Select a source block, then ctrl-left-click a destination block to join the two. There must be at least one free | |
26 input on the destination block. On the source block, the next free output is used, or the first output if no free | |
27 outputs are available.</li> | |
28 </il> | |
29 |