Hi everybody,<br>I built a simple python script to read the epics variable, you can find it in ifarm:<br>/w/halla-1/g2p/epics/epicst2v<br>To use it directly by command, you can simply type the command in terminal like this:<br>
./epicst2v epics_path time <br>time format can be raw time(like 1340342881) or string(like "2012-06-22 01:28:30")<br><br>The best way to use it is import it to your own script(I built it as a class),because this script will save the whole file to memory first, this will take a long time if the file is large. once you initialized it it will be very fast to find the special value in special time.<br>
<br>If you find any bug please let me know. Thank you very much!<br clear="all"><div><br>Pengjia</div><br>