WIP
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
##############################################################################
|
||||
## Example config for el7031
|
||||
|
||||
require ecmccfg v9.0.1_RC4,"ECMC_VER=safety,ENG_MODE=1"
|
||||
require ecmccfg v9.0.1_RC4,"ECMC_VER=sandst_a,ENG_MODE=1"
|
||||
|
||||
epicsEnvSet(IOC,c6025a)
|
||||
# Load components lib
|
||||
|
||||
@@ -348,15 +348,15 @@ void ecmcSafetyGroup::execute() {
|
||||
/*
|
||||
//Needed functions in motion.h
|
||||
int getAxisBusy(int axisIndex,
|
||||
int *value);
|
||||
int *value);
|
||||
int getAxisEncVelo(int axisIndex,
|
||||
double *velo);
|
||||
double *velo);
|
||||
int getAxisTrajVelo(int axisIndex,
|
||||
double *velo);
|
||||
double *velo);
|
||||
int getAxisEnabled(int axisIndex,
|
||||
int *value);
|
||||
int *value);
|
||||
int setAxisEnable(int axisIndex,
|
||||
int value);
|
||||
int value);
|
||||
int setAxisClearEmergencyInterlock(int axisIndex);
|
||||
int setAxisEmergencyStopInterlock(int axisIndex,
|
||||
double deceleration);
|
||||
|
||||
Reference in New Issue
Block a user