[foxboro] Foxboro IA System health tags to OPC tags

Kasif,

>If there is any one who has the idea of transferring the 
>processors/gateways/workstation status (online, failed, single etc), 
>Nodebus health on Foxobro IA version 7.x into OPC tags, Please respond.

See the response on getting the workstation health into a C:B.P
http://www.freelists.org/post/foxboro/foxboro-AWAP-Health-Status,1

For CPs or Gateways you will need to link your health check calc block to a 
station parameter.  Minute will be a good one as you could trend that too 
MYSTN1_STA:STATION.MINUTE

For FT and nodebus status, I think that is only available in system 
monitor.  I do not monitor this but as an idea you could look at the 
smon_log file and parse that to write inputs in I/A blocks.
tail -f /opt/fox/sysmgm/sysmon/smon_log | while read sysMessage
do
   parse $sysMessage
   on certain message
       omsetimp COMMON:HEALTH.BI01
   on another message
       omsetimp COMMON:HEALTH.BI02
   .....
   .....
done 

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

Other related posts: