Class ChannelCyclicProcessData
The ChannelCyclicProcessData class provides methods to interact with the cyclic process data of a channel in a TwinCAT system. It allows reading and writing of speed override values for both the channel axis and the spindle.
public class ChannelCyclicProcessData
- Inheritance
-
ChannelCyclicProcessData
- Inherited Members
Properties
SpeedOverrideChannel
Speed override channel (Axis in the Channel). 1000000 = 100%
public uint SpeedOverrideChannel { get; set; }
Property Value
SpeedOverrideSpindle
Speed override spindle. 1000000 = 100%
public uint SpeedOverrideSpindle { get; set; }