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