From a64e19478ef1bfc34455fc3a71f76a8b109560e2 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Mon, 26 Sep 2011 21:52:30 +0000 Subject: [PATCH] uncomment --- iocBoot/iocSolaris/motorSim.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocBoot/iocSolaris/motorSim.cmd b/iocBoot/iocSolaris/motorSim.cmd index 7eb80a1..56798ec 100644 --- a/iocBoot/iocSolaris/motorSim.cmd +++ b/iocBoot/iocSolaris/motorSim.cmd @@ -6,4 +6,4 @@ 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, 8 ) # Setup the Asyn layer (portname, low-level driver drvet name, card, number of axes on card) -drvAsynMotorConfigure("motorSim1", "motorSim", 0, 8) +#drvAsynMotorConfigure("motorSim1", "motorSim", 0, 8) -- GitLab