modelStockPortSensor_Control
Rate of flow information from stock ports
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
This component is typically used to build submodels where the information regarding the rate of flow needs to be extracted from the outside StockPort. In this component the Boolean flags stopInflow and stopOutflow can be explicitly set using the Boolean input connectors and the input values will override the signals received at the FlowPort, which will typically be connected to the inside StockPort which would normally be directly connected to the outside one.
See also
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.Connectors.RealOutput | netFlow | Current netflow | |
| Interfaces.Connectors.StockPort | stockPort | ||
| Interfaces.Connectors.FlowPort | flowPort | ||
| Interfaces.Connectors.BooleanInput | u_stopOutflow | Boolean signal to prevent outflow from the component | |
| Interfaces.Connectors.BooleanInput | u_stopInflow | Boolean signal to prevent inflow into the component | |
| Interfaces.Connectors.BooleanOutput | stopInflow | Report the signal received at the flow port side | |
| Interfaces.Connectors.BooleanOutput | stopOutflow | Report the signal received at the flow port side |