From 776e5471a910c6cc0cb8266d449179bf3564479b Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Wed, 17 Dec 2008 23:26:46 +0000
Subject: [PATCH] 8 motors, to agree with other files

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

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