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  <20162017  2018  2019  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  <20162017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Reg programming in EPICS environment for master slave control
From: Michael Davidsaver <[email protected]>
To: [email protected]
Date: Fri, 6 May 2016 09:56:36 -0400
On 05/05/2016 08:17 AM, Mark Rivers wrote:
> One way to do that would be do use an EPICS State Notation Language program.  It will connect to the ~100 PVs on the master controller IOC and also to the corresponding ~100 PVs on the power supply IOC.  When the user presses a Copy button the SNL program copies the values from the master controller IOC to the power supply IOC.

Using a set of 'seq' records could accomplish the same thing w/ a
special SNC program.

> record(bo, "docopy") {
>   field(ZNAM, "Copy")
>   field(ONAM, "Copy")
>   field(FLNK, "docopy1-seq_")
> }
> record(seq, "docopy1-seq_") {
>   field(DOL1, "input:pv1")
>   field(LNK1, "output:pv1")
>   # .. repeat for DOL2 through DOLA
>   field(FLNK, "docopy2-seq_")
> }
> record(seq, "docopy2-seq_") {
>    # chain as many seq records as necessary
> }


References:
Reg programming in EPICS environment for master slave control Himanshu Tyagi
RE: Reg programming in EPICS environment for master slave control Mark Rivers
Re: Reg programming in EPICS environment for master slave control Himanshu Tyagi
RE: Reg programming in EPICS environment for master slave control Mark Rivers
Re: Reg programming in EPICS environment for master slave control Himanshu Tyagi
RE: Reg programming in EPICS environment for master slave control Mark Rivers
Re: Reg programming in EPICS environment for master slave control Himanshu Tyagi
RE: Reg programming in EPICS environment for master slave control Mark Rivers

Navigate by Date:
Prev: RE: Reg programming in EPICS environment for master slave control Mark Rivers
Next: Re: Base 3.15.4-pre1 - URGENT call for beta testing 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  <20162017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: Reg programming in EPICS environment for master slave control Mark Rivers
Next: VisualDCT 2.6.1280 released 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  <20162017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 15 Jul 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·