Skip to content
Snippets Groups Projects
Commit 11d1db21 authored by dohnarms's avatar dohnarms
Browse files

remove the pico support for ancient pico motor driver

parent 5ba61e73
No related branches found
No related tags found
No related merge requests found
......@@ -88,10 +88,6 @@ MCB4BSetup(1, 10)
# (2) asyn port name (string)
MCB4BConfig(0, "serial3")
##### Pico Motors (Ernest Williams MHATT-CAT)
##### Motors (see picMot.substitutions in same directory as this file) ####
#dbLoadTemplate("picMot.substitutions")
# Load asynRecord records on all ports
dbLoadTemplate("asynRecord.substitutions")
......
......@@ -86,10 +86,6 @@ MCB4BSetup(1, 10)
# (2) asyn port name (string)
MCB4BConfig(0, "serial3")
##### Pico Motors (Ernest Williams MHATT-CAT)
##### Motors (see picMot.substitutions in same directory as this file) ####
#dbLoadTemplate("picMot.substitutions")
# Load asynRecord records on all ports
dbLoadTemplate("asynRecord.substitutions")
......
file "$(IP)/ipApp/Db/picos.db"
{
pattern
{P, pChan, DESC, serChan }
{xxx:, 111, pMotor111, 1 }
{xxx:, 112, pMotor112, 1 }
{xxx:, 113, pMotor113, 1 }
{xxx:, 121, pMotor121, 1 }
{xxx:, 122, pMotor122, 1 }
{xxx:, 123, pMotor123, 1 }
{xxx:, 131, pMotor131, 1 }
{xxx:, 132, pMotor132, 1 }
{xxx:, 133, pMotor133, 1 }
{xxx:, 141, pMotor141, 1 }
{xxx:, 142, pMotor142, 1 }
{xxx:, 143, pMotor143, 1 }
{xxx:, 211, pMotor211, 1 }
{xxx:, 212, pMotor212, 1 }
{xxx:, 213, pMotor213, 1 }
{xxx:, 221, pMotor221, 1 }
{xxx:, 222, pMotor222, 1 }
{xxx:, 223, pMotor223, 1 }
{xxx:, 231, pMotor231, 1 }
{xxx:, 232, pMotor232, 1 }
{xxx:, 233, pMotor233, 1 }
{xxx:, 241, pMotor241, 1 }
{xxx:, 242, pMotor242, 1 }
{xxx:, 243, pMotor243, 1 }
}
......@@ -68,10 +68,6 @@ tyGSAsynInit("serial8", "UART_0", 7,19200,'N',1,8,'N',"","") /* Love contr
# (2) asyn port name (string)
#MCB4BConfig(0, "serial5")
##### Pico Motors (Ernest Williams MHATT-CAT)
##### Motors (see picMot.substitutions in same directory as this file) ####
#dbLoadTemplate("picMot.substitutions")
# Load asynRecord records on all ports
dbLoadTemplate("asynRecord.substitutions")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment