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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.TIMESETTLE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
<''axis''>.TimeSettle = ''<expression><br>
+
<''axis''>.TimeSettle = <''expression''><br>
 
''?<''axis''>.TimeSettle
 
''?<''axis''>.TimeSettle
  
Line 11: Line 12:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This property is used to specify the time to wait for an element to get into position. It is used in conjunction with the POSITIONERRORSETTLE property, to determine the point in time at which the axis is considered to be settled after being moved. When the motion profiler has completed, the absolute value of the position error (Target Position - Actual Position) is compared to the PESETTLE property. When the the result is less than or equal to this property, for a time given by TIMESETTLE, the ISSETTLED flag is set.
+
This property is used to specify the time to wait for an element to get into position. It is used in conjunction with the POSITIONERRORSETTLE property to determine the point in time at which the axis is considered settled after being moved. When the motion profiler has completed, the absolute value of the position error (Target Position - Actual Position) is compared to the PESETTLE property. When the the result is less than or equal to this property, for the time given by TIMESETTLE, the ISSETTLED flag is set.
  
The settling time should be an integer multiple of the SERCOS cycle time. If it is not, the actual time is rounded up to the nearest integer multiple of the SERCOS cycle time, and a message is given.
 
  
 
|TYPE=
 
|TYPE=
Line 22: Line 22:
  
 
|UNITS=
 
|UNITS=
Milliseconds
+
milliseconds (ms)
  
 
|DEFAULT=
 
|DEFAULT=
Line 31: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
To set the value within a task, the axis must be attached to that task (using the ATTACH command).
+
*The settling time should be an integer multiple of the SERCOS cycle time. If it is not, the actual time is rounded up to the nearest integer multiple of the SERCOS cycle time, and a message is issued.
 +
*To set the value within a task, the axis must be attached to that task (using the ATTACH command).
  
 
|EXAMPLE=
 
|EXAMPLE=
Xaxis.TimeSettle = 5000      ‘Allow 5 seconds to settle
+
Xaxis.TimeSettle = 5000
 +
::::Allow 5 seconds to settle
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ATTACH|ATTACH]]
+
* [[MC-Basic:ATTACH|ATTACH]]
* [[Axystems:MC-Basic:axis.ISSETTLED|axis.ISSETTLED]]
+
* [[MC-Basic:axis.ISSETTLED|axis.ISSETTLED]]
* [[Axystems:MC-Basic:axis.POSITIONERRORSETTLE|axis.POSITIONERRORSETTLE]]
+
* [[MC-Basic:axis.POSITIONERRORSETTLE|axis.POSITIONERRORSETTLE]]
  
  
 
}}
 
}}
 +
-->

Latest revision as of 07:31, 14 August 2017