need help with alarm design

sparkytex

Lifetime Supporting Member
Join Date
Jun 2013
Location
Port Hardy B.C.
Posts
354
Hello all!

ok all you programmers out there this guy needs a hand programming an alarm for our phosphoric acid storage tank. The tank has a level transmitter scaled from 0-100% level (4-20mA). What was requested was an alarm on the HMI for the operators when the tank drops 2% or greater in level in 6 or less hours. The Address of the floating point number for the HMI indication is
"F8:88". I cant seem to wrap my brain around how I'm going to do this one. Any suggestion would be greatly appreciated!!

thanks, tex
 
The size of your sampling is dependant on how often you want to test. For example, if you want to test once every 15 minutes, you would have 24 samples in a 6-hour long FIFO and compare the current value with the value in the 24th register (the one that's about to be dumped). If you want to test every 5 minutes, your FIFO would have 72 samples in a 6 hour period.

That's where I would start anyway.

Steve
 
ok, I see where you're heading. How do you reset a FFL or FIFO when its done all 72 samples?

** edit ** - I realized I could just use a reset off the done bit (R6:2/DN) to enable a Reset addressed to the same Control address (R6:2)
 
Last edited:

Similar Topics

Dear Memners, i have an issue regarding factory talk view alarm sound, i have set internal bell for sevarity =1, internal speeker are working fine...
Replies
2
Views
2,137
I have a project ,it need View a CimView screen through the Alarm Viewers; Select the Alarm ID when the point is in Alarm State and appears in the...
Replies
0
Views
1,862
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
26
I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
11
Views
342
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
169
Back
Top Bottom