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  2019  2020  2021  2022  <20232024  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  <20232024 
<== Date ==> <== Thread ==>

Subject: Re: modbus reading arrays of floats
From: "Jemian, Pete R. via Tech-talk" <tech-talk at aps.anl.gov>
To: "Pearson, Matthew" <pearsonmr at ornl.gov>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Thu, 19 Oct 2023 23:53:13 +0000
ULONG?


From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Pearson, Matthew via Tech-talk <tech-talk at aps.anl.gov>
Sent: Thursday, October 19, 2023 5:12:39 PM
To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
Subject: modbus reading arrays of floats
 

Hi,

 

I have a device which supports reading arrays of floats (IEEE Float32) over Modbus/TCP.

 

Am I right in thinking that currently this isn’t supported by the Asyn modbus support? It seems to support arrays of ints, but not floats.

 

Interestingly, this almost works:

 

record(waveform, "$(P)$(R)TCA") {

  field(FTVL,  "ULONG")

  field(DTYP,  "asynInt32ArrayIn")

  field(INP,   "@asyn($(PORT)8w4,2064,1)FLOAT32_LE")

  ….

}

 

By specifying the datatype to be FLOAT32_LE, the modbus driver correctly converts the byte data to floats, but the waveform only gives me the integer part of the number.

 

So as a work-around I’ve implement multiple reads, one per Float32. This works fine, and I’ll likely stick with it.  

 

However, is there a smarter workaround? For example, can I read the data as a block of Ints, then convert to IEEE Float32 in the database (without writing a subroutine)?

 

Cheers,

Matt

 

 


Replies:
RE: modbus reading arrays of floats Pearson, Matthew via Tech-talk
References:
modbus reading arrays of floats Pearson, Matthew via Tech-talk

Navigate by Date:
Prev: RE: field transform is not found Mark Rivers via Tech-talk
Next: Axis Photonics AreaDetector Interface Smith, William 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  2019  2020  2021  2022  <20232024 
Navigate by Thread:
Prev: modbus reading arrays of floats Pearson, Matthew via Tech-talk
Next: RE: modbus reading arrays of floats Pearson, Matthew 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  2019  2020  2021  2022  <20232024 
ANJ, 20 Oct 2023 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·