Difference between revisions of "MC-Basic:cam.CAMTYPE"
m (Miborich moved page MC-Basic:cam.TYPE to MC-Basic:cam.CAMTYPE: The syntax is actiualy camtype) |
|
(No difference)
|
Revision as of 14:30, 17 September 2014
Defines the type of cam interpolation. Values are:
- 0 - linear interpolation
- 1 - polynomial interpolation (5 degrees)
Syntax
<cam>.Type = <cam type>
?<cam>.Type
Availability
All versions
Type
Long
Range
0,1
Default
0
Scope
Configuration, Task or Terminal
Limitations
Should be set before call of CREATECAMDATA.
Examples
Cam1.Type = 0