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: related to array |
From: | priya tiwari <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Wed, 11 Mar 2015 14:18:08 +0530 |
You can also do this with the sscan record.
http://www.aps.anl.gov/bcda/synApps/sscan/sscanRecord.html
Tim Mooney ([email protected]) (630)252-5417
Software Services Group (www.aps.anl.gov)
Advanced Photon Source, Argonne National Lab
________________________________________
From: [email protected] [[email protected]] on behalf of Mark Rivers [[email protected]]
Sent: Tuesday, March 10, 2015 5:58 AM
To: priya tiwari; [email protected]
Subject: RE: related to array
One way I think you can do this is to use the acalcout record:
http://www.aps.anl.gov/bcda/synApps/calc/aCalcoutRecord.html
Mark
________________________________
From: [email protected] [[email protected]] on behalf of priya tiwari [[email protected]]
Sent: Tuesday, March 10, 2015 12:05 AM
To: [email protected]
Subject: related to array
Hello sir,
I am plotting a graph between current and voltage.Here User set the current and read a corresponding voltage from device upto 20 times.Here we are reading one value of current and its corresponding voltage and transfer this value into waveform record.Here I am taking two waveform records one for current and another for voltage.The value is stored on 0th index of waveform.In the next iteration change the value of current and again send to waveform then again value is putting on 0th index but I want to put on 1st index then in next iteration ,put on 2nd index of waveform.How to previous values stored in array?
2. Now the problem is occurring ,in case of plot always I get one point and previous did not store. I want to store all values and draw the graph from point 1 to 20.
How to solve this problem?please provide me solution of this problem...
Thanks in advance...