Alarm Table Not Refreshing?

I have the following alarm table to refresh at 10,000ms or 10 seconds. I've been watching this for 10 minutes now and there hasn't been a single request for alarms other than the request on-load. Maybe I do not understand how it's supposed to work, but I would expect to see additional fetch requests on or around every 10-second mark.

How can I verify it's refreshing at the configured time?

image

The backend is smart enough not to send extra data down to the frontend if the alarm status is the same.
The perspective.ComponentModel logger on TRACE should have some logging showing the backend running the query at the assigned poll rate.

com.inductiveautomation.perspective.ComponentModel ?

That's a noisy logger. I've loaded about five minutes of it in the Kindling app, but I'm not seeing anything related to this. There are lots of expression and binding expression related entries, not much else. Is there something specific I can search for?

Okay, I created a test tag to generate an alarm, and I can tell it takes about 10 seconds before it shows up. I can see the fetch generated when I do this. I am still unable to locate this in the log, but at least I was able to confirm that this is working!

1 Like