Overview
Type:
|
Function
|
Available as of:
|
SystemInterface_1.32.6.0
|
Versions:
|
Current version
|
Task
Enabling the overload detection function of an axis.
Description
Overload monitoring of the axis i_stAxisId is enabled again. Monitoring which has been disabled by using FC_OverloadDetectionOff() can be quickly enabled again using this function. The values for Torque, LowLimit, and HighLimit that have been set most recently using the functions FC_OverloadDetectionSet() and FC_OverloadDetectionLimit() apply.
Interface
Input
|
Data type
|
Description
|
i_stAxisId
|
ST_LogicalAddress
|
Logical address of the axis
|
Return Value
Data type
|
Description
|
DINT
|
0: OK, monitoring was enabled
-1: Logical address of the axis is invalid
|