1994 1995 1996 1997 1998 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> 2025 | Index | 1994 1995 1996 1997 1998 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> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [EXTERNAL] Another question regarding record stringout, lso and Record reference manual in general |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Heinz Junkes <junkes at fhi-berlin.mpg.de>, EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Mon, 9 Sep 2024 16:19:34 +0000 |
DCT = Database configuration Tool First versions of EPICS had a binary file for the database, and an ASCII-type editor for it. Later we got the now known *.db file with “record(calc, …” text. There’s still VDCT as a visual editor, but you’re no longer forced to use any specific DCT. In the record ref, I think DCT means: “Can be configured in the *.db file”. Used to mean: Please show in DCT so it can be configured. On 2024-09-09, 12:04 PM, "Tech-talk" <tech-talk-bounces at aps.anl.gov> wrote: Hi, I can't find a description in the Record Reference Manual of what ‘DCT’ means. This is always displayed in the tables: Stringout Record: Field Summary Type DCT Default Read Write CA PP VAL Current Value STRING [40] Yes Yes Yes Yes DOL Desired Output Link INLINK Yes Yes Yes No OMSL Output Mode Select MENU (menuOmsl) Yes Yes Yes No lso record: Field Summary Type DCT Default Read Write CA PP VAL Current Value STRING or CHAR[SIZV] No Yes Yes Yes SIZV Size of buffers USHORT Yes 41 Yes No No DOL Desired Output Link INLINK Yes Yes Yes No OMSL Output Mode Select MENU (menuOmsl) Yes Yes Yes No I'm completely confused about the description of the records. That's probably because we've been trying all afternoon. E.g. stringout : "The first field that determines where the desired output originates is the output mode select (OMSL) field, which can have two possible value: closed_loop or supervisory. If supervisory is specified, DOL is ignored, the current value of
VAL is written, “ "DOL can also be a constant, in which case VAL will be initialized to the constant value. “ "Note that if DOL is a constant, OMSL cannot be closed_loop.” ??? Similiar confusion with lso: "If supervisory is specified, DOL is ignored, " "DOL can also be a constant instead of a link, in which case VAL is initialized to the constant value. “ Heinz |