MLAddWriteRat1

Pipe Network motion icon

 Function - Set the ratio value of the first entry of the Adder block.

Inputs

Input

Data Type

Range

Unit

Default

Description

BlockID

DINT

-2147483648 to 2147483647

N/A

No default

ID number of an initiated Adder object.

Ratio

LREAL

No range

N/A

No default

Designated new value for the Adder Object's Ratio1.

Outputs

Adder Block Output = Ratio1*Input1 + Offset1 + Ratio2*Input2 + Offset2

Output

Data Type

Range

Unit

Description

Default (.Q)

BOOL

FALSE, TRUE

N/A

Returns TRUE if the Ratio value for input one is set.

See Function - General Rules.

Remarks


  • Changes made to the Ratio of an Adder block are executed immediately and can cause an axis position to jump.

  • Ratio1 amplifies the value of the first input to the block before its added to the second input.

Figure 1: MLAddWriteRat1

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

//Change the ratio value of first entry to the Adder block to 2 
MLAddWriteRat1( PipeNetwork.MyAdder, 2 );

See Also