diff --git a/iocBoot/iocWithAsyn/st.cmd.Vx b/iocBoot/iocWithAsyn/st.cmd.Vx index 16a1e0e3..9751d27e 100644 --- a/iocBoot/iocWithAsyn/st.cmd.Vx +++ b/iocBoot/iocWithAsyn/st.cmd.Vx @@ -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) diff --git a/iocBoot/iocWithAsyn/st.cmd.unix b/iocBoot/iocWithAsyn/st.cmd.unix index 73ced9d2..df2ce945 100644 --- a/iocBoot/iocWithAsyn/st.cmd.unix +++ b/iocBoot/iocWithAsyn/st.cmd.unix @@ -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 diff --git a/iocBoot/iocWithAsyn/st.cmd.win32 b/iocBoot/iocWithAsyn/st.cmd.win32 index 9d77a96f..9bb4bbf2 100755 --- a/iocBoot/iocWithAsyn/st.cmd.win32 +++ b/iocBoot/iocWithAsyn/st.cmd.win32 @@ -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)