mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
Updated ioc to set motor deadband to minimum.
This commit is contained in:
@@ -24,9 +24,10 @@ asynOctetSetOutputEos("serial0", 0, "\r")
|
||||
asynSetTraceIOMask("serial0", 0, 2)
|
||||
#asynSetTraceMask("serial0", 0, 255)
|
||||
|
||||
# Turn on the power supply
|
||||
# Turn on the power supply and set the deadband
|
||||
asynOctetConnect("initConnection", "serial0", 0)
|
||||
asynOctetWrite("initConnection", "EPS")
|
||||
asynOctetWrite("initConnection", "SDB 10")
|
||||
asynOctetDisconnect('test')
|
||||
|
||||
MD90CreateController("MD900", "serial0", 1, 100, 5000)
|
||||
|
Reference in New Issue
Block a user