Difference between revisions of "MC-Basic:STOPPHASE"
m (Text replace - "Axystems:" to "") |
|||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:STOPPHASE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= |
Latest revision as of 07:45, 28 April 2017
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