Difference between revisions of "MC-Basic:SWAPCAMS axis"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:SWAPCAMS axis to MC-Basic:SWAPCAMS axis: Global renaming of Axystems: namespace into (Main):)
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.ALTERNATIVECAM|axis.ALTERNATIVECAM]]
+
* [[MC-Basic:axis.ALTERNATIVECAM|axis.ALTERNATIVECAM]]
  
  
 
}}
 
}}

Revision as of 08:43, 22 May 2014

this command changes the cam tables on the fly. It means switching between one table to another in short period of time without loosing synchronization at the certain point in the cam cycle.

Syntax

SwapCAMs <axis> minindex=<CAM index>  maxindex==<CAM index>

Availability

Since Version 4.0.1

Range

<axis>          :  The slaved axis

Minindex      :   1 to maximal cam table data index

Maxindex     :   1 to maximal cam table data index

Scope

Task or Terminal

Limitations

Cam table must be loaded , Minindex must be less then Maxindex

Examples

SwapCAMs Axis1 minindex=1 maxindex=2

See Also