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

8 motors, to agree with other files

parent 18d6bef4
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