Difference between revisions of "MC-Basic:cam.CYCLE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= Cyc |SYNTAX= ''<cam>''.Cycle = ''<number of cycles>''<br> ?''<cam>''.Cycle |AVAILABILITY= All versions |DESCRIPTION= This property sets the number of…')
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:cam.CYCLE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
''<cam>''.Cycle = ''<number of cycles>''<br>
+
<''cam''>.Cycle = ''<number of cycles>''<br>
  
?''<cam>''.Cycle
+
?<''cam''>.Cycle
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 12: Line 13:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This property sets the number of cycles for which the CAM table is to be executed. A CAM table is repeated when the master passes the end of the table and the number of cycles has a value greater than 1. Setting the number of cycles to the value -1 enables the table to be repeated continually. The number of cycles is changed while camming is enagaged.
+
This property sets the number of cycles for which the cam table is to be executed. A cam table is repeated when the master passes the end of the table and the number of cycles is a value greater than 1. Setting the number of cycles to the value -1 enables the table to be repeated continually. The number of cycles is changed while camming is enagaged.
  
 
|TYPE=
 
|TYPE=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.ACTIVECAM|axis.ACTIVECAM]]
+
* [[MC-Basic:axis.ACTIVECAM|axis.ACTIVECAM]]
* [[Axystems:MC-Basic:axis.CAMCYCLE|axis.CAMCYCLE]]
+
* [[MC-Basic:axis.CAMCYCLE|axis.CAMCYCLE]]
  
  
 
}}
 
}}

Latest revision as of 07:44, 25 April 2017

Language: English  • 中文(简体)‎

This property sets the number of cycles for which the cam table is to be executed. A cam table is repeated when the master passes the end of the table and the number of cycles is a value greater than 1. Setting the number of cycles to the value -1 enables the table to be repeated continually. The number of cycles is changed while camming is enagaged.

Short form

Cyc

Syntax

<cam>.Cycle = <number of cycles>

?<cam>.Cycle

Availability

All versions

Type

Long

Range

-1, 1 to MaxLong

Default

1

Scope

Configuration, Task or Terminal

Examples

Cam1.Cycle = -1

See Also