diff --git a/iocBoot/iocNoAsyn/st.cmd b/iocBoot/iocNoAsyn/st.cmd index 7a3a008d..37c4d79b 100644 --- a/iocBoot/iocNoAsyn/st.cmd +++ b/iocBoot/iocNoAsyn/st.cmd @@ -15,10 +15,12 @@ cd appbin # be added before any C++ code is loaded (see SPR #28980). sysCplusEnable=1 -ld < NoMPFLib +ld < NoMPF.munch cd startup -dbLoadDatabase("../../dbd/NoMPFApp.dbd") +dbLoadDatabase("../../dbd/NoMPF.dbd") +registerRecordDeviceDriver(pdbbase) + dbLoadRecords("../../db/NoMPF.db") #dbLoadRecords("../../motorExApp/Db/SoftMotorEx.db","user=rls,motor=m1", startup) diff --git a/iocBoot/iocNoMPF/st.cmd b/iocBoot/iocNoMPF/st.cmd index 7a3a008d..37c4d79b 100644 --- a/iocBoot/iocNoMPF/st.cmd +++ b/iocBoot/iocNoMPF/st.cmd @@ -15,10 +15,12 @@ cd appbin # be added before any C++ code is loaded (see SPR #28980). sysCplusEnable=1 -ld < NoMPFLib +ld < NoMPF.munch cd startup -dbLoadDatabase("../../dbd/NoMPFApp.dbd") +dbLoadDatabase("../../dbd/NoMPF.dbd") +registerRecordDeviceDriver(pdbbase) + dbLoadRecords("../../db/NoMPF.db") #dbLoadRecords("../../motorExApp/Db/SoftMotorEx.db","user=rls,motor=m1", startup)