Re: [foxboro] ladder logic

  • From: "Badura, Tom" <tbadura@xxxxxxxxxx>
  • To: <foxboro@xxxxxxxxxxxxx>
  • Date: Fri, 24 Feb 2012 13:24:35 -0600

Mark,
We used to do this from ICC on our Solaris boxes by redirecting the
output of a printer (LP02) to a file.  Print from ICC to the redirected
printer and then save the output file.  This text file could then be
read into an editor and manipulated or printed as desired.  Since moving
to IACC on Windoze I have not needed to do this and not really sure how
to go about it on an Windoze system.  Below is a snipit from a unix
script. 

# Create Print File and Redirect Printer
#
mkdir /usr/tmp/printout
touch /usr/tmp/printout/printout
enable LP02
accept LP02
lpadmin -p LP02 -v /usr/tmp/printout/printout

# Move Printout file to Dos Disk
cp -r /usr/tmp/printout/printout /pcfs/$tmp
rm /usr/tmp/printout/printout
touch /usr/tmp/printout/printout

# Removing temporary printout files and printer redirection.
lpadmin -p LP02 -v /dev/LP02
if test -d /usr/tmp/printout
then
   rm -r /usr/tmp/printout
fi


Tom Badura
Plastics Engineering Company
tbadura@xxxxxxxxxx


-----Original Message-----

How to create a text file of the ladder logic configured in Foxboro I/A
ICC (PLB block)?
Thanks
Mark

 
 
 
 
_______________________________________________________________________
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: