MLAddWriteOff1
Function - Set the offset value of the first entry of the Adder block.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
BlockID |
DINT |
1 to 1024 |
N/A |
No default |
ID number of an initiated Adder object. |
|
Offset |
LREAL |
No range |
N/A |
No default |
Desired new value for the Adder Object's Offset1. |
Outputs
Adder Block Output = Ratio1*Input1 + Offset1 + Ratio2*Input2 + Offset2
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
Default (.Q) |
BOOL |
FALSE, TRUE |
N/A |
|
Remarks
-
-
Changes made to the Offset of an Adder block are executed immediately and can cause an axis position to jump.
- Offset1 shifts the value of the first input to the block before its added to the second input.
Figure 1: MLAddWriteOff1
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
//Change the offset value of first entry to the Adder block to 10
MLAddWriteOff1( PipeNetwork.MyAdder, 10 );
See Also







