MLIntWriteOutVal
Function - Sets the output value of an integrator object.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
BlockID |
DINT |
1 to 1024 |
N/A |
No default |
ID number of an initiated Integrator object. |
|
Value |
LREAL |
No range |
User units |
No default |
Designated new output value of the selected Integrator object. |
Outputs
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
Default (.Q) |
BOOL |
FALSE, TRUE |
N/A |
|
Remarks
- This function can force the output to an entered value not dependent on the input value from the Pipe Network.
- Output value can jump to another value instantly after the function is executed if the Pipe Network is running
-
-
This function or function block returns cached data.
See Program a Multi-Core Controller.
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
//change the output value of an integrator object to 35
MLIntWriteOutVal ( PipeNetwork.MyIntegrator, 35.0 );
See Also






