MLGearReadRatSlp
Function - Returns the Ratio Slope value of a selected Gear Block from the Pipe Network.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
BlockID |
DINT |
1 to 1024 |
N/A |
No default |
ID number of an initialized Gear object. |
Outputs
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
Slope |
LREAL |
|
1/sec (or s-1) |
|
Remarks
The Ratio Slope sets the limit in 1/Seconds (or s-1) at which step changes in Ratio are implemented.
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
//Find the Ratio Slope value of Gear1 Pipe Block
Gear1RatioSlope := MLGearReadRatSlp(PipeNetwork.GEAR1);
See Also






