[foxboro] Other CSA notes

  • From: Kevin FitzGerrell <fitzgerrell@xxxxxxxxxxxxxxx>
  • To: "foxboro@xxxxxxxxxxxxx" <foxboro@xxxxxxxxxxxxx>
  • Date: Mon, 24 Apr 2006 13:21:43 +1200 (NZST)

FYI,

For anyone else merging independent I/A networks, you need to check CSAs for
duplicate compounds before merging.

One easy way is to first do a CSA_Save on both networks (you need to do this
anyway):

# cd /usr/fox/csa
# mkdir save
# CSA_Save ./save

Then get a list of the compounds to a file:

# cat ./save/* | awk '{print $1}' | sort -u > compounds.tmp

Do the same for the other I/A system to compounds2.tmp and copy compounds2.tmp
to the same place you have compounds.tmp.

Then generate a list of common compound names:

# comm -12 compounds.tmp compounds2.tmp
VOLWRK_VECB
VOLWRK_VSTA

VOLWRK is to be expected, other compounds may of course take a little more
engineering.

Regards,

Kevin FitzGerrell
Carter Holt Harvey, Ltd.
+64 27 460 9994
 
 
_______________________________________________________________________
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:

  • » [foxboro] Other CSA notes