Files
motorDriverTests/ioc/st.cmd
2025-07-23 16:23:30 +02:00

20 lines
474 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()