MLPmpRun
Function - Jog the generator at the specified speed.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
EN |
BOOL |
FALSE, TRUE |
N/A |
No default |
|
|
BlockID |
DINT |
1 to 1024 |
N/A |
No default |
ID name of a PMP function block in the Pipe Network. |
|
Speed |
LREAL |
No range |
User unit/sec |
No default |
The designated rate to Jog at.
|
Outputs
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
Default (.Q) |
BOOL |
FALSE, TRUE |
N/A |
|
Remarks
None
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
//Execute a Relative move on a PMP Block name “PmpMaster” with a Jog speed of 1000.0
MLPmpRun( PipeNetwork.PmpMaster, 1000.0 ) ;
See Also






