Building a Model with Elementary Components |
The Adder component is useful when you want to model the assembly process such as putting two parts together. The Adder guarantees that this will occur only when both of the parts are available.
The following documents the logic of the Adder component.
If all components on arcs leading into the Adder can initiate flow, then initiate a transaction from each and generate a new transaction to travel down each arc directed away from the Adder; otherwise, the transaction flows out the balk node.
If all components on arcs leading into the Adder can initiate flow, then initiate a transaction from each and generate a new transaction to travel down each arc directed away from the Adder.
If all components on arcs leading into the Adder can initiate flow, then return TRUE; else, return FALSE.
Keyword | Meaning |
---|---|
id | returns the component's unique identifier |
Keyword | Meaning |
---|---|
reset | resets the Adder |
start | starts the Adder |
stop | stops the Adder |
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.