Experimental Physics and Industrial Control System
Hi,
I'm writing a simple asyn driver which I started out from the HMS example. When starting the ioc I get these messages:
lpiccoli@cdlx22 iocMksu]$ ./st.cmd
#! ../../bin/linux-x86/example
dbLoadDatabase("../../dbd/example.dbd")
example_registerRecordDeviceDriver(pdbbase)
drvMksu_init()
drvAsynIPPortConfigure("MksuServer", "194.168.0.21:56789 UDP", 0, 0, 1)
initMksu("Mksu", "MksuServer")
dbLoadTemplate("mksu.substitutions")
iocInit()
Starting iocInit
############################################################################
## EPICS R3.14.10-lcls1 $R3-14-10$ $2008/10/27 19:39:04$
## EPICS Base built Jul 15 2009
############################################################################
KLYS:IN20:3130:MOD_TRIG_DELAY_READ devAsynInt32::initCommon Link must be INST_IO
KLYS:IN20:3130:WF_TRIG_DELAY_READ devAsynInt32::initCommon Link must be INST_IO
KLYS:IN20:3130:MOD_TRIG_DELAY_WRITE devAsynInt32::initCommon Link must be INST_IO
KLYS:IN20:3130:WF_TRIG_DELAY_WRITE devAsynInt32::initCommon Link must be INST_IO
iocRun: All initialization complete
epics>
It looks like something is not getting set correctly, the link type of those records should be INST_IO. Using gdb I see that they have the link type set to 0 (CONSTANT).
Am I missing something in the st.cmd file? Suggestions are welcome :)
Thank you,
Luciano
- Replies:
- RE: Asyn: "devAsynInt32::initCommon Link must be INST_IO" Mark Rivers
- Navigate by Date:
- Prev:
Re: Writing long strings PV in BOY Juan.Guzman
- Next:
Re: Gateway patches (CMake) Ralph Lange
- 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
- Navigate by Thread:
- Prev:
Re: Writing long strings PV in BOY Juan.Guzman
- Next:
RE: Asyn: "devAsynInt32::initCommon Link must be INST_IO" Mark Rivers
- 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