From e4ec209d71e6df2381070b1066b81ca4f6363070 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 14 Jul 2011 15:05:55 +0000 Subject: [PATCH] Added note about shell limit in vxWorks --- motorApp/HytecSrc/README_Hy8601Asyn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/motorApp/HytecSrc/README_Hy8601Asyn b/motorApp/HytecSrc/README_Hy8601Asyn index ee46a782..30e5e4f2 100644 --- a/motorApp/HytecSrc/README_Hy8601Asyn +++ b/motorApp/HytecSrc/README_Hy8601Asyn @@ -188,6 +188,13 @@ This configures the 8601 card with all 4 axes use encoder all 4 axes have quardrature encoder hence their ratios are 0.25 +Please note, since the parameters in the function is more than 10, in VxWorks, the start up +script loading will complain about " too many parameters..." In this case, adding + + iocsh() + +before this routine in start up script will solve the problem. + 2). Database definition file ----------------------------