Class Config::LimitSwitchDirection

Nested Relationships

This class is a nested type of Class Config.

Class Documentation

class LimitSwitchDirection

This enumerator class enumerates the limit switch directions. The limit switch direction indicates whether the limit switches are attached in the normal direction or the reverse direction.

Public Types

enum T

Values:

enumerator Normal

The limit switches are attached in the normal direction. The positive limit switch is attached in the positive direction of the axis and the negative limit switch is attached in the negative direction of the axis.

enumerator Reverse

The limit switches are attached in the reverse direction. The positive limit switch is attached in the negative direction of the axis and the positive limit switch is attached in the negative direction of the axis.