forked from epics_driver_modules/motorBase
18 lines
439 B
Plaintext
Executable File
18 lines
439 B
Plaintext
Executable File
# The is the ASYN example for communication
|
|
# "#!" marks lines that can be uncommented.
|
|
|
|
< envPaths
|
|
|
|
dbLoadDatabase("$(TOP)/dbd/WithAsynWin32.dbd")
|
|
WithAsynWin32_registerRecordDeviceDriver(pdbbase)
|
|
dbLoadTemplate("motor.substitutions")
|
|
dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:")
|
|
|
|
# This is for WIN32, local serial ports not supported. Must use IP terminal server.
|
|
|
|
iocInit
|
|
|
|
# motorUtil (allstop & alldone)
|
|
motorUtilInit("IOC:")
|
|
|