el734
Please read the documentation of sinqMotor first: https://gitea.psi.ch/lin-epics-modules/sinqMotor
Overview
This is a driver for the EL734 motion controller. It is based on the sinqMotor shared library (https://gitea.psi.ch/lin-epics-modules/sinqMotor). The header files contain detailed documentation for all public functions. The headers themselves are exported when building the library to allow other drivers to depend on this one.
User guide
TODO
Additional records
el734 provides a variety of additional records. See db/el734.db for the complete list and the documentation.
Developer guide
Versioning
Please see the documentation for the module sinqMotor: https://gitea.psi.ch/lin-epics-modules/sinqMotor/src/branch/main/README.md.
How to build it
This driver can be compiled and installed by running make install from the same directory where the Makefile is located. However, since it uses the git submodule sinqMotor, make sure that the correct version of the submodule repository is checked out AND the change is commited (git status shows no non-committed changes). Please see the section "Usage as static dependency" in https://gitea.psi.ch/lin-epics-modules/sinqMotor/src/branch/main/README.md for more details.