Torque Window
How To Configure The Torque Window
less than a minute
The torque window detector monitors the actual torque of an axis, typically measured in Nm. The main purposes is to trigger a warnings or an emergency stops if the actual torque exceeds the defined limits.
Configure the torque window via the GUI
You can configure the torque window
per axis through the GUI
under the Alarms Tab
.
-
You can
enable
ordisable
the torque window per axis. -
Define the
Low
andHigh
threshold value. If theinput
exceeds the defined threshold value aWarning
is triggered. -
Define the
Too Low
andToo High
threshold value . If theinput
exceeds the defined threshold value aEmergency Stop
is triggered. -
Save Configuration
- Press Save Settings to store all your changes.
Configure the torque window via the DESK-Tool
To configure torque window
for an axis (e.g., axis 1) using the desk-tool:
GUI parameter: | Description: | Desk Parameter: |
---|---|---|
Torque Window | ||
Input | Actual torque value | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/input |
Enable | Enable switch | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/enable |
Threshold Value | ||
TooLow | Lower emergency stop threshold | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/tooLow |
Low | Lower warning threshold | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/Low |
High | Upper warning threshold | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/High |
TooHigh | Upper emergency stop threshold | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/tooHigh |
Trigger Signal | ||
isTooLow | Lower emergency stop trigger | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/isTooLow |
isLow | Lower warning trigger | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/isLow |
isHigh | Upper warning trigger | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/isHigh |
isTooHigh | Upper emergency stop trigger | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/torqueWindowDetector/isTooHigh |