MC-Basic:robot.WORKPIECE.XMAX

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

Define maximum value for WorkPiece frame X coordinate

Syntax

<Robot>.WORKPIECE.XMAX = <numeric expression>

Type

Double

Range

0 - MaxDouble

Units

mm

Default

1000

Scope

Configuration ,Task or Terminal

Limitations

Read/Write, Modal Only

Examples

<Robot>.Workpiece.Xmax = 850
?<Robot>.Workpiece.Xmax

See Also