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] Calc Module of SynApps: Issue with long string CALC$ |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Kuldeep Joshi <kuldeep.joshi at gmail.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Fri, 6 Aug 2021 14:11:07 +0000 |
> I am attaching the screenshot of the userCalc.bob file in phoebus, display builder with the Format set as string, Still the problem persists. The moment I change it to just .CALC I am able to enter 36 chars.
Can't duplicate. This is my example record:
# Executed with softIoc -d ... from EPICS R7.0.4.1 record(calc, "test_calc") { field(SCAN, "1 second") field(CALC, "RNDM*100") }
The CALC is served as a STRING and works OK with the default format.
The CALC$ is served as a BYTE array, by default displayed as such, so need to set Format do String:
![]()
So you have a different release of EPICS base?
Did you switch phoebus to default to pva:// instead of ca://?
-Kay
|