EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: propagating value upward at init
From: Ralph Lange <[email protected]>
To: Emmanuel Mayssat <[email protected]>
Cc: [email protected]
Date: Fri, 02 Oct 2009 10:15:51 -0400
On Fri 02 Oct 2009 4:40:27 Dirk Zimoch wrote:
Hi Emmanuel,

[...]

record (ao, "$(USERVAL)") {
    field (OUT,  "$(DRIVEVAL) PP")
}
record (ao, "$(DRIVEVAL)") {
    field (DTYP, "$(DTYP)")
    field (OUT,  "$(HWLINK)")
    field (SDIS, "$(DRIVEVAL)_PUTBACK.PACT")
    field (FLNK, "$(DRIVEVAL)_PUTBACK")
}
record (ao, "$(DRIVEVAL)_PUTBACK") {
    field (OMSL, "closed_loop")
    field (DOL, "$(DRIVEVAL)")
    field (SDIS, "$(USERVAL).PACT")
    field (OUT,  "$(USERVAL) PP")
    field (PINI, "YES")
}

This is probably sufficient for in your case.

And is a very nice example for a practical use of OMSL and DOL ...

Ralph


References:
propagating value upward at init Emmanuel Mayssat
Re: propagating value upward at init Dirk Zimoch

Navigate by Date:
Prev: Re: EPICS Python client application survey Darren Dale
Next: Re: EPICS Python client application survey Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: propagating value upward at init Dirk Zimoch
Next: Driver for Acromag IP341 Dropp, Christopher
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024