On 4/12/20 11:58 PM, 黄佳伟 via Tech-talk wrote:
> Hi,
> I'm working on EPICS clients located in a specialized network, where UDP streaming is blocked, so conventional UDP searching message cannot be sent and received. I heard that these messages can be sent over TCP after a certain version of EPICS. So how can i enable this feature?
export EPICS_CA_NAME_SERVERS=...
export EPICS_CA_AUTO_ADDR_LIST=NO
The name servers list should contain the IP:port (tcp port) of _all_ CA servers
which the client needs to reach. Typically, this is a CA gateway, so the list
isn't too large. Directly searching to more than a few IOCs this way will quickly
become unwieldy.
- References:
- enable PV searching only over TCP 黄佳伟 via Tech-talk
- Navigate by Date:
- Prev:
enable PV searching only over TCP 黄佳伟 via Tech-talk
- Next:
Galil device support - static build John Dobbins 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
- Navigate by Thread:
- Prev:
enable PV searching only over TCP 黄佳伟 via Tech-talk
- Next:
Galil device support - static build John Dobbins 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
|