forked from epics_driver_modules/motorBase
Changed positioner error codes that are used to detect limit switch activation
from XPS controlled axes. The codes that were used before were codes for positioner hardware status.
This commit is contained in:
@@ -105,8 +105,8 @@ static int motorXPSLogMsg(void * param, const motorAxisLogMask_t logMask, const
|
||||
#define IODRIVER motorAxisTraceIODriver
|
||||
|
||||
#define XPS_MAX_AXES 8
|
||||
#define XPSC8_END_OF_RUN_MINUS 0x00000100
|
||||
#define XPSC8_END_OF_RUN_PLUS 0x00000200
|
||||
#define XPSC8_END_OF_RUN_MINUS 0x80000100
|
||||
#define XPSC8_END_OF_RUN_PLUS 0x80000200
|
||||
|
||||
#define TCP_TIMEOUT 2.0
|
||||
static motorXPS_t drv={ NULL, NULL, motorXPSLogMsg, 0, { 0, 0 } };
|
||||
|
||||
Reference in New Issue
Block a user