Difference between revisions of "MC-Basic:axis.TORQUEERRORFILTER"
m (category Motion Dynamics) |
(AXY: new links) |
||
(17 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.TORQUEERRORFILTER}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | '' | + | <''axis''>.TEF |
|SYNTAX= | |SYNTAX= | ||
− | ?'' | + | ?<''axis''>.TEF |
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 4.5.x | |
|DESCRIPTION= | |DESCRIPTION= | ||
Parameter used to filter the TE values: | Parameter used to filter the TE values: | ||
− | TE = TE(current) | + | TE = TE(current) × TEF + TE(previous) × (1.0-TEF) |
− | Used to filter out torque spikes | + | Used to filter out torque spikes to prevent falsely triggering the torque-error collision procedures. |
|TYPE= | |TYPE= | ||
Line 32: | Line 33: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read/Write only | + | *Read/Write |
+ | *Modal only | ||
|EXAMPLE= | |EXAMPLE= | ||
Line 38: | Line 40: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[Motion Dynamics]] |
− | * [[ | + | * [[MC-Basic:axis.TORQUEERRORDISABLETYPE|axis.TORQUEERRORDISABLETYPE]] |
− | * [[ | + | * [[MC-Basic:element.TORQUEFEEDBACK|TORQUEFEEDBACK]] |
− | * [[ | + | * [[MC-Basic:axis.TORQUEFACTOR|axis.TORQUEFACTOR]] |
− | * [[ | + | * [[MC-Basic:axis.TORQUEADDCOMMAND|axis.TORQUEADDCOMMAND]] |
− | * [[ | + | * [[MC-Basic:axis.TorqueMax|axis.TORQUEMAX]] |
− | * [[ | + | * [[MC-Basic:axis.TORQUEERRORSTOPTYPE|axis.TORQUEERRORSTOPTYPE]] |
− | * [[ | + | * [[MC-Basic:axis.TORQUEERRORMAX|axis.TORQUEERRORMAX]] |
− | * [[ | + | * [[MC-Basic:axis.TORQUEERROR|axis.TORQUEERROR]] |
}} | }} | ||
− | [[Category | + | [[Category:Motion Dynamics|TORQUEERRORFILTER]] |
Latest revision as of 12:55, 13 September 2017
Language: | English • 中文(简体) |
---|
Parameter used to filter the TE values:
TE = TE(current) × TEF + TE(previous) × (1.0-TEF)
Used to filter out torque spikes to prevent falsely triggering the torque-error collision procedures.
Short form
<axis>.TEF
Syntax
?<axis>.TEF
Availability
Since Version 4.5.x
Type
Double
Range
0 to 1.0
Default
1.0
Scope
Configuration, Task or Terminal
Limitations
- Read/Write
- Modal only
Examples
?A1.TEF