From 8ea7e1f1dd8b633822fa3e954d750458f0417820 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 16 Jul 2004 21:06:49 +0000 Subject: [PATCH] Updated for "asyn". --- iocBoot/iocWithAsyn/README | 14 +++++++++++--- iocBoot/iocWithMPF/README | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/iocBoot/iocWithAsyn/README b/iocBoot/iocWithAsyn/README index 8cb9c9fb..19328e81 100644 --- a/iocBoot/iocWithAsyn/README +++ b/iocBoot/iocWithAsyn/README @@ -1,8 +1,16 @@ -To run this Newport MM4000/5, MPF example on a Unix OS; -in /configure/RELEASE: MPF= must be defined. +To run this Newport MM4000/5, "asyn" example on a Unix OS; + +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 /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. + in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. -and rebuild. + +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. diff --git a/iocBoot/iocWithMPF/README b/iocBoot/iocWithMPF/README index 8cb9c9fb..19328e81 100644 --- a/iocBoot/iocWithMPF/README +++ b/iocBoot/iocWithMPF/README @@ -1,8 +1,16 @@ -To run this Newport MM4000/5, MPF example on a Unix OS; -in /configure/RELEASE: MPF= must be defined. +To run this Newport MM4000/5, "asyn" example on a Unix OS; + +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 /motorApp/Makefile: #DIRS += NewportSrc must be uncommented. + in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. -and rebuild. + +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.