Skip to content
Snippets Groups Projects
Commit 7dbc34df authored by mooney's avatar mooney
Browse files

replaced all_com_*.db with motorUtil.db

parent f48d81cd
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,7 @@ dbLoadTemplate("softMotor.substitutions") ...@@ -38,9 +38,7 @@ dbLoadTemplate("softMotor.substitutions")
dbLoadTemplate("pseudoMotor.substitutions") dbLoadTemplate("pseudoMotor.substitutions")
### Allstop, alldone ### Allstop, alldone
# This database must agree with the motors and other positioners you've actually loaded. dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=xxx:")
# Several versions (e.g., all_com_32.db) are in stdApp/Db
#dbLoadRecords("$(STD)/stdApp/Db/all_com_16.db","P=xxx:")
### streamDevice example ### streamDevice example
#dbLoadRecords("$(TOP)/xxxApp/Db/streamExample.db","P=xxx:,PORT=serial1") #dbLoadRecords("$(TOP)/xxxApp/Db/streamExample.db","P=xxx:,PORT=serial1")
...@@ -206,5 +204,8 @@ create_monitor_set("auto_settings.req",30,"P=xxx:") ...@@ -206,5 +204,8 @@ create_monitor_set("auto_settings.req",30,"P=xxx:")
### Start the saveData task. ### Start the saveData task.
saveData_Init("saveData.req", "P=xxx:") saveData_Init("saveData.req", "P=xxx:")
# motorUtil (allstop & alldone)
motorUtilInit("xxx:")
dbcar(0,1) dbcar(0,1)
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