EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: Initialising an ao record from a constant DOL
From: "Owens, PH (Peter)" <[email protected]>
To: [email protected]
Date: Fri, 16 Apr 2004 16:11:19 +0100
I'm trying to initialise an analog output record
by putting a constant in the DOL field (see below).

But the VAL field gets set to zero rather than 100.
The record does process and outputs this zero.

I can work around this by Initialising from another record
using clsed loop mode but it does seem to be a bit of a cludge
(see commented out lines).

What am I doing wrong?

record(ao, "$(device):SETSIZE") {
    field(DESC, "Pump Size")
    field(DTYP, "ornlSerial")
    field(OUT,  "@digitel mpc size p=1 u=$(port) m=$(unit) p1=$(pump)")
    field(PINI, "YES")
    field(DOL,  "100.0")
#    field(DOL,  "$(device):INITSIZE")
#    field(OMSL, "closed_loop")
    field(EGU,  "l/s")
    field(DRVL, "0.0")
    field(DRVH, "1200.0")
    field(LOPR, "0.0")
    field(HOPR, "1200.0")
    field(PREC, "0")
}
record(ai, "$(device):INITSIZE") {
    field(VAL, "200.0")
}

Pete
---------------------------------------
mailto:[email protected]
phone:+44 (0)1925 603974
fax:    +44 (0)1925 603124

CLRC
Daresbury Laboratory
Keckwick Lane
Warrington
WA4 4AD
UK


Replies:
RE: Initialising an ao record from a constant DOL Kim, Kukhee
RE: Initialising an ao record from a constant DOL Kim, Kukhee

Navigate by Date:
Prev: Base R3.13.10 now available Andrew Johnson
Next: VDCT build 1249 available John Maclean
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  <20042005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Base R3.13.10 now available Andrew Johnson
Next: RE: Initialising an ao record from a constant DOL Kim, Kukhee
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  <20042005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·