MC-Basic:axis.FEEDBACK

From SoftMC-Wiki
Revision as of 08:45, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:axis.FEEDBACK to MC-Basic:axis.FEEDBACK: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

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

See Also