PV Standard ACK ALL problem

naegely

Member
Join Date
May 2008
Location
Florida
Posts
93
I have a PanelView standard application that uses tag N15:71 for the alarm acknowledge tag. The acknowledge all value is 300, and the hold time selected is 1000 mS.

There is a rung in the PLC program that moves a value of zero to B16:0 when the value of N15:71 equals 300. This all normally works as I expect, when the acknowledge all button is pushed, N15:71 takes a value of 300 for 1 second and then reverts to 0.

However, twice last week, (on 2 separate but identical machines), I observed the value of N15:71 remaining 300 indefinitely while no buttons were pushed. The result of this was that operators were not getting any alarm notifications. Once I cleared the value manually, it went back to operating as expected.

There is nothing else in the program that changes the value of N15:71. Has anyone seen this issue before? The PV is a 2711-T10C8 (PV1000 Touch Color), FRN 4.0

Thanks for any input,

Rob
 
Yes, I don't trust HMI's or SCADA systems to complete the job. So I usually take care of the problem in the PLC. In your case after the move instruction for B16:0 put a clear instruction to clear N15:17.
 
Thanks Mickey, I'm afraid I'm going to have to do something like that. The problem is there are about 40 machines, all governed by change control procedures, so it's gonna be a headache.

Thanks again for the reply,

Rob
 
This could also be an instance of your DH+ network signal degrading.

The PanelView sent both the "Set to 300" and the "Reset to zero" messages, but the controller didn't receive the second one. Start examining the network for signal quality and error counters.
 
I'm with Mickey I use the PV ack to latch a bit for a period and unlatch it after a time frame I like.
This way I can use that same latch for other ack bits from remotes..
 
I'm with Mickey I use the PV ack to latch a bit for a period and unlatch it after a time frame I like.
This way I can use that same latch for other ack bits from remotes..

This, all the way, everywhere. PV+ terminals here are the absolute worse offenders for failing to reset momentary bits and things. Only use them to latch something on, and reset it in something reliable, like a PLC.
 

Similar Topics

After some interesting conversation regarding the safety of emergency stops, I saw some posts talking about the safety standard conversation...
Replies
17
Views
223
I have programmed servos from a handful of variety of manufacturers and series. Each time I used a PLC without motion functions. I have not worked...
Replies
9
Views
724
Hello, I'm am engineer for a plastic manufacturer. We swapped out a oem motor with one of equivalent nameplate stats made by marathon on our roll...
Replies
3
Views
482
I am trying to implement a sfift-by-wire on a vehicle and for that I am using a standard servo motor...
Replies
0
Views
317
Had an interesting experience this morning. An old Panelview 600, 2711-K6C5X series B to be precise, comes up as error 32. Unfortunately it...
Replies
0
Views
207
Back
Top Bottom