Kevin Peterson ba3193b340 Merge pull request #1 from epics-motor/190920_send_mess_uses_const_char
The 3rd parameter in send_mess(), "name" can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.
2019-09-25 15:50:57 -05:00
2019-09-20 15:38:10 +02:00
2019-04-09 11:42:21 -05:00
2019-04-16 16:00:30 -05:00

motorAcs

EPICS motor drivers for the following Advanced Control Systems Corporation controllers: MCB-4B

motorAcs is a submodule of motor. When motorAcs is built in the motor/modules directory, no manual configuration is needed.

motorAcs can also be built outside of motor by copying it's EXAMPLE_RELEASE.local file to RELEASE.local and defining the paths to MOTOR and itself.

motorAcs contains an example IOC that is built if CONFIG_SITE.local sets BUILD_IOCS = YES. The example IOC can be built outside of driver module.

Description
EPICS motor driver for the DSM MD-90 motor controller
Readme 280 KiB
Languages
C++ 83.6%
Makefile 12.7%
C 3.1%
Batchfile 0.6%