ISISComputingGroup / ISISComputingGroup/IBEX
IOC: Galil Disable extra record if motor is disabled
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
If a motor is disabled within a Galil axis make sure that the extra records respect this. At the moment if it is disablled these values are still polled for. For example
```
MOT:MTR0306_EDEL_MON devAsynFloat64 process read error
MOT:MTR0306_EGUAFTLIMIT_MON devAsynFloat64 process read error
MOT:MTR0306_ERRLIMIT_MON devAsynFloat64 process read error
MOT:MTR0306_ESTALLTIME_MON devAsynFloat64 process read error
MTR0306_HOMEVAL_MON devAsynFloat64 process read error
MOT:MTR0306_JAHV_MON devAsynFloat64 process read error
MOT:MTR0306_OFFDELAY_MON devAsynFloat64 process read error
MOT:MTR0306_ONDELAY_MON devAsynFloat64 process read error
MOT:MTR0306_SSIERRBITS_MON devAsynInt32 process read error
MOT:MTR0306_SSISINGLETBITS_MON devAsynInt32 process read error
MOT:MTR0306_SSITIME_MON devAsynInt32 process read error
MOT:MTR0306_SSITOTBITS_MON devAsynInt32 process read error
MOT:MTR0306_STEPSMOOTH_MON devAsynFloat64 process read error
```
Errors from IOC log.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.