Add Faulhaber MCDC2805 calls.

This commit is contained in:
Ron Sluiter
2007-12-06 21:40:35 +00:00
parent 1f639c5a79
commit 6d92717bbd
3 changed files with 50 additions and 0 deletions
+17
View File
@@ -273,6 +273,23 @@ dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:")
#!SC800Config(0, "L0", 0)
#!drvSC800debug=4
# Faulhaber MCDC2805 driver setup parameters:
# (1)Max. controller count
# (2)Polling rate
#!MCDC2805Setup(1, 10)
# Faulhaber MCDC2805 driver configuration parameters:
# (1)Card being configured
# (2)# modules on this serial port
# (3)asyn port name
#!MCDC2805Config(0, 1, "L0")
#!drvMCDC2805debug=4
# The MCDC2805 driver does not set end of string (EOS).
#!asynOctetSetInputEos("L0",0,"\r")
#!asynOctetSetOutputEos("L0",0,"\r")
iocInit
# motorUtil (allstop & alldone)
+16
View File
@@ -178,6 +178,22 @@ MM4000Config(0, "L0")
#!SC800Config(0, "L0", 0)
#!var drvSC800debug 4
# Faulhaber MCDC2805 driver setup parameters:
# (1)Max. controller count
# (2)Polling rate
#!MCDC2805Setup(1, 10)
# Faulhaber MCDC2805 driver configuration parameters:
# (1)Card being configured
# (2)# modules on this serial port
# (3)asyn port name
#!MCDC2805Config(0, 1, "L0")
#!var drvMCDC2805debug 4
# The MCDC2805 driver does not set end of string (EOS).
#!asynOctetSetInputEos("L0",0,"\r")
#!asynOctetSetOutputEos("L0",0,"\r")
iocInit
+17
View File
@@ -134,6 +134,23 @@ MM4000Config(0, "L0")
#!MDriveConfig(0, "L0")
#!var drvMDrivedebug 4
# Faulhaber MCDC2805 driver setup parameters:
# (1)Max. controller count
# (2)Polling rate
#!MCDC2805Setup(1, 10)
# Faulhaber MCDC2805 driver configuration parameters:
# (1)Card being configured
# (2)# modules on this serial port
# (3)asyn port name
#!MCDC2805Config(0, 1, "L0")
#!var drvMCDC2805debug 4
# The MCDC2805 driver does not set end of string (EOS).
#!asynOctetSetInputEos("L0",0,"\r")
#!asynOctetSetOutputEos("L0",0,"\r")
iocInit
# motorUtil (allstop & alldone)