MC-Basic:STOPPHASE

From SoftMC-Wiki
Revision as of 07:45, 28 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Stop the Phaser command . It stops the convergence stage of the Phaser command. Ratio is used to correlate between master and slave unit and to control the stop rate.

Syntax

StopPhase <slave axis> ratio = <ratio factor>

Availability

Versions 4.0.x and higher

Range

<offset> : mindouble to maxdouble

<ratio factor> : above then zero

Units

<offset> : master position units

                             <ratio factor> : [master position unites / slave position units]

Default

<ratio factor> : 1

Scope

Task, terminal

Limitations

Axis must be slaved, command can’t be executed without offset value. Valid for axis only.

Examples

A1.mastersource = a2.pcmd

A1.slave = CAM

Phase a1 10  ratio = 1

StopPhase A1 ratio =10

See Also