ALMD MinDuractionACC not accumulating

Wildesy

Member
Join Date
Jan 2015
Location
Albury
Posts
4
Hi all,

Can anyone tell me why the MinDuractionACC isn't accumulating in the example below? Is it just a visual bug?

almd-mindurationacc.png


I've tried in multiple different controllers and programs, but it never visually accumulates in the ALMD or in the actual tag. I swear I've seen them accumulating in the past and that's clearly how they are meant to work so I'm obviously missing something. The ALMD will go into alarm after the MinDurationPRE is completed so it is clearly keeping track of the accumulated time in alarm, just not displaying it.

Thanks
 
Last edited:
Wow, I swear it used to! Did it get bombed in the transition from Rslogix to Studio...?

attachment.php


Why would they keep it as part of the data type if it's not even used? o_O
 
Last edited:
xxx.png

This is probably why the value is not displayed in Logix/Studio 5000. 31 bits of a millisecond counter is just over half an hour [update: whoops! no, it's just under 25d], so the issue should have been pretty rare. Changing the internal behavior would have broken backward compatibility if anyone was using the value in the PLC in 2014 and replaced it after 2016, so I wonder if it is actually changing under the hood. Try COPying it to a UDINT buffer tag and see if the buffer tag's display changes?

You would think there is another 32-bits, somewhere in the structure, that is incrementing. Perhaps you can COP the entire structure to somewhere else and see what is changing.
 
Last edited:

Similar Topics

Is there any benefit to using ALMD instructions in a Studio 5000 project when the HMI is using FTView ME? We are currently triggering our alarms...
Replies
2
Views
3,428
I'm a bit lost when it comes to alarming in Factory Talk SE. ALMA/ALMD device based alarming is pretty straight forward: all state is is in the...
Replies
2
Views
5,585
(or industry alarming in general) Hi all, I’m working to implement (in C++, in a more or less platform-agnostic way) Alarm/Event detection...
Replies
7
Views
2,357
Quick Q: Are you able to insert a ALMD into the fault handler to then trigger an alarm on SE We had a major fault over the weekend, but because...
Replies
0
Views
1,058
Hi I have ALMD within a RS Logic 5000 program, and I have used FTAE to get the alarms displayed onto the alarm banner and is all OK except the...
Replies
1
Views
1,578
Back
Top Bottom