Enum NCTOPLC_AXIS_REF_OPMODE
The AxisControlDWord is a 32 bit data word in the axis interface PLC->NC.
[Flags]
public enum NCTOPLC_AXIS_REF_OPMODE : uint
Fields
AllowExtSetAxisCommands = 4194304Allow motion commands to an axis that is fed by an external setpoint generator.
AllowSlaveCommands = 2097152Allow motion commands to slave axes.
BacklashCompensation = 32Backlash compensation.
DelayedErrorReaction = 64Delayed error reaction of the NC.
LoopMode = 4Loop movement.
ModuloPositioning = 128Modulo axis (modulo display).
MotionMonitoring = 8Physical movement monitoring.
NcApplicationRequested = 8388608Request bit for the application software (PLC code), e.g. for an "ApplicationHomingRequest".
None = 0No active bits set.
PEHTimeMonitoring = 16PEH time monitoring.
PositionAreaMonitoring = 1Position range monitoring.
PositionCorrection = 1048576Position correction ("Measuring system error compensation")
PositionLagMonitoring = 65536Lag monitoring - position.
SimulationAxis = 256Simulation axis.
SoftLimitMaxMonitoring = 524288End position monitoring max.
SoftLimitMinMonitoring = 262144End position monitoring min.
StopMonitoring = 4096Standstill monitoring.
TargetPositionMonitoring = 2Target position window monitoring.
Unused1 = 512Reserved for future use.
Unused2 = 1024Reserved for future use.
Unused3 = 2048Reserved for future use.
Unused4 = 8192Reserved for future use.
Unused5 = 16384Reserved for future use.
Unused6 = 32768Reserved for future use.
VeloLagMonitoring = 131072Lag monitoring - velocity.