mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
Updated README about running the IOC for one or multi controllers.
This commit is contained in:
10
README.md
10
README.md
@@ -14,6 +14,16 @@ motorDSM can also be built outside of motor by copying it's ``configure/EXAMPLE_
|
|||||||
|
|
||||||
motorDSM contains an example IOC that is built if ``configure/CONFIG_SITE.local`` sets ``BUILD_IOCS = YES``. The example IOC can be built outside of the driver module. Copy ``iocs/dsmIOC/configure/EXAMPLE_RELEASE.local`` to ``RELEASE.local`` and uncomment and set the paths for the appropriate lines depending on whether motorDSM was built inside the motor module or independently.
|
motorDSM contains an example IOC that is built if ``configure/CONFIG_SITE.local`` sets ``BUILD_IOCS = YES``. The example IOC can be built outside of the driver module. Copy ``iocs/dsmIOC/configure/EXAMPLE_RELEASE.local`` to ``RELEASE.local`` and uncomment and set the paths for the appropriate lines depending on whether motorDSM was built inside the motor module or independently.
|
||||||
|
|
||||||
|
To run the example IOC, in the ``iocs/dsmIOC/iocBoot/iocDsm`` directory, run
|
||||||
|
|
||||||
|
$ ../../bin/linux-x86_64/dsm st.cmd.md90
|
||||||
|
|
||||||
|
for one attached MD-90 controller, or
|
||||||
|
|
||||||
|
$ ../../bin/linux-x86_64/dsm st.cmd.md90.multi
|
||||||
|
|
||||||
|
for eight attached MD-90 controllers.
|
||||||
|
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
To set up a full EPICS stack for development and testing, install and configure
|
To set up a full EPICS stack for development and testing, install and configure
|
||||||
|
Reference in New Issue
Block a user