From 137d1dadc1f7d80dd0809c67daf9561131e773f1 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 6 Jun 2003 21:04:40 +0000 Subject: [PATCH] Start. --- iocBoot/iocWithAsyn/README | 14 ++++++++++++++ iocBoot/iocWithMPF/README | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 iocBoot/iocWithAsyn/README create mode 100644 iocBoot/iocWithMPF/README diff --git a/iocBoot/iocWithAsyn/README b/iocBoot/iocWithAsyn/README new file mode 100644 index 00000000..8cb9c9fb --- /dev/null +++ b/iocBoot/iocWithAsyn/README @@ -0,0 +1,14 @@ +To run this Newport MM4000/5, MPF example on a Unix OS; +in /configure/RELEASE: MPF= must be defined. +in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. +in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. +and rebuild. + +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 + + diff --git a/iocBoot/iocWithMPF/README b/iocBoot/iocWithMPF/README new file mode 100644 index 00000000..8cb9c9fb --- /dev/null +++ b/iocBoot/iocWithMPF/README @@ -0,0 +1,14 @@ +To run this Newport MM4000/5, MPF example on a Unix OS; +in /configure/RELEASE: MPF= must be defined. +in /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. +in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. +and rebuild. + +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 + +