From 7f72347e7255501af06045b196b7da74d486cb13 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Mon, 20 May 2013 20:27:00 +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 7eb80a1..35049a7 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, 8 )
+motorSimCreate( 0, 0, -32000, 32000, 0, 1, 16 )
 # 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, 16)
-- 
GitLab