Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Sorter/Common/TDKElevatorAxisPosition.cs

12 lines
158 B
C#

namespace Aitex.Sorter.Common
{
public enum TDKElevatorAxisPosition
{
UP = 48,
Down = 49,
MappingStartPos = 50,
MappingEndPos = 51,
TBD = 63
}
}