MLPmpReadFstSpd
Function - Gets the FirstTravelSpeed 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 |
---|---|---|---|---|
FirstTravelSpeed |
LREAL |
|
User unit/sec |
Present first travel speed of the PMP Pipe Network function block.
|
Remarks
- This parameter is used as:
- The first of two speeds in an MLPmpRel function block.
- The speed in an MLPmpAbs function block.
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
FirstSpeedValue := MLPmpReadFstSpd( PipeNetwork.PmpMaster ) ;
See Also