EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024  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  <20182019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: PV gateway renders PVs as disconnected
From: Ralph Lange <[email protected]>
To: EPICS Tech Talk <[email protected]>
Date: Tue, 17 Apr 2018 15:00:07 +0200
Hi Abdalla,

You're definitely on the right path!

For your five data paths, you are currently using five Gateways in what I would call the "mesh" configuration, i.e. one Gateway for each data path. To simplify the setup, you could shrink the solution down to a "star", where each of the networks is served by exactly one Gateway. For such a "star", you have two options: all Gateways point outwards (i.e. each network "sees" exactly one Gateway which is serving data from all other networks) or all Gateways point inwards (i.e. each networks sees one Gateway per other network). The preferred option depends on how often the configuration is changed and how much Gateway restarts are affecting your users.

SIP and CIP are the central configuration options.
SIP = Server IP defines where the Gateway serves data to, i.e. where its clients are.
CIP = Client IP defines where the Gateway is getting data from, i.e. where its IOCs are.

SIP addresses may be multiple, but always have to be specific addresses.
CIP addresses may include broadcast addresses to reach many IOCs at a time.

Example:

Given three networks A B C (with broadcast address .255) and a Gateway host that is connected to all of them using addresses A.a B.b and C.c

Star outwards:
GatewayA: SIP=A.a  CIP=B.255 C.255
GatewayB: SIP=B.b  CIP=A.255 C.255
GatewayC: SIP=C.c  CIP=A.255 B.255

Star inwards:
GatewayA: SIP=B.b C.c  CIP=A.255
GatewayB: SIP=A.a C.c  CIP=B.255
GatewayC: SIP=A.a B.b  CIP=C.255

If you mix the two concepts, you will get into trouble (PVs available on multiple routes).

Cheers,
~Ralph



Replies:
RE: PV gateway renders PVs as disconnected Abdalla Ahmad
References:
PV gateway renders PVs as disconnected Abdalla Ahmad
Re: PV gateway renders PVs as disconnected Ralph Lange
RE: PV gateway renders PVs as disconnected Abdalla Ahmad
Re: PV gateway renders PVs as disconnected Ralph Lange
RE: PV gateway renders PVs as disconnected Abdalla Ahmad

Navigate by Date:
Prev: Re: areaDetector question Hinko Kocevar
Next: Re: areaDetector question Jörn Dreyer
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  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: PV gateway renders PVs as disconnected Abdalla Ahmad
Next: RE: PV gateway renders PVs as disconnected Abdalla Ahmad
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  <20182019  2020  2021  2022  2023  2024 
ANJ, 08 May 2018 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·