Enum TableActivationMode
Enumeration of the different types of table activation modes that exist in TwinCAT NC.
public enum TableActivationMode
Fields
AsSoonAsPossible = 5Modified cam plate data take effect as soon as system dynamics allow.
DeleteQueuedData = 7Queued cam plate data are deleted. Data are queued if the change was requested at a certain master position or at the end of the cycle, for example.
Instantaneous = 0The change takes effect immediately. (default)
MasterAxisPosition = 2The change takes effect at a certain absolute position of the master axis. The command must be issued ahead of this position.
MasterCamPosition = 1The change takes effect at a certain cam plate position (master position within the cam plate). The command must be issued ahead of this position
NextCycle = 3For a cyclic cam plate, the change takes effect at the transition to the next period.
NextCycleOnce = 4Modify the data at the beginning of the next cam table cycle, activation is valid for one cycle only
Off = 6Changes in cam plate data are ignored.