Difference between revisions of "MC-Basic:robot.GOTOLIMIT"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <ROBOT>.GoToLimit= <''numeric expression''> |AVAILABILITY= All versions |DESCRIPTION= Flag causing the given straight-line motion to exte...")
 
Line 13: Line 13:
 
Flag causing the given straight-line motion to extend till reaching one of the position limits of t the robot (PMIN/PMAX, XMIN/XMAX, ....). '''The given target (in MOVES line) point is used for direction computation only'''. The real target of the motion lies on the line between initial point of the motion and the given point either closer or further away.
 
Flag causing the given straight-line motion to extend till reaching one of the position limits of t the robot (PMIN/PMAX, XMIN/XMAX, ....). '''The given target (in MOVES line) point is used for direction computation only'''. The real target of the motion lies on the line between initial point of the motion and the given point either closer or further away.
  
 +
 +
[[File:GOTOLIMIT.PNG |  600px]]
  
 
|TYPE=
 
|TYPE=

Revision as of 08:48, 28 February 2016

Flag causing the given straight-line motion to extend till reaching one of the position limits of t the robot (PMIN/PMAX, XMIN/XMAX, ....). The given target (in MOVES line) point is used for direction computation only. The real target of the motion lies on the line between initial point of the motion and the given point either closer or further away.


GOTOLIMIT.PNG

Syntax

<ROBOT>.GoToLimit= <numeric expression>

Availability

All versions

Type

Long

Range

0 or 1

Units

none

Default

0

Scope

Task, Terminal

Limitations

Write-Only, Nodal Only, used for MOVES command only

Examples

Moves puma #{100,0,0,0,0,0} GoToLimit = 1

See Also