From d2fc6ba6fc0351673bbc883281ab793d89fc4589 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Fri, 19 Aug 2011 21:11:57 +0000
Subject: [PATCH]

---
 iocBoot/iocLinux/motorSim.cmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iocBoot/iocLinux/motorSim.cmd b/iocBoot/iocLinux/motorSim.cmd
index 11af9a5..7eb80a1 100644
--- a/iocBoot/iocLinux/motorSim.cmd
+++ b/iocBoot/iocLinux/motorSim.cmd
@@ -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)
-- 
GitLab