From 75162d1fefc2aa1c3009a3bbbde7fac69345213b Mon Sep 17 00:00:00 2001 From: Keenan Lang Date: Wed, 21 Mar 2018 17:55:33 -0500 Subject: [PATCH] Readded INIT due to iocsh interpretation issues --- iocsh/EXAMPLE_motorSim.substitutions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iocsh/EXAMPLE_motorSim.substitutions b/iocsh/EXAMPLE_motorSim.substitutions index eeaf8871..4ce68748 100644 --- a/iocsh/EXAMPLE_motorSim.substitutions +++ b/iocsh/EXAMPLE_motorSim.substitutions @@ -1,7 +1,7 @@ file "$(MOTOR)/db/asyn_motor.db" { pattern -{N, M, ADDR, DESC, EGU, DIR, VELO, VBAS, ACCL, BDST, BVEL, BACC, MRES, PREC} -{1, "m$(N)", 0, "motor $(N)", degrees, Pos, 1, .1, .2, 0, 1, .2, 0.01, 5} -#{2, "m$(N)", 1, "motor $(N)", degrees, Pos, 1, .1, .2, 0, 1, .2, 0.01, 5} +{N, M, ADDR, DESC, EGU, DIR, VELO, VBAS, ACCL, BDST, BVEL, BACC, MRES, PREC, INIT} +{1, "m$(N)", 0, "motor $(N)", degrees, Pos, 1, .1, .2, 0, 1, .2, 0.01, 5, ""} +#{2, "m$(N)", 1, "motor $(N)", degrees, Pos, 1, .1, .2, 0, 1, .2, 0.01, 5, ""} }