Fixed Nanotex driver to work with the real HW and the simulation
This commit is contained in:
@ -19,8 +19,9 @@ sinqEPICS_registerRecordDeviceDriver pdbbase
|
||||
|
||||
#---------- load Nanotec motor controller
|
||||
#drvAsynIPPortConfigure("serial1", "narziss-ts:3002",0,0,0)
|
||||
drvAsynIPPortConfigure("serial1", "boa-ts:3013",0,0,0)
|
||||
NanotecCreateController("nano","serial1","1","4");
|
||||
drvAsynIPPortConfigure("serial1", "boa-ts:3014",0,0,0)
|
||||
#drvAsynIPPortConfigure("serial1", "localhost:2020",0,0,0)
|
||||
NanotecCreateController("nano","serial1","1","11");
|
||||
|
||||
### Motors
|
||||
|
||||
|
Reference in New Issue
Block a user