Difference between revisions of "MC-Basic:axis.TIMEOFSHORTMOTIONS"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "|TYPE= long" to "|TYPE= Long")
(AXY: new links)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.TIMEOFSHORTMOTIONS}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 7: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions AMCS 0.4.4.x and higher
+
Since Version 4.4.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Defines lower threshold below which TACCMIN and TDECMIN are not affection the motion anymore. If actual values of acceleration (or deceleration) time is below this limit the whole excitation-limiting algorithm (TACCMIN & TDECMIN) is switched off.  
+
Defines the lower threshold below which TACCMIN and TDECMIN no longer affect motion. If the actual values of acceleration (or deceleration) time is below this limit, the entire excitation-limiting algorithm (TACCMIN and TDECMIN) is switched off.  
 +
 
 +
{{Note/Caution|The value of TSHORT is compared to acceleration/deceleration time only, and not to the entire duration of movement. Therefore, long movements with a long cruise-velocity phase and short acceleration/deceleration times could trigger the switch-off of the excitation-limiting algorithm. For best results, use small values (1 to 4 ms).}}
 +
 
 +
 
 +
 
 +
{{Note|Setting one of TACCMIN, TDECMIN or TSHORT to 0, completely disables the entire timing feature (excitation-limiting algorithm)}}
  
{{Note/Caution|Value of TSHORT is compared to acceleration/deceleration time only and not to the whole duration of movement. Therefore long movements with long cruise-velocity phase and short acceleration/deceleration times could trigger the switching-off the excitation-limiting algorithm. Use small values (1-4ms) for best results.}}
 
  
{{Note|Setting one of TACCMIN, TDECMIN or TSHORT to 0, disables the whole timing feature (excitation-limiting algorithm) altogether}}
 
  
 
|TYPE=
 
|TYPE=
Line 20: Line 25:
  
 
|RANGE=
 
|RANGE=
0-maxlong
+
0 to  maxlong
  
 
|UNITS=
 
|UNITS=
milliseconds
+
milliseconds (ms)
  
 
|DEFAULT=
 
|DEFAULT=
0 –not active
+
0 – Not active
  
 
|SCOPE=
 
|SCOPE=
Line 32: Line 37:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Modal/Nodal Read/Write
+
*Modal/Nodal
 +
*Read/Write
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 44: Line 50:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.TIMEACCMIN|TACCCMIN]]
+
* [[MC-Basic:element.TIMEACCMIN|TACCCMIN]]
* [[Axystems:MC-Basic:axis.TIMEDECMIN|TDECMIN]]
+
 
  
 
}}
 
}}

Latest revision as of 12:44, 13 September 2017

Language: English

Defines the lower threshold below which TACCMIN and TDECMIN no longer affect motion. If the actual values of acceleration (or deceleration) time is below this limit, the entire excitation-limiting algorithm (TACCMIN and TDECMIN) is switched off.

CAUTION.svgCAUTION
The value of TSHORT is compared to acceleration/deceleration time only, and not to the entire duration of movement. Therefore, long movements with a long cruise-velocity phase and short acceleration/deceleration times could trigger the switch-off of the excitation-limiting algorithm. For best results, use small values (1 to 4 ms).


NOTE-Info.svgNOTE
Setting one of TACCMIN, TDECMIN or TSHORT to 0, completely disables the entire timing feature (excitation-limiting algorithm)

Short form

<axis>.TSHORT

Syntax

<axis>.TSHORT=<numeric expression>

Availability

Since Version 4.4.x

Type

Long

Range

0 to maxlong

Units

milliseconds (ms)

Default

0 – Not active

Scope

Task, Terminal

Limitations

  • Modal/Nodal
  • Read/Write

Examples

A1.timeaccmin = 500

A1.timedecmin = 1000

A1.timeofshortmotions = 200

See Also