Files
motorDriverTests/ioc/st.cmd
2025-11-03 16:31:18 +01:00

22 lines
527 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)
require el734, $(EL734_VERSION)
################################################################################
# Motors
# Initialize the motors itself
< motors/turboPmac1.cmd
< motors/masterMacs1.cmd
< motors/el734_1.cmd
# Create the test record which is used to detect if the IOC is running
dbLoadRecords("$(IOCDIR)/db/ready.db", "PVPREFIX=$(PVPREFIX)")
iocInit()