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: Convertion for asynFloat64 |
From: | Benoit <[email protected]> |
To: | "J. Lewis Muir" <[email protected]> |
Cc: | [email protected] |
Date: | Wed, 20 Nov 2013 10:45:38 +0100 |
On 11/19/13 11:15 AM, Benoit wrote:Hi, Benoit.
> Hi,
>
> I would like to use mV in my EPICS folder and send V to my driver. I
> have done conversion correctly using asynInt32 type but it doesn't
> work with asynFloat64. Do you have any suggestion?
Remove the PINI, LINR, and ESLO fields from CavVoltSet. Add a calcout
record named CavMillivoltSet to convert to V and write the value
via its OUT field to CavVoltSet. Set the PINI field to "YES" on
CavMillivoltSet.
Lewis