MLAxisRatedTq

Pipe Network motion icon

 Function - Allows conversion of drive torque values from rated torque units
(1000 = rated motor continuous torque) to N.m (Newton meter).

Inputs

Input

Data Type

Range

Unit

Default

Description

ID

DINT

No range

N/A

No default

Pipe network identifier of the axis block.

Torque

LREAL

No range

N.m (Newton meter)

No default

Actual torque applied by the drive associated to the axis.

Rated torque = Nominal Drive Current * Torque factor = DRV.ICONT * MOTOR.KT.

Outputs

Output

Data Type

Range

Unit

Description

Default (.Q)

BOOL

FALSE, TRUE

N/A

Returns TRUE when the function successfully executes.

See Function - General Rules.

Remarks

Figure 1: MLAxisRatedTq

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

            MLAxisRatedTq(PipeNetwork.Axis1, Axis1_Torque )  ;

See Also

MLAxisReadTq