Difference between revisions of "MC-Basic:STOPPHASE"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:STOPPHASE to MC-Basic:STOPPHASE: Global renaming of Axystems: namespace into (Main):)
m (Text replace - "Axystems:" to "")
Line 46: Line 46:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:GEARING & CAMMING|GEARING & CAMMING]]
+
* [[MC-Basic:GEARING & CAMMING|GEARING & CAMMING]]
  
  
 
}}
 
}}

Revision as of 10:26, 22 May 2014

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