Files
motorDriverTests/ioc/st.cmd

20 lines
475 B
Batchfile
Executable File

#!/usr/local/bin/iocsh
# Get the IP config of the motors
< config.cmd
require turboPmac, $(TURBOPMAC_VERSION)
require masterMacs, $(MASTERMACS_VERSION)
################################################################################
# Motors
# Initialize the motors itself
< motors/turboPmac1.cmd
#< motors/masterMacs1.cmd
# Create the test record which is used to detect if the IOC is running
dbLoadRecords("$(IOCDIR)/db/ready.db", "PVPREFIX=$(PVPREFIX)")
iocInit()