MC-Basic:axis.MAXOFFSET

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

Returns 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 have been executed.

Short form

<axis>.MOffset

Syntax

<axis>.MaximumOffset =<numeric expression>

Availability

Since Version 3.6.20

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