From d92bc5264c1f40adea7d33783c8310eb4aed22c8 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 19 Jul 2004 15:35:16 +0000 Subject: [PATCH] Clean up instructions. --- iocBoot/iocNoAsyn/README | 19 ++++++++++++++++++- iocBoot/iocNoMPF/README | 19 ++++++++++++++++++- iocBoot/iocWithAsyn/README | 22 +++++++++++----------- iocBoot/iocWithMPF/README | 22 +++++++++++----------- 4 files changed, 58 insertions(+), 24 deletions(-) diff --git a/iocBoot/iocNoAsyn/README b/iocBoot/iocNoAsyn/README index 62015612..1e885b87 100644 --- a/iocBoot/iocNoAsyn/README +++ b/iocBoot/iocNoAsyn/README @@ -1,4 +1,21 @@ -To run this MX example, uncomment the following; +To run any examples in this directory; + +- in /Makefile: the following two lines must be uncommented; + #DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp) + #DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot) + +- in /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP and MSI must + be defined. + +To run the OMS example, +- in /motorApp/Makefile: #DIRS += OmsSrc must be uncommented. + +- in /motorExApp/Makefile: #DIRS += NoMPF must be uncommented. + +Finally, cd ; gnumake clean uninstall; gnumake + + +To run the MX example, uncomment the following; in /motorExApp/NoMPF/Makefile: #NoMPF_LIBS += MXmotor in /motorExApp/NoMPF/NoMPFInclude.dbd: #include "devMXmotor.dbd" and rebuild. diff --git a/iocBoot/iocNoMPF/README b/iocBoot/iocNoMPF/README index 62015612..1e885b87 100644 --- a/iocBoot/iocNoMPF/README +++ b/iocBoot/iocNoMPF/README @@ -1,4 +1,21 @@ -To run this MX example, uncomment the following; +To run any examples in this directory; + +- in /Makefile: the following two lines must be uncommented; + #DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp) + #DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot) + +- in /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP and MSI must + be defined. + +To run the OMS example, +- in /motorApp/Makefile: #DIRS += OmsSrc must be uncommented. + +- in /motorExApp/Makefile: #DIRS += NoMPF must be uncommented. + +Finally, cd ; gnumake clean uninstall; gnumake + + +To run the MX example, uncomment the following; in /motorExApp/NoMPF/Makefile: #NoMPF_LIBS += MXmotor in /motorExApp/NoMPF/NoMPFInclude.dbd: #include "devMXmotor.dbd" and rebuild. diff --git a/iocBoot/iocWithAsyn/README b/iocBoot/iocWithAsyn/README index 19328e81..ff659fb6 100644 --- a/iocBoot/iocWithAsyn/README +++ b/iocBoot/iocWithAsyn/README @@ -1,22 +1,22 @@ -To run this Newport MM4000/5, "asyn" example on a Unix OS; +To build this Newport MM4000/5, "asyn" example on a Unix OS; -in /Makefile: the following two lines must be uncommented; +- in /Makefile: the following two lines must be uncommented; #DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp) #DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot) -in /configure/RELEASE: ASYN= must be defined. +- in /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP, MSI and ASYN must + all be defined. -in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. +- in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. -in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. +- in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. Finally, cd ; gnumake clean uninstall; gnumake -Assuming the EPICS_HOST_ARCH environment variable is set correctly, -start the ioc from this directory by executing the following command. - -../../bin/${EPICS_HOST_ARCH}/WithMPF st.cmd.sun -OR, -../../bin/${EPICS_HOST_ARCH}/WithMPF st.cmd.linux +To run this Newport MM4000/5, "asyn" example on a Unix OS; +- Set the EPICS_HOST_ARCH environment variable correctly. +- Edit the st.cmd.unix file for either sun or linux. +- Start the ioc from this directory by executing the following command. +../../bin/${EPICS_HOST_ARCH}/WithMPF st.cmd.unix diff --git a/iocBoot/iocWithMPF/README b/iocBoot/iocWithMPF/README index 19328e81..ff659fb6 100644 --- a/iocBoot/iocWithMPF/README +++ b/iocBoot/iocWithMPF/README @@ -1,22 +1,22 @@ -To run this Newport MM4000/5, "asyn" example on a Unix OS; +To build this Newport MM4000/5, "asyn" example on a Unix OS; -in /Makefile: the following two lines must be uncommented; +- in /Makefile: the following two lines must be uncommented; #DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp) #DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot) -in /configure/RELEASE: ASYN= must be defined. +- in /configure/RELEASE: EPICS_BASE, TEMPLATE_TOP, MSI and ASYN must + all be defined. -in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. +- in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. -in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. +- in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. Finally, cd ; gnumake clean uninstall; gnumake -Assuming the EPICS_HOST_ARCH environment variable is set correctly, -start the ioc from this directory by executing the following command. - -../../bin/${EPICS_HOST_ARCH}/WithMPF st.cmd.sun -OR, -../../bin/${EPICS_HOST_ARCH}/WithMPF st.cmd.linux +To run this Newport MM4000/5, "asyn" example on a Unix OS; +- Set the EPICS_HOST_ARCH environment variable correctly. +- Edit the st.cmd.unix file for either sun or linux. +- Start the ioc from this directory by executing the following command. +../../bin/${EPICS_HOST_ARCH}/WithMPF st.cmd.unix