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