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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (note template)
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Defines lower threshold below which TACCMIN and TDECMIN are not
+
Defines lower threshold below which TACCMIN and TDECMIN are not affection the motion anymore.
  
affection the motion anymore.
+
{{Note|Settingone of TACCMIN, TDECMIN or TSHORT to 0, disables the whole timing feature altogether}}
  
 
|TYPE=
 
|TYPE=
Line 44: Line 44:
 
* [[Axystems:MC-Basic:TACCCMIN|TACCCMIN]]
 
* [[Axystems:MC-Basic:TACCCMIN|TACCCMIN]]
 
* [[Axystems:MC-Basic:TDECMIN|TDECMIN]]
 
* [[Axystems:MC-Basic:TDECMIN|TDECMIN]]
* [[Axystems:MC-Basic:''SETTINGONE OF TACCMIN|''SETTINGONE OF TACCMIN]]
 
* [[Axystems:MC-Basic:TDECMIN OR  TSHORT TO 0|TDECMIN OR  TSHORT TO 0]]
 
* [[Axystems:MC-Basic:DISABLES THE WHOLE TIMINGFEATURE  ALTOGETHER.''|DISABLES THE WHOLE TIMINGFEATURE  ALTOGETHER.'']]
 
* [[Axystems:MC-Basic:''�''|''�'']]
 
 
  
 
}}
 
}}

Revision as of 08:56, 14 December 2010

Defines lower threshold below which TACCMIN and TDECMIN are not affection the motion anymore.

NOTE-Info.svgNOTE
Settingone of TACCMIN, TDECMIN or TSHORT to 0, disables the whole timing feature altogether

Short form

<AXIS>.TSHORT

Syntax

<AXIS>.TSHORT=<numeric expression>

Availability

Versions AMCS 0.4.4.x and higher

Type

long

Range

0-maxlong

Units

milliseconds

Default

0 –not active

Scope

Task, Terminal

Limitations

Modal/Nodal Read/Write

Examples

A1.timeaccmin = 500

A1.timedecmin = 1000

A1.timeofshortmotions = 200

See Also