From 200b68857dede1d9e1dcecfdb90de41f713cb9bd Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Tue, 25 Jun 2024 12:33:34 -0500 Subject: [PATCH] Updated README about running the IOC for one or multi controllers. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fb837ef..f2ca560 100644 --- a/README.md +++ b/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. +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