Re: [foxboro] Other CSA notes

  • From: stan <stanb@xxxxxxxxx>
  • To: Kevin FitzGerrell <fitzgerrell@xxxxxxxxxxxxxxx>
  • Date: Mon, 24 Apr 2006 09:07:05 -0400

Cool!

On Mon, Apr 24, 2006 at 01:21:43PM +1200, Kevin FitzGerrell wrote:
> 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
>  

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
 
 
_______________________________________________________________________
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:

  • » Re: [foxboro] Other CSA notes