From 77a287f642ff57f4d476bca3fef24b31b6552647 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 23 Feb 2006 20:39:22 +0000 Subject: [PATCH] Added motorUtil.db --- iocBoot/iocNoAsyn/st.cmd.Vx | 2 ++ iocBoot/iocNoMPF/st.cmd.Vx | 2 ++ iocBoot/iocWithAsyn/st.cmd.Vx | 1 + iocBoot/iocWithAsyn/st.cmd.unix | 1 + iocBoot/iocWithAsyn/st.cmd.win32 | 1 + iocBoot/iocWithMPF/st.cmd.Vx | 1 + iocBoot/iocWithMPF/st.cmd.unix | 1 + iocBoot/iocWithMPF/st.cmd.win32 | 1 + 8 files changed, 10 insertions(+) diff --git a/iocBoot/iocNoAsyn/st.cmd.Vx b/iocBoot/iocNoAsyn/st.cmd.Vx index ad0b06ef..7b9da16a 100644 --- a/iocBoot/iocNoAsyn/st.cmd.Vx +++ b/iocBoot/iocNoAsyn/st.cmd.Vx @@ -23,6 +23,8 @@ dbLoadDatabase("$(TOP)/dbd/NoMPFVx.dbd") NoMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadTemplate("motor.substitutions") +dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") + #!dbLoadRecords("$(TOP)/motorApp/Db/SoftMotorEx.db","user=IOC,motor=m1", startup) # OMS VME driver setup parameters: diff --git a/iocBoot/iocNoMPF/st.cmd.Vx b/iocBoot/iocNoMPF/st.cmd.Vx index ad0b06ef..7b9da16a 100644 --- a/iocBoot/iocNoMPF/st.cmd.Vx +++ b/iocBoot/iocNoMPF/st.cmd.Vx @@ -23,6 +23,8 @@ dbLoadDatabase("$(TOP)/dbd/NoMPFVx.dbd") NoMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadTemplate("motor.substitutions") +dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") + #!dbLoadRecords("$(TOP)/motorApp/Db/SoftMotorEx.db","user=IOC,motor=m1", startup) # OMS VME driver setup parameters: diff --git a/iocBoot/iocWithAsyn/st.cmd.Vx b/iocBoot/iocWithAsyn/st.cmd.Vx index 041f3067..ccbd2c31 100644 --- a/iocBoot/iocWithAsyn/st.cmd.Vx +++ b/iocBoot/iocWithAsyn/st.cmd.Vx @@ -23,6 +23,7 @@ dbLoadDatabase("$(TOP)/dbd/WithMPFVx.dbd") WithMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadTemplate("motor.substitutions") +dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # Configure the ASYN server code. This MUST be configured too! < st_asynserver.cmd.Vx diff --git a/iocBoot/iocWithAsyn/st.cmd.unix b/iocBoot/iocWithAsyn/st.cmd.unix index 2177febe..513d6844 100644 --- a/iocBoot/iocWithAsyn/st.cmd.unix +++ b/iocBoot/iocWithAsyn/st.cmd.unix @@ -6,6 +6,7 @@ dbLoadDatabase("$(TOP)/dbd/WithMPF.dbd") WithMPF_registerRecordDeviceDriver(pdbbase) dbLoadTemplate("motor.substitutions") +dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # The following commands are for a local serial line diff --git a/iocBoot/iocWithAsyn/st.cmd.win32 b/iocBoot/iocWithAsyn/st.cmd.win32 index 48367b6b..3ee7042b 100755 --- a/iocBoot/iocWithAsyn/st.cmd.win32 +++ b/iocBoot/iocWithAsyn/st.cmd.win32 @@ -6,6 +6,7 @@ dbLoadDatabase("$(TOP)/dbd/WithMPFWin32.dbd") WithMPFWin32_registerRecordDeviceDriver(pdbbase) dbLoadTemplate("motor.substitutions") +dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # This is for WIN32, local serial ports not supported. Must use IP terminal server. diff --git a/iocBoot/iocWithMPF/st.cmd.Vx b/iocBoot/iocWithMPF/st.cmd.Vx index 041f3067..ccbd2c31 100644 --- a/iocBoot/iocWithMPF/st.cmd.Vx +++ b/iocBoot/iocWithMPF/st.cmd.Vx @@ -23,6 +23,7 @@ dbLoadDatabase("$(TOP)/dbd/WithMPFVx.dbd") WithMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadTemplate("motor.substitutions") +dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # Configure the ASYN server code. This MUST be configured too! < st_asynserver.cmd.Vx diff --git a/iocBoot/iocWithMPF/st.cmd.unix b/iocBoot/iocWithMPF/st.cmd.unix index 2177febe..513d6844 100644 --- a/iocBoot/iocWithMPF/st.cmd.unix +++ b/iocBoot/iocWithMPF/st.cmd.unix @@ -6,6 +6,7 @@ dbLoadDatabase("$(TOP)/dbd/WithMPF.dbd") WithMPF_registerRecordDeviceDriver(pdbbase) dbLoadTemplate("motor.substitutions") +dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # The following commands are for a local serial line diff --git a/iocBoot/iocWithMPF/st.cmd.win32 b/iocBoot/iocWithMPF/st.cmd.win32 index 48367b6b..3ee7042b 100755 --- a/iocBoot/iocWithMPF/st.cmd.win32 +++ b/iocBoot/iocWithMPF/st.cmd.win32 @@ -6,6 +6,7 @@ dbLoadDatabase("$(TOP)/dbd/WithMPFWin32.dbd") WithMPFWin32_registerRecordDeviceDriver(pdbbase) dbLoadTemplate("motor.substitutions") +dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # This is for WIN32, local serial ports not supported. Must use IP terminal server.