Difference between revisions of "MC-Basic:PHASE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<offset>''" to "<''offset''>")
m (Text replace - "Axystems:" to "")
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.7.x and higher
+
Since Version 3.7.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 42: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:GEARING & CAMMING|GEARING & CAMMING]]
+
* [[MC-Basic:GEARING & CAMMING|GEARING & CAMMING]]
  
  
 
}}
 
}}

Latest revision as of 09:28, 22 May 2014

Start the correction process on the specific master slave couple.  Add the user offset value to the master input before it is translated by cam table or by multiply by gear ratio. Ratio factor determines the smoothness of offset increasing until it reaches its final value.

Syntax

Phase <slave axis> <offset> ratio = <ratio factor>

Availability

Since Version 3.7.x

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

See Also