ln.ethercat/ln.ethercat/controller/remote/FeederOperation.cs

10 lines
145 B
C#

namespace ln.ethercat.controller.remote
{
public enum FeederOperation
{
NONE,
LEFT,
RIGHT,
TORQUE
}
}