Characteristics of the tables

The tables and table entries must have the following characteristics:

  1. The master positions are sequentially ascending
  2. The master positions are at a minimum distance of 0.1° from one another
  3. The master and slave value pairs need not begin at the master position 0
  4. The smallest table consists of two master and slave value pairs and thus of only two intervals
  5. The maximum table size is limited to 360 master and slave value pairs
  6. The master and slave axes must be a module axis.

Example

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