Difference between revisions of "MC-Basic:axis.FEEDBACK"
m (Text replace - "''<axis>''" to "<''axis''>") |
(AXY: new links) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.FEEDBACK}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>.Feedback = '' | + | <''axis''>.Feedback = <''feedback source''> |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This property sets the source of the position feedback for the motion. The position feedback comes either | + | This property sets the source of the position feedback for the motion. The position feedback comes from either the motor (usually), or the load. The load feedback is commonly used when working in the dual loop mode. Dual loop is set during the SERCOS phase run-up. |
When the feedback is set to external, the POSITIONFEEDBACK property is used to get feedback and calculate position following error. The POSITIONFEEDBACK units are defined by POSITIONFACTOR and not by POSITIONEXTERNALFACTOR. | When the feedback is set to external, the POSITIONFEEDBACK property is used to get feedback and calculate position following error. The POSITIONFEEDBACK units are defined by POSITIONFACTOR and not by POSITIONEXTERNALFACTOR. | ||
Line 19: | Line 20: | ||
|RANGE= | |RANGE= | ||
0 for Motor feedback<br> | 0 for Motor feedback<br> | ||
− | |||
1 for External feedback | 1 for External feedback | ||
Line 38: | Line 38: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:element.POSITIONFEEDBACK|POSITIONFEEDBACK]] |
}} | }} |
Latest revision as of 12:05, 13 September 2017
Language: | English • 中文(简体) |
---|
This property sets the source of the position feedback for the motion. The position feedback comes from either the motor (usually), or the load. The load feedback is commonly used when working in the dual loop mode. Dual loop is set during the SERCOS phase run-up.
When the feedback is set to external, the POSITIONFEEDBACK property is used to get feedback and calculate position following error. The POSITIONFEEDBACK units are defined by POSITIONFACTOR and not by POSITIONEXTERNALFACTOR.
Syntax
<axis>.Feedback = <feedback source>
Availability
All versions
Type
Long
Range
0 for Motor feedback
1 for External feedback
Default
0
Scope
Configuration, Task or Terminal
Examples
Axis1.Feedback = External