forked from epics_driver_modules/motorBase
Added motorUtil.db
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user