EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  <19971998  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  Index 1994  1995  1996  <19971998  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 
<== Date ==> <== Thread ==>

Subject: Re: EPICS 3.13 application software distribution
From: [email protected] (Tim Mooney)
To: [email protected], [email protected]
Date: Wed, 2 Jul 1997 17:05:17 -0500
re...

> I've finally put some promised EPICS R3.13-compatible application
> software in the EPICS Software Distribution's custom software section
> http://www.aps.anl.gov/xfd/WWW/xfd/SoftDist/Welcome.html#Custom_EPICS
> ...
> There are two versions of the tar file: an unprotected file 
> ...
> 	xfdApp_R3.13.0.beta7_unbuilt.tar.gz
> and a password-protected file
> ...
> 	xfdApp_R3.13.0.beta7.tar.gz

There are a few bugs in this distribution:

1) Scans hang during the first data point because in the database
"$(SHARE)/stdApp/Db/scan_3.1.db", the record that waits for
detectors to finish is wrongly configured:

grecord(wait,"$(P)Dwait_detectors") {
	field(DESC,"1 = detectors done")
	...
	field(CALC,"(A)=0")
}

...should be...

grecord(wait,"$(P)Dwait_detectors") {
	field(DESC,"0 = detectors done")
	...
	field(CALC,"A")
}

2) changePrefix313 works only on *unbuilt* directories.  In the prebuilt
directory "xxx", PV-name prefixes currently have to be changed by hand.

3) The prebuilt Hideos IP-Octal serial support can't handle 300-baud.
(Nor can any hideos distribution I know of.  Joe Sullivan and Kurt Goetze
fixed our copy of Hideos.)

I'm not going to make a practice of cluttering up tech-talk with this
kind of detail.  From now on, patch information for the xfdApp
distribution will normally be posted only to the "beamline_controls"
email exploder, and periodically collected on the web page.

Tim Mooney
Beamline Controls & Data Acquisition
Advanced Photon Source

Navigate by Date:
Prev: next training sessions Bob Dalesio
Next: Bad CALC record kills IOC Ron Chestnut
Index: 1994  1995  1996  <19971998  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: EPICS 3.13 application software distribution Tim Mooney
Next: Statically built MEDM/GDCT, xfdApp distribution Bakul Banerjee
Index: 1994  1995  1996  <19971998  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 
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 ·