Re: [foxboro] How to get Foxboro to capture some process data at each month endor year end.
- From: "Redmond" <sredmond@xxxxxxxxx>
- To: <foxboro@xxxxxxxxxxxxx>
- Date: Sat, 13 Dec 2008 20:39:48 +1300
Kashif,
> Is there a method to capture any process data say like in CALC block at
the end of each month or each year. I know we can capture data daily at any
time using "TIM" instruction in the CALC block.
<
You could link some integer inputs of your calc block to
CPNAME_STA:STATION.MONTH or CPNAME_STA:STATION.YEAR. When one of these
changes you can capture your data if it is not to late to do so.
Otherwise you could write a shell script/c program (depending on number of
points you want to capture) and use cron (cron if you have a decent O.S. or
scheduler if you have a wannabe O.S.) to capture the data. Or even write a
report to get the information out of the historian depending on what you
want to do with the captured data. There are some utilities on the
cassandra website that will collect C:B.Ps or access historical data.
If you can do it in a calc block do it in that. Remember to obey the Laws
of Alex.
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:
- » Re: [foxboro] How to get Foxboro to capture some process data at each month endor year end. - Redmond