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()