Switched to OS specific st.cmd files.

This commit is contained in:
Ron Sluiter
2003-06-05 17:32:12 +00:00
parent d1277c4d36
commit cb9a08e4e3
2 changed files with 0 additions and 78 deletions
-39
View File
@@ -1,39 +0,0 @@
# This example if for OMS VME8/44 controllers. Since OMS controllers
# communicate across the VME backplace, this example does not require
# MPF.
#The following must be added for many board support packages
#cd "... IOC st.cmd complete directory path ... "
< cdCommands
#< ../nfsCommands
cd appbin
# If the VxWorks kernel was built using the project facility, the following must
# be added before any C++ code is loaded (see SPR #28980).
sysCplusEnable=1
ld < NoMPF.munch
cd startup
dbLoadDatabase("../../dbd/NoMPF.dbd")
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/NoMPF.db")
#dbLoadRecords("../../motorExApp/Db/SoftMotorEx.db","user=rls,motor=m1", startup)
# OMS VME driver setup parameters:
# (1)cards, (2)axes per card, (3)base address(short, 16-byte boundary),
# (4)interrupt vector (0=disable or 64 - 255), (5)interrupt level (1 - 6),
# (6)motor task polling rate (min=1Hz,max=60Hz)
#omsSetup(1, 8, 0xFC00, 180, 5, 10)
# OMS VME58 driver setup parameters:
# (1)cards, (2)axes per card, (3)base address(short, 4k boundary),
# (4)interrupt vector (0=disable or 64 - 255), (5)interrupt level (1 - 6),
# (6)motor task polling rate (min=1Hz,max=60Hz)
oms58Setup(1, 8, 0x1000, 190, 5, 10)
iocInit
-39
View File
@@ -1,39 +0,0 @@
# This example if for OMS VME8/44 controllers. Since OMS controllers
# communicate across the VME backplace, this example does not require
# MPF.
#The following must be added for many board support packages
#cd "... IOC st.cmd complete directory path ... "
< cdCommands
#< ../nfsCommands
cd appbin
# If the VxWorks kernel was built using the project facility, the following must
# be added before any C++ code is loaded (see SPR #28980).
sysCplusEnable=1
ld < NoMPF.munch
cd startup
dbLoadDatabase("../../dbd/NoMPF.dbd")
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/NoMPF.db")
#dbLoadRecords("../../motorExApp/Db/SoftMotorEx.db","user=rls,motor=m1", startup)
# OMS VME driver setup parameters:
# (1)cards, (2)axes per card, (3)base address(short, 16-byte boundary),
# (4)interrupt vector (0=disable or 64 - 255), (5)interrupt level (1 - 6),
# (6)motor task polling rate (min=1Hz,max=60Hz)
#omsSetup(1, 8, 0xFC00, 180, 5, 10)
# OMS VME58 driver setup parameters:
# (1)cards, (2)axes per card, (3)base address(short, 4k boundary),
# (4)interrupt vector (0=disable or 64 - 255), (5)interrupt level (1 - 6),
# (6)motor task polling rate (min=1Hz,max=60Hz)
oms58Setup(1, 8, 0x1000, 190, 5, 10)
iocInit