Difference between revisions of "MC-Basic:axis.VELOCITYSAFETYLIMIT"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
(AXY: new links)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.VELOCITYSAFETYLIMIT}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
<''axis''>.VelocitySafetyLimit = ''<value>''<br>
+
<''axis''>.VelocitySafetyLimit = <''value''><br>
  
 
?<''axis''>.VelocitySafetyLimit
 
?<''axis''>.VelocitySafetyLimit
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS 4.2.0 and higher
+
Since Version 4.2.0
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This property defines the axis velocity maximum value which when exceeded triggers a Watch Dog condition. The property is implemented as  a safety mechanism preventing instantaneous position jumps. Typically its value should be about '''ten''' time bigger then VMAX.
+
This property defines the axis velocity maximum value that triggers a Watchdog condition when exceeded. The property is implemented as a safety mechanism for preventing instantaneous position jumps. Typically its value should be about '''ten''' time greater than VMAX.
  
{{Note/Important|The Velocity Safety Limit causes Watch-Dog activation, Therefore it is from absolute importantce to set it to right value '''(10*Vmax)!'''}}
 
  
{{Note| Note that VelocitySafetyLimit and [[Axystems:MC-Basic:axis.VELOCITYOVERSPEED|VOSPD]] should be bigger than: '''1000/ser.cycletime/VFac'''. In cases where [[Axystems:MC-Basic:axis.VELOCITYFACTOR|vfac]] is set too low regular velocity values can trigger these. {{Bugzilla|5267}}}}
+
{{Note/Important|The Velocity Safety Limit causes Watchdog activation. It is therefore imperative to set it to the correct value – '''(10×Vmax)'''}}
 +
 
 +
 
 +
{{Note| VelocitySafetyLimit and [[MC-Basic:axis.VELOCITYOVERSPEED|VOSPD]] should be greater than: '''1000/ser.cycletime/VFac'''. In cases where [[MC-Basic:element.VELOCITYFACTOR|vfac]] is set too low regular velocity values can trigger these.  
 +
<br><!-- {{Bugzilla|5267}} -->  }}
 +
 
  
 
|TYPE=
 
|TYPE=

Latest revision as of 13:07, 13 September 2017

Language: English  • 中文(简体)‎

This property defines the axis velocity maximum value that triggers a Watchdog condition when exceeded. The property is implemented as a safety mechanism for preventing instantaneous position jumps. Typically its value should be about ten time greater than VMAX.


IMPORTANT.svgIMPORTANT
The Velocity Safety Limit causes Watchdog activation. It is therefore imperative to set it to the correct value – (10×Vmax)


NOTE-Info.svgNOTE
VelocitySafetyLimit and VOSPD should be greater than: 1000/ser.cycletime/VFac. In cases where vfac is set too low regular velocity values can trigger these.

Syntax

<axis>.VelocitySafetyLimit = <value>

?<axis>.VelocitySafetyLimit

Availability

Since Version 4.2.0

Type

Double

Range

0.1 to MAXD

Units

velocity units

Default

10000

Scope

Task or Terminal

Examples

A1.VelocitySafetyLimit = 10e10