EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: CSS-4.5 : Display-Builder : getting widget's PV value
From: Amien Crombie <[email protected]>
To: "Kasemir, Kay" <[email protected]>, EPICS Tech-Talk <[email protected]>
Date: Thu, 24 Aug 2017 15:09:41 +0200

Hi Kay

According to 'cainfo' my pv is a DBF_DOUBLE and request is DBR_DOUBLE


But I do not know how to check for output with the 'print' statement..I'm using Mint 18 and CSS is started without a terminal command (am I doing something wrong?)

I do have a 'console' output but that just list dozens of 'Warnings' all over.

I would love to have some way to debug CSS as otherwise its like shooting in the dark.

Amien


On 24/08/2017 14:56, Kasemir, Kay wrote:

Hi:


What's the data type of the PV?

To debug, try adding

 

  print(str(pv.read()))


and then check in the terminal where you started CSS for the output.


-Kay




From: [email protected] <[email protected]> on behalf of Amien Crombie <[email protected]>
Sent: Thursday, August 24, 2017 4:54 AM
To: EPICS Tech-Talk
Subject: CSS-4.5 : Display-Builder : getting widget's PV value
 

Hi

My code :

1.     from org.csstudio.display.builder.runtime.script import PVUtil, ScriptUtil
2.     from org.csstudio.display.builder.model.properties import WidgetColor
3.     ss = ScriptUtil.findWidgetByName(widget, "ss_range")
4.     sx = ScriptUtil.findWidgetByName(widget, "rangeX")
5.     pv = ScriptUtil.getPrimaryPV(sx)
6.     pval = PVUtil.getDouble(pv)
7.     ss.setPropertyValue("text", str(pv) + " : " + str(pval))    ##

##  'pv' returns the right pv attached to my 'spinner'. This pv is passed via the script as '$(pv_name)'

##  pval returns 'nan' although my 'spinner' displays the value (1 to 6) depending my last selected value


Thanks

Amien





Replies:
Re: CSS-4.5 : Display-Builder : getting widget's PV value Kasemir, Kay
References:
CSS-4.5 : Display-Builder : getting widget's PV value Amien Crombie
Re: CSS-4.5 : Display-Builder : getting widget's PV value Kasemir, Kay

Navigate by Date:
Prev: Re: CSS-4.5 : Display-Builder : getting widget's PV value Kasemir, Kay
Next: Re: CSS-4.5 : Display-Builder : getting widget's PV value Kasemir, Kay
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: CSS-4.5 : Display-Builder : getting widget's PV value Kasemir, Kay
Next: Re: CSS-4.5 : Display-Builder : getting widget's PV value Kasemir, Kay
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
ANJ, 21 Dec 2017 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·