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  <20162017  2018  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  <20162017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: printing value of pv to new line
From: Hugo Slepicka <[email protected]>
To: palak shimpee <[email protected]>, [email protected]
Date: Mon, 26 Sep 2016 14:35:04 +0000
Hi Palak,

You need to indent your code inside the while loop.
As mentioned a while ago here on the list, if you do this inside CS-Studio you will probably freeze the entire UI.
What are you trying to do? Maybe in this case you could use the Archiver and export your PV values later.

Cheers,
Hugo

On Mon, Sep 26, 2016 at 6:23 AM palak shimpee <[email protected]> wrote:
I want that my pv should be read and printed continuously. I have written below python code :

from org.csstudio.opibuilder.scriptUtil import PVUtil
import os,sys
import subprocess
import glob
from os import path
from datetime import datetime
while True:
pv=PVUtil.getDouble(pvs[1])
i = datetime.now()
sys.stdout=open("test2.txt","wb")
print str(i), pv '\\n'
sys.stdout.close()

But I an getting error:

2016-09-26 15:49:33 ERROR: Failed to register .
SyntaxError: ("mismatched input 'pv' expecting INDENT", ('<script>', 8, 0, 'pv=PVUtil.getDouble(pvs[1])\n'))

please help me to solve this

References:
printing value of pv to new line palak shimpee

Navigate by Date:
Prev: Re: Danfysik 8500 or 9100 power supply driver Jeong Han Lee
Next: RE: Cross Compiling EPICS base for Xilinx Zynq, Petalinux- Recipe Mooney, Tim M.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: printing value of pv to new line palak shimpee
Next: Re: printing value of pv to new line Hugo Slepicka
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 27 Sep 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·