Velocity Window
How To Configure The Velocity Window
less than a minute
The velocity window detector monitors the actual velocity of an axis, typically measured in radians per second. The main purposes is to trigger a warnings or an emergency stops if the velocity exceeds defined limits.
Configure the velocity window via the GUI
You can configure the velocity window
per axis through the GUI
under the Alarms Tab
.
-
You can
enable
ordisable
the velocity 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 velocity window via the DESK-Tool
To configure velocity window
for an axis (e.g., axis 1) using the desk-tool:
GUI parameter: | Description: | Desk Parameter: |
---|---|---|
Velocity Window | ||
Input | Actual velocity value | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/input |
Enable | Enable switch | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/enable |
Threshold Value | ||
TooLow | Lower emergency stop threshold | rroot/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/tooLow |
Low | Lower warning threshold | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/Low |
High | Upper warning threshold | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/High |
TooHigh | Upper emergency stop threshold | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/tooHigh |
Trigger Signal | ||
isTooLow | Lower emergency stop trigger | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/isTooLow |
isLow | Lower warning trigger | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/isLow |
isHigh | Upper warning trigger | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/isHigh |
isTooHigh | Upper emergency stop trigger | root/AxesControl/actuatorControlLoops/actuatorControlLoop01/velocityWindowDetector/isTooHigh |