MLPmpWriteAccel

Pipe Network motion icon

 Function - Sets the Acceleration parameter of a PMP block.

Inputs

Input

Data Type

Range

Unit

Default

Description

BlockID

DINT

1 to 1024

N/A

No default

ID name of a PMP function block in the Pipe Network.

Acceleration

LREAL

> 0 (zero)

User unit/sec2

No default

  • Acceleration value.
  • The value is entered in the ACCELERATION field in the Parameter tab.

Outputs

Output

Data Type

Range

Unit

Description

Default (.Q)

BOOL

FALSE, TRUE

N/A

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

MLPmpWriteAccel( PipeNetwork.PmpMaster, 40000.0 )  ;

See Also