Re: [foxboro] setpars utility

  • From: "Warren Brown" <bigwrb21@xxxxxxxxxxx>
  • To: foxboro@xxxxxxxxxxxxx
  • Date: Wed, 10 Apr 2002 17:37:23 +0000

and output to standard out --- the terminal most times

warren



>
>
>This is input to iccdrvr.tsk
>
>
>OPEN CP4L11 READ ZIMMER
>- open the CP whose letterbug is CP4L11.
>- to do READ operations only.  Identify the
>- job as ZIMMER. (there may be printouts to
>- the alarm printer with this ID showing the
>- start and stop of the session)
>
>GET *:* SUBSET PIDA
>NAME
>LIMOPT
>END
>- get parameters NAME and LIMOPT from all PIDA
>- blocks in the set of blocks *:* (any compound:any block)
>
>CLOSE CP4L11
>- close (and unlock) the Control Processor
>
>EXIT
>- EXIT iccdrvr.tsk
>
>
>Some Notes:
>- The output goesd to the Standard Output device.
>
>- In the GET command, you can get all parameters of
>   the PIDA blocks by using:
>
>      GET *:* ALL PIDA
>
>   or by specifying SUBSET is is done here, and listing
>   the specific parameters in following lines.  That
>   list ends with the line END.  These three lines
>   (ending in END) would not appear if ALL was used.
>
>- This is input to iccdrvr.tsk, so if this is used in
>   a UNIX script, and this text was in a file, lets say,
>   called CMDLIST, the command to use it would be
>   something like:
>
>      iccdrvr.tsk < CMDLIST
>
>   This would send output to the standard out (the
>   terminal if it is called up in a terminal session)
>
>   To put the output into a file, say one called
>   DATA.TXT, modify the command like this:
>
>      iccdrvr.tsk < CMDLIST  > DATA.TXT
>
>   There is a command within iccdrvr.tsk to send
>   output to a file, but i dont remember exactly
>   what it is.
>
>- The document covering this is in the Programming
>   section of the IA E-Doc.
>
>
>William C. Ricker
>FeedForward, Inc.
>Marietta, GA, USA
>wcricker@xxxxxxxxxxxxxxx
>770-426-4422
>
>
>
>_______________________________________________________________________
>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:             //www.freelists.org/list/foxboro
>to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
>to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
>




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

 
 
_______________________________________________________________________
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:             //www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

Other related posts: