add parm to set resolution at boot time

This commit is contained in:
Kurt Goetze
2013-06-13 20:38:51 +00:00
parent 04aa31f957
commit 442e1b10fd
+2 -2
View File
@@ -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