Difference between revisions of "AXY:MC-Basic:axis.POSITIONERRORDELAY"

From SoftMC-Wiki
Jump to: navigation, search
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.POSITIONERRORDELAY}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 12: Line 13:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This property returns the delay, as a number of SERCOS cycles, between a position command and the position feedback for the calculation of the position error.
+
This property returns the delay, as a number of AnyBus cycles, between a position command and the position feedback for the calculation of the position error.
 +
 
 +
Typically this delay includes:
 +
 
 +
* at least one motion bus sample for sending the command position to the drive
 +
* time used for motion preparation (micro-interpolation), typically it is one sample but could be less depends on the drive manufacturer
 +
* at least one sample for sending the feedback position from the drive.<br/>
  
 
If using micro interpolation on the drive, this delay may change from 2 cycles (no micro interpolation) to 3 (with micro interpolation).
 
If using micro interpolation on the drive, this delay may change from 2 cycles (no micro interpolation) to 3 (with micro interpolation).
  
 
This properly must be explicitly changed when switching the micro interpolation mode on the drives. Otherwise, an erroneous position error is calculated.
 
This properly must be explicitly changed when switching the micro interpolation mode on the drives. Otherwise, an erroneous position error is calculated.
 +
 +
Depending on drive manufacturer and type of the motion bus the sending and receiving delays can vary.
 +
 +
{{Note| It is important to note that the timing of internal feedback sampling inside the drive is not taken into account In all of the calculation we assume that position feedback is taken at the start of the motion bus sample, although it might be not true.}}
  
 
|TYPE=
 
|TYPE=
Long
+
Double (was Long in previous fw versions)
  
 
|RANGE=
 
|RANGE=
1 to 9
+
1 to 32
  
 
|UNITS=
 
|UNITS=
SERCOS cycle times
+
Motion-Bus cycle times
  
 
|DEFAULT=
 
|DEFAULT=
2 (Assuming no microinterpolation)
+
2  
  
 
|SCOPE=
 
|SCOPE=
Line 40: Line 51:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SERCOS.CYCLETIME|SERCOS.CYCLETIME]]
+
* [[MC-Basic:SERCOS.CYCLETIME|SERCOS.CYCLETIME]]
* [[Axystems:SimulatedAxes| Simulated Axes]]
+
* [[SimulatedAxes| Simulated Axes]]
 
* [[AXY:Position Error Delay Compensation Algorithm| Position Error Delay Compensation Algorithm]]
 
* [[AXY:Position Error Delay Compensation Algorithm| Position Error Delay Compensation Algorithm]]
* [[Axystems:SimulatedAxes#Simulated_Axes | Simulated Axes ]]
+
* [[SimulatedAxes#Simulated_Axes | Simulated Axes ]]
* [[Axystems:MC-Basic:axis.POSITIONCOMMANDHISTORY | POSITIONCOMMANDHISTORY]]
+
* [[MC-Basic:axis.POSITIONCOMMANDHISTORY| POSITIONCOMMANDHISTORY]]
 +
* [[How_to_setup_Position_Error_Delay|How_to_setup_Position_Error_Delay]]
 
}}
 
}}
 +
-->

Latest revision as of 07:06, 14 August 2017