EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  <19981999  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  1997  <19981999  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: custom record
From: [email protected] (Ned Arnold)
To: [email protected]
Cc: [email protected]
Date: Tue, 14 Apr 1998 16:29:28 -0500
> I try to create a custom record, then I use GDCT to show the record. Some 
fields of
> the records is missing, Can somebody tell me where I did wrong?
> Thanks
> Jin



If the fields show up in the "Field Export List" but not in the "Edit 
Attributes" screen, you forgot to assign them to a "promptgroup" in the *.dbd
file. In the following example ...

recordtype(myRecordType) {
        include "dbCommon.dbd" 
        field(VERS,DBF_DOUBLE) {
                prompt("Code Version")
                special(SPC_NOMOD)
        }
        field(SIZE,DBF_DOUBLE) {
                prompt("Bytes/Pixel")
                promptgroup(GUI_INPUTS)
                special(SPC_NOMOD)
        }
}

... the SIZE field will show up in the "Edit Attributes" screen, but VERS
will not. 

See page 29 of the "Application Developer's Guide R3.13.0Beta11" 


If the field does not even show up in the "Field Export List", GDCT must
have choked on the *.dbd file ... Any error messages when you loaded it ?



		Ned
		

Navigate by Date:
Prev: custom record Jin Yu
Next: [Q] merging medm.2.3.3 and medm.2.4.8 into single medm release? Noboru Yamamoto
Index: 1994  1995  1996  1997  <19981999  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: custom record Jin Yu
Next: [Q] merging medm.2.3.3 and medm.2.4.8 into single medm release? Noboru Yamamoto
Index: 1994  1995  1996  1997  <19981999  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 ·