Hi Mrinal,
On 4/19/22 12:12 PM, Mrinal Bera via
Tech-talk wrote:
Thanks to Mark Rivers and APS-BCDA
Group, I could successfully build a new VME Crate system with
EPICS 7.0.4 and vxWorks 6.9.4 with the following hardware
configuration:
1) MVME 3100
2) MAXv 8000
3) OMS StepPak SPD-32M Motor Drivers
While booting the MVME board I am getting the
following error while loading the motorUtils.db and couldnot
figure out the reason.
epics>
dbLoadRecords("$(MOTOR)/db/motorUtils.db","P=CRL15Sraight:")
filename="../dbStatic/dbLexRoutines.c"
line number=271
S_errno_ENOENT
dbRead opening file
/home/epics/synApps/support/motor-R7-2-2/db/motorUtils.db
dbLoadRecords:
failed to load
'/home/epics/synApps/support/motor-R7-2-2/db/motorUtils.db'
That is a not-terribly friendly message that I think just means
"file not found". You are loading an nfsCommands file but oes your
VxWorks system have the /home/epics/synApps path mounted? Try
typing
ls "/home/epics/synApps/support/motor-R7-2-2/db/motorUtils.db"
at the shell, my guess is that it won't be able to find it and
that you will need to adjust what you're mounting, or maybe have
the application install the file into its own db directory and
load it from there.
HTH,
- Andrew
--
Complexity comes for free, Simplicity you have to work for.
- Replies:
- Re: S_errno_ENOENT on loading motorUtils.db Mrinal Bera via Tech-talk
- References:
- S_errno_ENOENT on loading motorUtils.db Mrinal Bera via Tech-talk
- Navigate by Date:
- Prev:
RE: drvModbusAsynConfigure exception 3 when ASLO and PREC fields of PV are changed Mark Rivers via Tech-talk
- Next:
Re: S_errno_ENOENT on loading motorUtils.db Mrinal Bera via Tech-talk
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
<2022>
2023
2024
2025
- Navigate by Thread:
- Prev:
S_errno_ENOENT on loading motorUtils.db Mrinal Bera via Tech-talk
- Next:
Re: S_errno_ENOENT on loading motorUtils.db Mrinal Bera via Tech-talk
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
<2022>
2023
2024
2025
|