Enum TableSubType
Enumeration of the different types of table subtypes that exist in TwinCAT NC.
public enum TableSubType
Fields
EquidistantMasterCyclicContinuation = 2
(n*m) Table with equidistant master positions and cyclic continuation of the master profile (equidistant cyclic)
EquidistantMasterNonCyclicContinuation = 1
(n*m) Table with equidistant master positions and no cyclic continuation of the master profile (equidistant linear)
NonEquidistantMasterCyclicContinuation = 4
(n*m) Table with non-equidistant, but strictly monotonously increasing master positions and a cyclic continuation of the master profile (monotonously cyclic)
NonEquidistantMasterNonCyclicContinuation = 3
(n*m) Table with non-equidistant, but strictly monotonously increasing master positions and a non-cyclic continuation of the master profile (monotonously linear)