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: | Initializing lsi or waveform with long string in 3.15.9 |
From: | "Barrett \(US\), Patrick E via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "'tech-talk at aps.anl.gov'" <tech-talk at aps.anl.gov> |
Date: | Tue, 17 Sep 2024 13:46:06 +0000 |
Hello, I am trying to initialize (set default value) of either an lsi or waveform record with a string which is 125 characters. I have tried using the bracket notation in the INP field, but still get syntax error messages during IOC initialization.
Is this initialization method not available in 3.15.9? The record definition I tried is: record(lsi, " test") { field(DTYP, "Soft Channel") field(PINI, "YES") field(SIZV, "125") field(INP, ["XXXOCXXXOCXXXOCOOOO?CCC?CXXXO?XXXO?XXXO?OOOO??????XXXO?XXXO?XXXO?OOOO??????CCC?CCCC?CCCC?C?????CCC?COOOOPO??OPO??OPOOOOOPPPOP"]) } Thank you, Patrick Barrett |