From bd580d7063e10063753a1c686828afeeb47e03b9 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 6 Jun 2003 16:33:39 +0000 Subject: [PATCH] Changed from "example" to "NoMPF". --- iocBoot/iocNoAsyn/st.cmd.mx | 6 +++--- iocBoot/iocNoMPF/st.cmd.mx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/iocBoot/iocNoAsyn/st.cmd.mx b/iocBoot/iocNoAsyn/st.cmd.mx index f6925414..88373485 100644 --- a/iocBoot/iocNoAsyn/st.cmd.mx +++ b/iocBoot/iocNoAsyn/st.cmd.mx @@ -5,9 +5,9 @@ # erroneous "Interrupted system call" message on Linux OS host. errlogInit(0) -dbLoadDatabase("../../dbd/example.dbd",0,0) +dbLoadDatabase("../../dbd/NoMPF.dbd",0,0) registerRecordDeviceDriver(pdbbase) -dbLoadRecords("../../db/softMotorTest.db","user=rls") -MXmotorSetup(1, "example3.dat", 10) +dbLoadRecords("../../db/NoMPF_MX.db","user=rls") +MXmotorSetup(1, "MXexample.dat", 10) iocInit() diff --git a/iocBoot/iocNoMPF/st.cmd.mx b/iocBoot/iocNoMPF/st.cmd.mx index f6925414..88373485 100644 --- a/iocBoot/iocNoMPF/st.cmd.mx +++ b/iocBoot/iocNoMPF/st.cmd.mx @@ -5,9 +5,9 @@ # erroneous "Interrupted system call" message on Linux OS host. errlogInit(0) -dbLoadDatabase("../../dbd/example.dbd",0,0) +dbLoadDatabase("../../dbd/NoMPF.dbd",0,0) registerRecordDeviceDriver(pdbbase) -dbLoadRecords("../../db/softMotorTest.db","user=rls") -MXmotorSetup(1, "example3.dat", 10) +dbLoadRecords("../../db/NoMPF_MX.db","user=rls") +MXmotorSetup(1, "MXexample.dat", 10) iocInit()