From 1a75c60e1f356c89ebe528a6f10faa0a7a229c52 Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Tue, 16 Apr 2019 16:00:30 -0500 Subject: [PATCH] Added README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..18f23ee --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# motorAcs +EPICS motor drivers for the following [Advanced Control Systems Corporation](http://www.acsmotion.com) controllers: MCB-4B + +motorAcs is a submodule of [motor](https://github.com/epics-modules/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.