Characteristics of the tables
The tables and table entries must have the following characteristics:
- The master positions are sequentially ascending
- The master positions are at a minimum distance of 0.1° from one another
- The master and slave value pairs need not begin at the master position 0
- The smallest table consists of two master and slave value pairs and thus of only two intervals
- The maximum table size is limited to 360 master and slave value pairs
- The master and slave axes must be a module axis.
Example
Layout of a typical cam table
Tablename = EndlessNegative # Table name
Table-ID = 422 # Table-ID
Tabletype = 7 # Table type
Function type = 5 # Interpolation type
Lines = 6 # Number of lines
Begintable # Beginning of table
15000 0 # MasterPos[0] SlavePos[0]
450000 3400000 # MasterPos[1] SlavePos[1]
900000 2400000 # MasterPos[2] SlavePos[2]
1350000 2000000 # MasterPos[3] SlavePos[3]
2700000 1300000 # MasterPos[4] SlavePos[4]
3400000 300000 # MasterPos[5] SlavePos[5]
EndTable # End of table