Difference between revisions of "AXY:MC-Basic:axis.TIMESETTLEMAX"
m (1 revision) |
m (Text replace - "''<axis>''" to "<''axis''>") |
||
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | '' | + | <''axis''>.TSettleMax |
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''axis''>.TimeSettleMax = ''<expression>''<br> |
− | ?'' | + | ?<''axis''>.TimeSettleMax |
|AVAILABILITY= | |AVAILABILITY= |
Revision as of 07:56, 17 March 2014
This property defines the maximum time allowed for the axis to settle. The time is measured from the moment the motion profiler completes. If, after the specified time has passed, the axis has not settled, an error is generated. TIMESETTLE is measured from the moment the axis is in position. Since some time may pass from the moment the profiler has completed until the axis is actually in position, TIMESETTLEMAX should be set greater than TIMESETTLE. Setting the value to -1 disables the function (i. e., the maximum settling time is never checked).
Short form
<axis>.TSettleMax
Syntax
<axis>.TimeSettleMax = <expression>
?<axis>.TimeSettleMax
Availability
All versions
Type
Double
Range
-1, Greater than 0
Default
-1
Scope
Configuration, Task or Terminal
Limitations
The maximum 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. To set the value within a task, the axis must be attached to that task (using the ATTACH command).
Examples
Xaxis.TimeSettleMax = 5000 ‘Allow maximum 5 seconds to settle