forked from epics_driver_modules/motorBase
add parm to set resolution at boot time
This commit is contained in:
@@ -9,7 +9,7 @@ asynOctetSetInputEos("serial1",0,"\r\n")
|
||||
asynOctetSetOutputEos("serial1",0,"\r\n")
|
||||
|
||||
### Newport SMC100 support
|
||||
# (driver port, serial port, axis num, ms mov poll, ms idle poll)
|
||||
SMC100CreateController("SMC100_1", "serial1",1, 100, 0)
|
||||
# (driver port, serial port, axis num, ms mov poll, ms idle poll, egu per step)
|
||||
SMC100CreateController("SMC100_1", "serial1",1, 100, 0, "0.00005")
|
||||
|
||||
iocInit
|
||||
|
||||
Reference in New Issue
Block a user