Files
motorBase/iocBoot/iocNoMPF/st.cmd.mx
T
2003-06-05 17:36:57 +00:00

14 lines
466 B
Mathematica

# This example if for running a motor record that uses the MX device
# driver support on a Unix host. This example does not require MPF.
# Start errlog Task before any possible error messsage to prevent
# erroneous "Interrupted system call" message on Linux OS host.
errlogInit(0)
dbLoadDatabase("../../dbd/example.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/softMotorTest.db","user=rls")
MXmotorSetup(1, "example3.dat", 10)
iocInit()