MC_Home_Direction
TYPE MC_Home_Direction :
(
mcPositiveDirection := 1,
mcNegativeDirection := 3,
mcSwitchPositive := 5,
mcSwitchNegative := 7
);
END_TYPE
Name | Description |
---|---|
mcPositiveDirection | Movement always starts in the logically positive direction of movement. The movement direction can be reversed on reaching a movement range limit sensor or on reaching the precondition and when using mcRisingEdgeInverse or mcFallingEdgeInverse for the input of the type MC_Switch_Mode existing in some function blocks. |
mcNegativeDirection | Movement always starts in the logically negative direction of movement. The movement direction can be reversed on reaching a movement range limit sensor or on reaching the precondition and when using mcRisingEdgeInverse or mcFallingEdgeInverse for the input of the type MC_Switch_Mode existing in some function blocks. |
mcSwitchPositive | The direction of movement at the start depends on the current switching state of the sensor.
The movement direction can be reversed on reaching a movement range limit sensor or when the sensor switching state changes. |
mcSwitchNegative | The direction of movement at the start depends on the current switching state of the sensor.
The movement direction can be reversed on reaching a movement range limit sensor or when the sensor switching state changes. |