Re: [foxboro] Running Hours Counter
- From: "Ghamdi, Bander M" <bander.ghamdi.3@xxxxxxxxxx>
- To: "foxboro@xxxxxxxxxxxxx" <foxboro@xxxxxxxxxxxxx>
- Date: Sat, 19 Jul 2008 14:14:54 +0300
Gentlemen,
I want to thank all the people who supported me and helped me to build this
running hours counter. I would like to share with you the techniques I learned.
I hope this will help others in the future:
Moore Method,
He proposed to use ACCUM block to be the counter with the following
configuration:
PERIOD: 2 ; this is equivalent to 1 sec BPC
Adjust the time and use the built in RESET and SET functions
Martens Method,
The same proposal but with the following configuration:
PERIOD= 2 ; this is equivalent to 1 sec PBC
MEAS= Running Status (1,0)
MTRFAC= 0.0166666667 ; equivalent to 1/60 which means the value will change
every one minute (60 sec)
PCNTOP= 2 ; Pulse rate per minute.
INITCL= 0 ;
Tarek Method,
Tarek proposed to use CALC block to build the counter as the following:
PERIOD= 2 ; this is equivalent to 1 sec BPC
BI01: MOTORRUN.CIN
BI02: RESET.CIN
CST
IN BI01
BIF 10
ADD RO01 1
OUT RO01
EXIT
10: IN BI02
11 BIT 13
12 EXIT
13CLR RO01
14EXIT
In addition to the other methods that use PI for the same propose.
Regards,
_________________
Bander M. Al-Ghamdi
Specialist Unit.
DCS Engineer.
Tel: 5762252
e-Fax: 120959
e-Mail: Bander.ghamdi.3@xxxxxxxxxx<mailto:Bander.ghamdi.3@xxxxxxxxxx>
_______________________________________________________________________
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
- Follow-Ups:
- [foxboro] Display Manager Stops Running on WP51F on Ver. 7.1.1
- From: Jim Kahlden
Other related posts:
- » Re: [foxboro] Running Hours Counter
- » Re: [foxboro] Running Hours Counter
- » Re: [foxboro] Running Hours Counter
- » Re: [foxboro] Running Hours Counter
- » Re: [foxboro] Running Hours Counter
- » Re: [foxboro] Running Hours Counter
- » Re: [foxboro] Running Hours Counter
- » Re: [foxboro] Running Hours Counter
- [foxboro] Display Manager Stops Running on WP51F on Ver. 7.1.1
- From: Jim Kahlden