From 60e2bf90ab0526449592ccffaf80c8e620e2162d Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 13 Mar 2008 20:27:55 +0000 Subject: [PATCH] Changed "MPF" to "Asyn". --- iocBoot/iocSim/README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/iocBoot/iocSim/README b/iocBoot/iocSim/README index beda43cc..d7e12e29 100644 --- a/iocBoot/iocSim/README +++ b/iocBoot/iocSim/README @@ -10,15 +10,15 @@ To build this simulation example; - in /configure/RELEASE: ASYN must be defined. -- in /motorExApp/Makefile: #DIRS += WithMPF must be uncommented. +- in /motorExApp/Makefile: #DIRS += WithAsyn must be uncommented. -- in /motorExApp/WithMPF/Makefile: uncomment both, - #!WithMPF_LIBS += motorSimSupport +- in /motorExApp/WithAsyn/Makefile: uncomment both, + #!WithAsyn_LIBS += motorSimSupport and, - #!WithMPFVx_LIBS += motorSimSupport + #!WithAsynVx_LIBS += motorSimSupport -- in both /motorExApp/WithMPF/WithMPFInclude.dbd, and in - /motorExApp/WithMPF/WithMPFVxInclude.dbd +- in both /motorExApp/WithAsyn/WithAsynInclude.dbd, and in + /motorExApp/WithAsyn/WithAsynVxInclude.dbd uncomment, #include "motorSimSupport.dbd" - in /iocBoot/iocSim/Makefile set the target architecture @@ -30,5 +30,5 @@ To run this simulation example on a Unix OS; - 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 +../../bin/${EPICS_HOST_ARCH}/WithAsyn st.cmd.unix