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  2017  2018  <20192020  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  2017  2018  <20192020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: [EXTERNAL] CSS jython setvalue behaviour
From: Pilar Gil via Tech-talk <[email protected]>
To: "Kasemir, Kay" <[email protected]>
Cc: "[email protected]" <[email protected]>
Date: Thu, 12 Sep 2019 15:12:33 +0200
Hi Kay,


Hi:

> ConsoleUtil.writeInfo("type %s size %s "%(type(-2147483648), sys.maxsize)) 
> INFO: type <type 'long'> size 2147483647

Sorry, but we couldn't care less about the python type().
What matters is the Java type that Jython passes to the setValue() Java code:

> value = -2147483648
> print(value.__class__.__name__)
long

.. and the Java type of the PV data:

> print(pvs[0].getValue().__class__.__name__)
IVdouble

Knowing the PV type and the actual data type passed in it'd be easier to figure out how the value is handled.
For example, it's possible that Jython is passing a java.lang.Long, but the PV type maps to a VShort and the value is thus truncated.

I'm using a local PV, why is the value of the PV IVdouble ?? Is it possible to avoid this conversion??
Thank you

Thanks,
Kay


 This e-mail and any materials attached hereto, including, without limitation, all content hereof and thereof are confidential and proprietary to Seven Solutions,S.L and/or its affiliates, and are *confidential*. Without the prior written consent of Seven Solutions, this content may not (i) be disclosed to any third party, (ii) be reproduced, modified or otherwise used by anyone other than current employees of Seven Solutions or its affiliates. If you are not the intended recipient or if this message has been received in error, please notify us immediately via e-mail and delete it.
Replies:
Re: [EXTERNAL] CSS jython setvalue behaviour Kasemir, Kay via Tech-talk
References:
CSS jython setvalue behaviour Pilar via Tech-talk
Re: [EXTERNAL] CSS jython setvalue behaviour Kasemir, Kay via Tech-talk
Re: [EXTERNAL] CSS jython setvalue behaviour Pilar Gil via Tech-talk
Re: [EXTERNAL] CSS jython setvalue behaviour Kasemir, Kay via Tech-talk

Navigate by Date:
Prev: Re: [EXTERNAL] CSS jython setvalue behaviour Kasemir, Kay via Tech-talk
Next: Re: [EXTERNAL] CSS jython setvalue behaviour Kasemir, Kay via Tech-talk
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  <20192020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: [EXTERNAL] CSS jython setvalue behaviour Kasemir, Kay via Tech-talk
Next: Re: [EXTERNAL] CSS jython setvalue behaviour Kasemir, Kay via Tech-talk
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  <20192020  2021  2022  2023  2024 
ANJ, 12 Sep 2019 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·