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: waveform arrays within SNL
From: Al Honey <[email protected]>
To: "'[email protected]'" <[email protected]>
Date: Tue, 20 Jun 2017 19:22:26 +0000

Hi

I cannot find an explicit example in regards to accessing the element values in a waveform array from within an SNL sequencer.

Does anybody have experience doing so?

 

Can’t seem to do this:

 

int locations;

assign locations to "{tel}{instr}:{mech}:locations";  // where locations is a waveform record with an integer array.

int locs[4] = {0,300,600,900};

 

        pvGet( locations );

        locs = locations;               // is the declaration for locations (above) correct?

 

error: incompatible types when assigning to type int[4] from type int *

         locs = locations;

 

This fails too:

         locs[0] = locations[0];

 

I guess I’m ignorant in regards to accessing the array values in the record.

 

Also, is it necessary to escape to C in order to update the elements in a waveform string record?

 

Thanks for any advice you have

Al

 


Replies:
RE: waveform arrays within SNL Mark Rivers
Re: waveform arrays within SNL Southern, Tim

Navigate by Date:
Prev: Open Position at APS Arnold, Ned D.
Next: RE: waveform arrays within SNL Mark Rivers
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: Open Position at APS Arnold, Ned D.
Next: RE: waveform arrays within SNL Mark Rivers
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 ·