MLPmpReadLstSpd
Function - Gets the LastTravelSpeed parameter of a PMP block.
Inputs
Input |
Data Type |
Range |
Unit |
Default |
Description |
---|---|---|---|---|---|
BlockID |
DINT |
-2147483648 to 2147483647 |
N/A |
No default |
ID name of a PMP function block in the Pipe Network. |
Outputs
Output |
Data Type |
Range |
Unit |
Description |
---|---|---|---|---|
LastTravelSpeed |
LREAL |
|
User unit/sec |
Last Travel Speed of the PMP Pipe Network function block.
|
Remarks
Used in the MLPmpRel function block.
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
PmpLastSpeed := MLPmpReadLstSpd( PipeNetwork.PmpMaster ) ;
See Also