MLPmpReadLstSpd

Pipe Network motion icon

 FunctionClosed A function calculates a result according to the current value of its inputs. A function has no internal data and is not linked to declared instances. - 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 blockClosed A function block groups an algorithm and a set of private data. It has inputs and outputs. in the Pipe Network.

Outputs

Output

Data Type

Range

Unit

Description

LastTravelSpeed

LREAL

 

User unit/sec

Last Travel SpeedClosed Speed is the absolute value of the velocity without direction. of the PMP Pipe Network function block.

  • Value defined in the setup of a PMP block in a Pipe Network.
  • The value is entered in the LAST_TRAVEL_SPEED field in the Parameter tab.

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