..
This commit is contained in:
35
Handler/Sub/CommData/Enum_Mot.cs
Normal file
35
Handler/Sub/CommData/Enum_Mot.cs
Normal file
@@ -0,0 +1,35 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AR
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 모션 축 정보
|
||||
/// </summary>
|
||||
public enum eAxis : byte
|
||||
{
|
||||
PX_PICK = 0,
|
||||
PZ_PICK,
|
||||
PL_MOVE,
|
||||
PL_UPDN,
|
||||
PR_MOVE,
|
||||
PR_UPDN,
|
||||
Z_THETA,
|
||||
}
|
||||
|
||||
|
||||
public enum eAxisName : byte
|
||||
{
|
||||
Picker_X = 0,
|
||||
Picker_Z ,
|
||||
PrinterL_Move,
|
||||
PrinterL_UpDn,
|
||||
PrinterR_Move,
|
||||
PrinterR_UpDn,
|
||||
Theta,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user