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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= <Axis>.MaxOff |SYNTAX= <Axis>.MaximumOffset =<''numeric expression''> |AVAILABILITY= Versions AMCS 0.3.6.20 and higher |DESCRIPTION= Return the maximum…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

Return the maximum value of the Phaser process. It returns the absolute value that is currently added and not the sum of all offsets of the Phaser commands that were executed.

Short form

<Axis>.MaxOff

Syntax

<Axis>.MaximumOffset =<numeric expression>

Availability

Versions AMCS 0.3.6.20 and higher

Type

Double

Range

mindouble to maxdouble

Units

Master Position Units

Default

0

Scope

Configuration, Task, Terminal

Limitations

Axis must be slaved .Value is reset every time the slave is disconnected.

Examples

A1.mastersource = a2.pcmd

A1.slave = CAM

Phase a1 10  ratio = 1

?A1.MaxOffset

See Also