MLPmpWriteLstSpd
Function - Sets 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. |
LastTravelSpeed |
LREAL |
> 0 (zero) |
User unit/sec |
No default |
Last Travel Speed value.
|
Outputs
Output |
Data Type |
Range |
Unit |
Description |
---|---|---|---|---|
Default (.Q) |
BOOL |
FALSE, TRUE |
N/A |
Returns TRUE if the function or function block is successfully executing. See Function - General Rules. |
Remarks
- Can be set when adding a PMP block to a Pipe Network and defining the parameters for that block.
- Returns TRUE if the function succeeded.
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
MLPmpWriteLstSpd( PipeNetwork.PmpMaster, 650 ) ;
See Also