获取运动参数和配置运动,档位调试
This commit is contained in:
@@ -430,12 +430,12 @@ namespace HSI_SEVENOCEAN_EF1_CsTest.HSI
|
||||
|
||||
public enum HSI_MOTION_AXIS_TYPE
|
||||
{
|
||||
//HSI_MOTION_AXIS_X = 0x0001, // This is the default "Sensor level" X Axis - use on single X axis machines
|
||||
//HSI_MOTION_AXIS_Y = 0x0002, // This is the default "Sensor level" Y Axis - use on single Y axis machines
|
||||
//HSI_MOTION_AXIS_Z = 0x0004, // This is the default "Sensor level" Z Axis - use on single Z axis machines
|
||||
HSI_MOTION_AXIS_X = 0x0001, //对应ACS 0轴 X
|
||||
HSI_MOTION_AXIS_Y = 0x0000, //对应ACS 1轴 Y
|
||||
HSI_MOTION_AXIS_Z = 0x0004, //对应ACS 4轴 Z
|
||||
//HSI_MOTION_AXIS_X = 0x0001, //对应ACS 0轴 X
|
||||
//HSI_MOTION_AXIS_Y = 0x0000, //对应ACS 1轴 Y
|
||||
//HSI_MOTION_AXIS_Z = 0x0004, //对应ACS 4轴 Z
|
||||
HSI_MOTION_AXIS_X = 0x0001, // This is the default "Sensor level" X Axis - use on single X axis machines
|
||||
HSI_MOTION_AXIS_Y = 0x0002, // This is the default "Sensor level" Y Axis - use on single Y axis machines
|
||||
HSI_MOTION_AXIS_Z = 0x0004, // This is the default "Sensor level" Z Axis - use on single Z axis machines
|
||||
HSI_MOTION_AXIS_R = 0x0008, // This is the default "Sensor level" R Axis - use on single R axis machines
|
||||
HSI_MOTION_AXIS_X1 = 0x0010, // This is the 1st X Axis - use on multiple axis machines when specific axis needed
|
||||
HSI_MOTION_AXIS_Y1 = 0x0020, // This is the 1st Y Axis - use on multiple axis machines when specific axis needed
|
||||
|
||||
Reference in New Issue
Block a user