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 | 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: pvput JSON syntax |
From: | Timo Korhonen via Core-talk <[email protected]> |
To: | Ralph Lange <[email protected]>, EPICS Core Talk <[email protected]> |
Date: | Thu, 16 Jan 2020 15:09:41 +0000 |
Lo and behold. I get this kind of results now: (base) timkorair:EPICS7 timokorhonen$ base-7.0.3.1/bin/darwin-x86/pvput double01 '{"value":1.234}' JSON syntax not supported by this build. (base) timkorair:EPICS7 timokorhonen$ base-7.0.1.1/bin/darwin-x86/pvput verylongIn '{"value":456789}' Old : verylongIn
123456 New : verylongIn
456789 (double01 is an ao record, verylongIn is an int64in). Michael may already have a solution…his mail just came in. Timo From:
Core-talk <[email protected]> on behalf of EPICS Core Talk <[email protected]> On Thu, 16 Jan 2020 at 15:11, Michael Davidsaver <[email protected]> wrote:
Yes, I see, but that is not what I meant. I mean:
Why? Thanks, ~Ralph |