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: | odd behavior of 'dbpf' on windows softioc |
From: | Josh Stein <[email protected]> |
To: | [email protected] |
Date: | Wed, 25 Jan 2012 14:43:49 -0600 |
In the past, I routinely did reads and writes into records on the
ioc console; one common action is to 'flip a bit' on a BO record by
writing a 1 or 0. For example, console>dbpf "testborec","1" or even: console>dbpf "testborec.VAL","1" This does not seem to function properly on my 3.14.11 Windows softIOC: epics>dbpf "wst:v13C","1" Illegal choice PV: wst:v13C 1 filename="../dbTest.c" line number=333 Illegal choice - dbPutField error It appears that I can only put an enumerated value into the value field; so to correct the above example: epics>dbpf "wst:v13C","Open" DBR_STRING: "Open" seems to work fine. Is this a feature, flaw, or user error on my part? |