Re: [foxboro] ICCDRVR.tsk - GET script problem
- From: "Pulas, Philip" <ppulas@xxxxxxxxxxx>
- To: <foxboro@xxxxxxxxxxxxx>
- Date: Thu, 19 Apr 2007 07:41:33 -0700
Dimitris,
I'm not sure if this will solve the problem, but for your GET script,
you don't need some of the wildcards you included. Here is the how I
run a similar GET script:
OPEN $cp READ iccdumper
GET *:* ALL
CLOSE
EXIT
In the OPEN line, I use READ instead of ALL and I still get a complete
list of everything. Since your script is not looking for any specific
parameters, you also don't need to use the SUBSET statement in the GET
line, which also means you can delete the next line containing only *.
Also, in your script that does only look for the description, you don't
need the wildcard at the end of the line containing SUBSET.
It does sound like it might be a bug, though, as someone else mentioned.
Thanks,
Philip Pulas
Tesoro Corp.
Martinez, CA
-----Original Message-----
From: foxboro-bounce@xxxxxxxxxxxxx [mailto:foxboro-bounce@xxxxxxxxxxxxx]
On Behalf Of Dimitris Legakis
Sent: Thursday, April 19, 2007 2:10 AM
To: foxboro@xxxxxxxxxxxxx
Subject: Re: [foxboro] ICCDRVR.tsk - GET script problem
iccprt -p -n "12*:*" -o file.txt CP000B
did start to create the file.txt, but I still have the same problem. The
file was increasing endlessly and after the interruption I found many
blocks=20
repeating too many times.
The main problem I need to resolve is the endless increase of the output
file that happens every time i run GET script or iccprt:
eg.
OPEN CP000B ALL TMP
GET *:* SUBSET *
*
END
CLOSE
EXIT
and when i run:
iccprt -p -n "12*:* -o file.txt CP000B
Note that the very same scripts work perfectly on other CPs.=20
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
- References:
- Re: [foxboro] ICCDRVR.tsk - GET script problem
- From: Ulrich Wieczorek
- Re: [foxboro] ICCDRVR.tsk - GET script problem
- From: Dimitris Legakis
Other related posts:
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- » Re: [foxboro] ICCDRVR.tsk - GET script problem
- Re: [foxboro] ICCDRVR.tsk - GET script problem
- From: Ulrich Wieczorek
- Re: [foxboro] ICCDRVR.tsk - GET script problem
- From: Dimitris Legakis