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

No commit message

No commit message
parent b84496a2
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@
dbLoadTemplate("motorSim.substitutions")
# Create simulated motors: ( start card , start axis , low limit, high limit, home posn, # cards, # axes to setup)
motorSimCreate( 0, 0, -32000, 32000, 0, 1, 4 )
motorSimCreate( 0, 0, -32000, 32000, 0, 1, 8 )
# Setup the Asyn layer (portname, low-level driver drvet name, card, number of axes on card)
drvAsynMotorConfigure("motorSim1", "motorSim", 0, 4)
drvAsynMotorConfigure("motorSim1", "motorSim", 0, 8)
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