From 61ff28359a9254daada064a664d553b968955fb7 Mon Sep 17 00:00:00 2001 From: Pete R Jemian <prjemian@users.noreply.github.com> Date: Tue, 4 Dec 2018 16:20:12 -0600 Subject: [PATCH] fixes #18 --- iocBoot/iocxxx/examples/motors.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocBoot/iocxxx/examples/motors.cmd b/iocBoot/iocxxx/examples/motors.cmd index 724041c..b86adf2 100644 --- a/iocBoot/iocxxx/examples/motors.cmd +++ b/iocBoot/iocxxx/examples/motors.cmd @@ -3,7 +3,7 @@ dbLoadTemplate("substitutions/motor.substitutions", "P=$(PREFIX)") #dbLoadTemplate("substitutions/softMotor.substitutions", "P=$(PREFIX)") #dbLoadTemplate("substitutions/pseudoMotor.substitutions", "P=$(PREFIX)") -#iocshLoad("$(MOTOR)/iocsh/motorSim.iocsh", "INSTANCE=motorSim, HOME_POS=0, NUM_AXES=16, SUB=substitutions/motorSim.substitutions") +#iocshLoad("$(MOTOR)/iocsh/motorSim.iocsh", "INSTANCE=motorSim, HOME_POS=0, NUM_AXES=16, LOW_LIM=-32000, SUB=substitutions/motorSim.substitutions") # Allstop, alldone iocshLoad("$(MOTOR)/iocsh/allstop.iocsh", "P=$(PREFIX)") -- GitLab